We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009dd90 commit 903d5f9Copy full SHA for 903d5f9
_config.yml
@@ -303,6 +303,29 @@ defaults:
303
sidebar:
304
nav: "main-sidebar"
305
306
+ # Exclude pagination pages and assets from sitemap
307
+ - scope:
308
+ path: ""
309
+ type: pages
310
+ values:
311
+ sitemap: true
312
313
+ path: "page*/"
314
315
+ sitemap: false
316
317
+ path: "assets/**"
318
319
320
321
+ path: "tags/**"
322
323
324
325
+ path: "categories/**"
326
327
328
+
329
head_scripts:
330
- /assets/js/heads.min.js
331
- /assets/js/head-customs.min.js
0 commit comments