mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
Removed Kramdown Pygments so we'll have to replace that. Also upgraded jekyll-assets which meant some futzing around with bourbon.
24 lines
273 B
Ruby
24 lines
273 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'rake'
|
|
|
|
gem 'mini_magick'
|
|
|
|
gem 'jekyll'
|
|
gem 'jekyll-paginate'
|
|
gem 'jekyll-assets'
|
|
gem 'jekyll-video-tag'
|
|
|
|
gem 'jekyll-staging'
|
|
|
|
gem 'octopress'
|
|
gem 'octopress-deploy'
|
|
|
|
gem 'kramdown'
|
|
|
|
gem 'facets'
|
|
|
|
gem 'uglifier'
|
|
gem 'sass'
|
|
gem 'bourbon'
|