Skip to content

Instantly share code, notes, and snippets.

@justin808
Created November 12, 2015 22:11
Show Gist options
  • Save justin808/57dbd295ce9fe3a72fde to your computer and use it in GitHub Desktop.
Save justin808/57dbd295ce9fe3a72fde to your computer and use it in GitHub Desktop.
Octopress 3 Gemfile
source "https://rubygems.org"
gem "octopress", "~>3"
gem "jekyll", "<3"
group :jekyll_plugins do
gem "octopress-asset-pipeline"
end
@justin808
Copy link
Author

We need to be sure not to use Jekyll 3 yet.

CC: @octopress, @imathis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment