Skip to content

Commit

Permalink
exclude PDFs from sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Feb 18, 2024
1 parent ba434b4 commit 2ebd9a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ defaults:
type: "pages"
values:
sitemap: false
-
scope:
path: "assets/**/*.pdf"
values:
sitemap: false

toc:
min_level: 2 # default: 1
Expand Down

0 comments on commit 2ebd9a3

Please sign in to comment.