mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-12 23:58:11 -07:00
47c2c2e8a1
changed the date format under category page
11 lines
161 B
Ruby
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
|