Update for changes in github pages

This commit is contained in:
Dave Syer
2016-04-25 17:57:17 +01:00
parent d25f656a48
commit 86f37ce7c1
4 changed files with 137 additions and 44 deletions

View File

@@ -1,11 +1,17 @@
### Global gh-pages pre-amble
safe: true
lsi: false
pygments: true
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
highlighter: rouge
markdown: kramdown
encoding: UTF-8
github: [metadata]
kramdown:
input: GFM
hard_wrap: false
smart_quotes: ["apos", "apos", "quot", "quot"]
gems:
- jekyll-coffeescript
- jekyll-paginate
### The following properties will change on a project-by-project basis