1. Replaced Rdiscount in favor of Kramdown (better html5 support) for markdown processing.
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.
This commit is contained in:
parent
b0405cc3c2
commit
21813059f2
25 changed files with 215 additions and 332 deletions
2
Gemfile
2
Gemfile
|
@ -2,7 +2,7 @@ source "http://rubygems.org"
|
|||
|
||||
gem 'rake'
|
||||
gem 'jekyll'
|
||||
gem 'rdiscount'
|
||||
gem 'kramdown'
|
||||
gem 'RedCloth'
|
||||
gem 'haml', '>= 3.1'
|
||||
gem 'compass', '>= 0.11'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue