21813059f2
2. Added updated instructions to the README 3. Removed unused media css directories 4. Improved use of color variables for page theming. 5. Improved Typography and blog styling. 6. Added support for simple pre and code styles 7. Misc styling and markup improvements.
11 lines
163 B
Ruby
11 lines
163 B
Ruby
source "http://rubygems.org"
|
|
|
|
gem 'rake'
|
|
gem 'jekyll'
|
|
gem 'kramdown'
|
|
gem 'RedCloth'
|
|
gem 'haml', '>= 3.1'
|
|
gem 'compass', '>= 0.11'
|
|
gem 'rubypants'
|
|
gem 'rb-fsevent'
|