Skip to content

Instantly share code, notes, and snippets.

@chmaynard
Created February 17, 2022 11:53
Show Gist options
  • Save chmaynard/d5bbe688502f08f7b5cf8cb9188e997c to your computer and use it in GitHub Desktop.
Save chmaynard/d5bbe688502f08f7b5cf8cb9188e997c to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'jekyll'
gem 'json'
gem 'liquid', '4.0.3'
# gem 'openssl'
gem 'rake'
gem 'sassc'
gem 'webrick'
group :jekyll_plugins do
gem 'jekyll-include-cache'
gem 'jekyll-liquify'
gem 'jekyll-paginate'
gem 'jekyll-redirect-from'
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
gem 'jekyll-gist'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment