brokenco.de/Gemfile
R. Tyler Croy d3cfc473f0
Switch to YAMT to pretty up code snippets and more
Out with the manually hard-coded theme 😸
2020-06-21 15:39:47 -07:00

12 lines
199 B
Ruby

source 'https://rubygems.org'
gem "rake"
gem "rdiscount"
gem 'pygments.rb'
gem 'jekyll'
gem "jekyll-tagging"
gem "jekyll-include-cache"
gem 'jekyll-paginate'
gem 'jekyll-seo-tag'
gem 'jekyll-watch'