Files
CoderSherlock.github.io/Gemfile
T
haopengzhan 47c2c2e8a1 Add sitemap and minor change
changed the date format under category page
2021-10-13 19:11:17 -04:00

11 lines
161 B
Ruby

source 'https://rubygems.org'
gem 'jekyll'
group :jekyll_plugins do
gem 'jekyll-paginate'
gem 'jekyll-gist'
gem 'jemoji'
gem 'jekyll-sitemap'
end