Support Jekyll 3.0

- 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
This commit is contained in:
Michael Rose
2015-10-30 14:02:58 -04:00
parent e5ba10ee7d
commit 7142a54650
9 changed files with 36 additions and 59 deletions

View File

@@ -18,7 +18,7 @@ sitemap: false
@import "normalize";
@import "site";
@import "typography";
@import "pygments";
@import "syntax";
@import "coderay";
@import "elements";
@import "forms";