mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
10 lines
136 B
Ruby
10 lines
136 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll'
|
|
|
|
group :jekyll_plugins do
|
|
gem 'jekyll-paginate'
|
|
gem 'jekyll-gist'
|
|
gem 'jemoji'
|
|
end
|