You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
287 B
19 lines
287 B
source 'https://rubygems.org'
|
|
|
|
gem 'rake'
|
|
|
|
# jekyll, which builds it all
|
|
# 2.0 includes sass processing
|
|
gem 'jekyll', '~>2.0'
|
|
|
|
# Auto redirect pages
|
|
gem 'jekyll-redirect-from'
|
|
|
|
# JSON
|
|
gem 'json'
|
|
|
|
# For `rake watch`
|
|
gem 'rb-fsevent'
|
|
|
|
# For markdown header cleanup
|
|
gem 'sanitize', '~>2.0'
|
|
|