adding sitemap

This commit is contained in:
Set Hallstrom 2019-03-12 22:52:30 +01:00
parent 1f7118ad80
commit e555d1a568
3 changed files with 10 additions and 1 deletions

View file

@ -5,4 +5,5 @@ gem 'jekyll', '3.8.5'
group :jekyll_plugins do
gem "jekyll-paginate-v2", "~> 1.7"
gem 'jekyll-sitemap'
end

View file

@ -31,6 +31,8 @@ GEM
jekyll (~> 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-sitemap (1.2.0)
jekyll (~> 3.3)
jekyll-watch (2.1.2)
listen (~> 3.0)
kramdown (1.17.0)
@ -61,6 +63,7 @@ PLATFORMS
DEPENDENCIES
jekyll (= 3.8.5)
jekyll-paginate-v2 (~> 1.7)
jekyll-sitemap
BUNDLED WITH
2.0.1

View file

@ -1,3 +1,4 @@
url: "https://basspistol.com" # the base hostname & protocol for your site
permalink: /:categories/:year/:month/:day/:title/
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "*.*~", "color_chart.txt", Gemfile, Gemfile.lock]
@ -33,4 +34,8 @@ collections:
tracks:
output: true
staff_members:
_hide_content: true
_hide_content:
plugins:
- jekyll-paginate-v2
- jekyll-sitemap