Sha256: bfb771b56a4d9677c79472dc765037fcbc5c8ea22cfc76de6d48bea6dd994603

Contents?: true

Size: 1.65 KB

Versions: 7

Compression:

Stored size: 1.65 KB

Contents

source 'https://rubygems.org'

gem "jekyll"
gem "pry-byebug"

group :jekyll_plugins do
  gem "octopress", path: "../"
  gem "octopress-deploy"#, path: "../../deploy"
  gem "octopress-linkblog"#, path: "../../linkblog"
  gem "octopress-feeds"#, path: "../../feeds"
  gem "octopress-asset-pipeline"#, path: "../../asset-pipeline"
  gem "octopress-minify-html"#, path: "../../minify-html"
  gem "octopress-date-format"#, path: "../../date-format"
  gem "octopress-genesis-theme"#, path: "../../genesis"
  gem "octopress-ink"#, path: "../../ink"
  gem "octopress-codefence"#, path: "../../codefence"
  gem "octopress-gist"#, path: "../../gist"
  gem "octopress-render-code"#, path: "../../render-code"
  gem "octopress-codeblock"#, path: "../../codeblock"
  gem "octopress-solarized"#, path: "../../solarized"
  gem "octopress-debugger"#, path: "../../debugger"
  gem "clash", path: "../../clash"
  gem "octopress-quote-tag"#, path: "../../quote-tag"
  gem "octopress-pullquote-tag"#, path: "../../pullquote-tag"
  gem "octopress-image-tag"#, path: "../../image-tag"
  gem "octopress-video-tag"#, path: "../../video-tag"
  gem "octopress-include-tag"#, path: "../../include-tag"
  gem "octopress-render-tag"#, path: "../../render-tag"
  gem "octopress-wrap-tag"#, path: "../../wrap-tag"
  gem "octopress-assign-tag"#, path: "../../assign-tag" *
  gem "octopress-capture-tag"#, path: "../../capture-tag" *
  gem "octopress-return-tag"#, path: "../../return-tag"
  gem "octopress-comment-tag"#, path: "../../comment-tag" *
  gem "octopress-content-for"#, path: "../../content-for"
  gem "octopress-markdown-tag"# path: "../../markdown-tag"
  gem "octopress-abort-tag"#, path: "../../abort-tag"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
octopress-3.0.0.rc.33 site/Gemfile
octopress-3.0.0.rc.32 site/Gemfile
octopress-3.0.0.rc.31 site/Gemfile
octopress-3.0.0.rc.30 site/Gemfile
octopress-3.0.0.rc.29 site/Gemfile
octopress-3.0.0.rc.28 site/Gemfile
octopress-3.0.0.rc.27 site/Gemfile