diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-24 17:17:35 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-24 17:17:35 -0400 |
commit | ef3ff431e5c3028b764d1938bb552a76c340799c (patch) | |
tree | b6d606ab522422238063f41e3334b3d7492fe69d /Gemfile | |
parent | a128d4990b6a346076bb07892ecdab868fdce467 (diff) | |
download | my_new_personal_website-ef3ff431e5c3028b764d1938bb552a76c340799c.tar.xz my_new_personal_website-ef3ff431e5c3028b764d1938bb552a76c340799c.zip |
1. Added html5 video with flash fallback.
2. Added Rack support
3. Disqus support
4. Improved Readme
5. Improved Syntax flexibility and styling
6. Improved blockquote styling
Diffstat (limited to '')
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,7 @@ source "http://rubygems.org" gem 'rake' +gem 'rack' gem 'jekyll' gem 'rdiscount' gem 'RedCloth' diff --git a/Gemfile.lock b/Gemfile.lock index 04fb1b5d..b103020e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,6 +21,7 @@ GEM liquid (2.2.2) maruku (0.6.0) syntax (>= 1.0.0) + rack (1.3.0) rake (0.9.0) rb-fsevent (0.4.0) rdiscount (1.6.8) @@ -36,6 +37,7 @@ DEPENDENCIES compass (>= 0.11) haml (>= 3.1) jekyll + rack rake rb-fsevent rdiscount |