diff options
author | Giovanni Condello <nanomad@users.noreply.github.com> | 2023-01-17 18:25:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 18:25:51 +0100 |
commit | f97c1c886def556232e12dcf1468c6f494034792 (patch) | |
tree | edf0be113997d967805e73e637e06b65c1bd7ce1 | |
parent | Fix validation script (#119) (diff) | |
download | hack-gpon.github.io-f97c1c886def556232e12dcf1468c6f494034792.tar hack-gpon.github.io-f97c1c886def556232e12dcf1468c6f494034792.tar.gz hack-gpon.github.io-f97c1c886def556232e12dcf1468c6f494034792.tar.bz2 hack-gpon.github.io-f97c1c886def556232e12dcf1468c6f494034792.tar.lz hack-gpon.github.io-f97c1c886def556232e12dcf1468c6f494034792.tar.xz hack-gpon.github.io-f97c1c886def556232e12dcf1468c6f494034792.tar.zst hack-gpon.github.io-f97c1c886def556232e12dcf1468c6f494034792.zip |
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | _config.yml | 8 |
2 files changed, 9 insertions, 0 deletions
@@ -11,4 +11,5 @@ group :jekyll_plugins do gem "jekyll-seo-tag" gem 'jekyll-default-layout' gem 'jekyll-include-cache' + gem 'jekyll-sitemap' end 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 |