1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-25 05:02:23 +00:00
2018-07-08 17:52:33 +08:00

10 lines
244 B
Ruby
Executable File

source 'https://rubygems.org'
group :development, :test do
gem "github-pages", group: :jekyll_plugins
gem 'jekyll', '~> 3.7.0'
gem 'jekyll-redirect-from', '~> 0.13.0'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-toc', '~> 0.5.1'
end