Gemfile 199 Bytes
Newer Older
1
2
source 'https://rubygems.org'

3
group :development, :test do
XhmikosR's avatar
XhmikosR committed
4
  gem 'jekyll', '~> 3.6.2'
Bardi Harborow's avatar
Bardi Harborow committed
5
  gem 'jekyll-redirect-from', '~> 0.12.1'
Bardi Harborow's avatar
Bardi Harborow committed
6
  gem 'jekyll-sitemap', '~> 1.1.1'
XhmikosR's avatar
XhmikosR committed
7
  gem 'jekyll-toc', '~> 0.4.0'
8
end