sitemap plugin added

This commit is contained in:
Peter 2020-11-21 16:56:10 +08:00
parent 2fefa10521
commit 82a8067395
3 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,8 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "liquid-md5" gem "liquid-md5"
gem "jekyll-tagging" # gem "jekyll-tagging"
gem "jekyll-sitemap"
gem "kramdown-parser-gfm" gem "kramdown-parser-gfm"
gemspec gemspec

View File

@ -43,8 +43,8 @@ GEM
sass (~> 3.4) sass (~> 3.4)
jekyll-seo-tag (2.7.1) jekyll-seo-tag (2.7.1)
jekyll (>= 3.8, < 5.0) jekyll (>= 3.8, < 5.0)
jekyll-tagging (1.1.0) jekyll-sitemap (1.4.0)
nuggets jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
kramdown (2.3.0) kramdown (2.3.0)
@ -58,7 +58,6 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6) mercenary (0.3.6)
nuggets (1.6.0)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (4.0.6) public_suffix (4.0.6)
@ -81,7 +80,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
bundler (~> 2.1.4) bundler (~> 2.1.4)
jekyll-dash! jekyll-dash!
jekyll-tagging jekyll-sitemap
kramdown-parser-gfm kramdown-parser-gfm
liquid-md5 liquid-md5
rake (~> 12.0) rake (~> 12.0)

View File

@ -41,6 +41,7 @@ plugins:
- jekyll-feed - jekyll-feed
- jekyll-seo-tag - jekyll-seo-tag
- jekyll-paginate - jekyll-paginate
- jekyll-sitemap
- liquid-md5 - liquid-md5
# - jekyll/tagging # - jekyll/tagging