Skip to content

Instantly share code, notes, and snippets.

@mgarces
Created March 9, 2016 14:09
Show Gist options
  • Save mgarces/03a14134d265939f5555 to your computer and use it in GitHub Desktop.
Save mgarces/03a14134d265939f5555 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
require 'json'
require 'open-uri'
require 'kramdown'
versions = JSON.parse(open('https://pages.github.com/versions.json').read)
gem 'font-awesome-sass'
gem 'kramdown'
gem 'github-pages', versions['github-pages']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment