Generate sitemap.
This commit is contained in:
parent
2f6b3d2127
commit
687a050ec4
2 changed files with 2 additions and 0 deletions
|
|
@ -2,4 +2,5 @@ source 'https://rubygems.org'
|
||||||
# gem 'github-pages', group: :jekyll_plugins
|
# gem 'github-pages', group: :jekyll_plugins
|
||||||
gem "jekyll", "~> 4.0"
|
gem "jekyll", "~> 4.0"
|
||||||
gem "jekyll-seo-tag"
|
gem "jekyll-seo-tag"
|
||||||
|
gem 'jekyll-sitemap'
|
||||||
gem 'webrick', '~> 1.3', '>= 1.3.1'
|
gem 'webrick', '~> 1.3', '>= 1.3.1'
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
|
- jekyll-sitemap
|
||||||
|
|
||||||
url: "https://jdrupes.org"
|
url: "https://jdrupes.org"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue