Created
October 4, 2015 21:21
Revisions
-
kmayer created this gist
Oct 4, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ source 'https://rubygems.org' gem 'octopress', '~> 3.0' # gem 'drjekyll' gem 'html2markdown' group :jekyll_plugins do gem 'octopress-codefence' gem 'octopress-debugger' gem 'octopress-genesis-theme' gem 'octopress-solarized' gem 'octopress-feeds' end This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,210 @@ GEM remote: https://rubygems.org/ specs: autoprefixer-rails (2.2.0.20140804) execjs blankslate (2.1.2.4) byebug (5.0.0) columnize (= 0.9.0) celluloid (0.16.0) timers (~> 4.0.0) classifier-reborn (2.0.3) fast-stemmer (~> 1.0) coderay (1.1.0) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.9.1.1) colorator (0.1) columnize (0.9.0) execjs (2.6.0) fast-stemmer (1.0.2) ffi (1.9.10) hitimes (1.2.3) html2markdown (0.0.3) nokogiri jekyll (2.5.3) classifier-reborn (~> 2.0) colorator (~> 0.1) jekyll-coffeescript (~> 1.0) jekyll-gist (~> 1.0) jekyll-paginate (~> 1.0) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) kramdown (~> 1.3) liquid (~> 2.6.1) mercenary (~> 0.3.3) pygments.rb (~> 0.6.0) redcarpet (~> 3.1) safe_yaml (~> 1.0) toml (~> 0.1.0) jekyll-coffeescript (1.0.1) coffee-script (~> 2.2) jekyll-gist (1.3.4) jekyll-paginate (1.1.0) jekyll-sass-converter (1.3.0) sass (~> 3.2) jekyll-watch (1.2.1) listen (~> 2.7) json (1.8.3) kramdown (1.8.0) liquid (2.6.3) listen (2.10.1) celluloid (~> 0.16.0) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) mercenary (0.3.5) method_source (0.8.2) mini_portile (0.6.2) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) octopress (3.0.11) jekyll (>= 2.0) mercenary (~> 0.3.2) octopress-deploy octopress-escape-code (~> 2.0) octopress-hooks (~> 2.0) redcarpet (~> 3.0) titlecase octopress-assign-tag (1.0.3) jekyll (>= 2.0) octopress-tag-helpers (~> 1.0) octopress-autoprefixer (1.0.1) autoprefixer-rails (~> 2.2) jekyll (>= 2.0) octopress-hooks (~> 2.0) octopress-code-highlighter (4.2.6) colorator (~> 0.1) octopress-hooks octopress-codefence (1.6.1) octopress-code-highlighter (~> 4.2) octopress-hooks (~> 2.1) octopress-comment-tag (1.0.1) jekyll octopress-content-for (1.0.4) jekyll (~> 2.0) octopress-tag-helpers (~> 1.0) octopress-date-format (3.0.3) jekyll (>= 2.0) octopress-debugger (1.0.2) jekyll pry-byebug octopress-deploy (1.3.0) colorator octopress-escape-code (2.0.6) octopress-hooks (~> 2.0) octopress-feeds (2.0.4) octopress-date-format octopress-ink (~> 1.0) octopress-return-tag octopress-filter-tag (1.0.2) jekyll (>= 2.0) octopress-tag-helpers (~> 1.0) octopress-filters (1.4.0) jekyll octopress-hooks (~> 2.0) rubypants-unicode titlecase octopress-genesis-theme (0.0.10) octopress-assign-tag octopress-autoprefixer octopress-comment-tag octopress-date-format octopress-filter-tag octopress-ink (~> 1.0) octopress-linkblog octopress-littlefoot octopress-paginate octopress-quote-tag octopress-social octopress-wrap-tag sass (~> 3.4) octopress-hooks (2.6.1) jekyll (>= 2.0) octopress-include-tag (1.1.3) jekyll (>= 2.0) octopress-tag-helpers (~> 1.0) octopress-ink (1.2.1) jekyll (>= 2.0) octopress (~> 3.0) octopress-autoprefixer octopress-date-format octopress-filters (~> 1.1) octopress-hooks (~> 2.2) octopress-include-tag (~> 1.0) uglifier (~> 2.5) octopress-linkblog (2.0.2) octopress-hooks (~> 2.1) titlecase octopress-littlefoot (1.0.2) octopress-ink (~> 1.0) octopress-paginate (1.1.2) octopress-hooks octopress-quote-tag (1.0.4) jekyll rubypants octopress-render-tag (1.0.7) jekyll (>= 2.0) octopress-tag-helpers (~> 1.0) octopress-return-tag (1.0.1) jekyll octopress-tag-helpers (~> 1.0) octopress-social (1.4.5) jekyll (>= 2.0) octopress-solarized (1.1.2) octopress-ink (~> 1.0) octopress-tag-helpers (1.0.8) jekyll (>= 2.0) octopress-wrap-tag (1.1.1) jekyll (>= 2.0) octopress-content-for (~> 1.0) octopress-include-tag (~> 1.0) octopress-render-tag (~> 1.0) octopress-return-tag (~> 1.0) octopress-tag-helpers (~> 1.0) parslet (1.5.0) blankslate (~> 2.0) posix-spawn (0.3.11) pry (0.10.1) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) pry-byebug (3.2.0) byebug (~> 5.0) pry (~> 0.10) pygments.rb (0.6.3) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.2.0) rb-fsevent (0.9.6) rb-inotify (0.9.5) ffi (>= 0.5.0) redcarpet (3.3.2) rubypants (0.2.0) rubypants-unicode (0.2.5) safe_yaml (1.0.4) sass (3.4.18) slop (3.6.0) timers (4.0.4) hitimes titlecase (0.1.1) toml (0.1.2) parslet (~> 1.5.0) uglifier (2.7.2) execjs (>= 0.3.0) json (>= 1.8.0) yajl-ruby (1.2.1) PLATFORMS ruby DEPENDENCIES html2markdown octopress (~> 3.0) octopress-codefence octopress-debugger octopress-feeds octopress-genesis-theme octopress-solarized BUNDLED WITH 1.10.6