adding sitemap
This commit is contained in:
parent
1f7118ad80
commit
e555d1a568
1
Gemfile
1
Gemfile
|
@ -5,4 +5,5 @@ gem 'jekyll', '3.8.5'
|
||||||
|
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
gem "jekyll-paginate-v2", "~> 1.7"
|
gem "jekyll-paginate-v2", "~> 1.7"
|
||||||
|
gem 'jekyll-sitemap'
|
||||||
end
|
end
|
|
@ -31,6 +31,8 @@ GEM
|
||||||
jekyll (~> 3.0)
|
jekyll (~> 3.0)
|
||||||
jekyll-sass-converter (1.5.2)
|
jekyll-sass-converter (1.5.2)
|
||||||
sass (~> 3.4)
|
sass (~> 3.4)
|
||||||
|
jekyll-sitemap (1.2.0)
|
||||||
|
jekyll (~> 3.3)
|
||||||
jekyll-watch (2.1.2)
|
jekyll-watch (2.1.2)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
kramdown (1.17.0)
|
kramdown (1.17.0)
|
||||||
|
@ -61,6 +63,7 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
jekyll (= 3.8.5)
|
jekyll (= 3.8.5)
|
||||||
jekyll-paginate-v2 (~> 1.7)
|
jekyll-paginate-v2 (~> 1.7)
|
||||||
|
jekyll-sitemap
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.0.1
|
2.0.1
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
url: "https://basspistol.com" # the base hostname & protocol for your site
|
||||||
permalink: /:categories/:year/:month/:day/:title/
|
permalink: /:categories/:year/:month/:day/:title/
|
||||||
|
|
||||||
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "*.*~", "color_chart.txt", Gemfile, Gemfile.lock]
|
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "*.*~", "color_chart.txt", Gemfile, Gemfile.lock]
|
||||||
|
@ -33,4 +34,8 @@ collections:
|
||||||
tracks:
|
tracks:
|
||||||
output: true
|
output: true
|
||||||
staff_members:
|
staff_members:
|
||||||
_hide_content: true
|
_hide_content:
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- jekyll-paginate-v2
|
||||||
|
- jekyll-sitemap
|
Loading…
Reference in a new issue