From f97c1c886def556232e12dcf1468c6f494034792 Mon Sep 17 00:00:00 2001 From: Giovanni Condello Date: Tue, 17 Jan 2023 18:25:51 +0100 Subject: Implement sitemap generation (#125) * Add sitemap generation plugin * Exclude PDFs --- _config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index abb37b0..b4318b0 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,7 @@ plugins: - jekyll-last-modified-at - jekyll-redirect-from - jekyll-default-layout + - jekyll-sitemap color_scheme: "auto" enable_switch_color_scheme: true @@ -135,3 +136,10 @@ just_the_docs: sfp_cage: name: SFP cage nav_fold: true + +defaults: + - + scope: + path: "assets/**/*.pdf" + values: + sitemap: false -- cgit v1.2.3