diff --git a/Gemfile b/Gemfile index 3056ccc..ec513b3 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,9 @@ gem "jekyll", "3.3.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0" +# sitemap +gem 'jekyll-sitemap' + # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins diff --git a/Gemfile.lock b/Gemfile.lock index 196a14d..192bf88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,6 +21,8 @@ GEM jekyll (~> 3.3) jekyll-sass-converter (1.5.0) sass (~> 3.4) + jekyll-sitemap (1.0.0) + jekyll (~> 3.3) jekyll-watch (1.5.0) listen (~> 3.0, < 3.1) kramdown (1.13.0) @@ -47,6 +49,7 @@ PLATFORMS DEPENDENCIES jekyll (= 3.3.0) jekyll-feed (~> 0.6) + jekyll-sitemap minima (~> 2.0) RUBY VERSION diff --git a/_config.yml b/_config.yml index 9e32d20..24d6346 100644 --- a/_config.yml +++ b/_config.yml @@ -27,6 +27,7 @@ markdown: kramdown theme: minima gems: - jekyll-feed + - jekyll-sitemap sass: sass_dir: css/partials diff --git a/index_deprecated.html b/index_deprecated.html index 76585ba..c798616 100644 --- a/index_deprecated.html +++ b/index_deprecated.html @@ -1,6 +1,7 @@ --- layout: page comments: false +sitemap: false ---