summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--_config.yml8
2 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index c1e88da..e4017f0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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