9 lines
245 B
Ruby
9 lines
245 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'webrick'
|
|
# Run Google Page in local using "bundle exec jekyll s "
|
|
gem 'github-pages', group: :jekyll_plugins
|
|
|
|
gem 'jekyll-last-modified-at', group: :jekyll_plugins
|
|
gem 'jekyll-sitemap', group: :jekyll_plugins
|