Files
AWS-CCP-Notes/Gemfile
2023-03-23 18:26:32 +09:00

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