mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-04 16:35:08 -05:00
8698a276f9
highlighting tests, improved syntax highlighting and styling of pre blocks. Overriding dynamic gist styling. Added a plugin for pygments caching which should speed things up terrifically. added ender.js as a lightweight way of scripting the DOM, events, etc. Some general typography and semantic html improvements.
13 lines
199 B
Ruby
13 lines
199 B
Ruby
source "http://rubygems.org"
|
|
|
|
gem 'rake'
|
|
gem 'jekyll'
|
|
gem 'rdiscount'
|
|
gem 'RedCloth'
|
|
gem 'haml', '>= 3.1'
|
|
gem 'compass', '>= 0.11'
|
|
gem 'rubypants'
|
|
gem 'rb-fsevent'
|
|
gem 'guard-livereload'
|
|
gem 'serve'
|