7142a54650
- Update to Jekyll v3.0 - Switch from Pygments.rb to Rouge for syntax highlighting - Minor updates to syntax.scss partial and theme documentation - Include jekyll-gist gem - Close #192, #218
6 lines
No EOL
108 B
Ruby
6 lines
No EOL
108 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "jekyll", "~> 3.0"
|
|
gem "jekyll-sitemap"
|
|
gem "jekyll-gist"
|
|
gem "octopress" |