I had rouge set as the highlighter instead of pygments. this was creating page build errors in github.

This commit is contained in:
Tom Johnson
2015-09-08 13:53:17 -07:00
parent 3c324792c5
commit b9d40463f1
3 changed files with 3 additions and 12 deletions

View File

@ -29,15 +29,12 @@ exclude:
host: 127.0.0.1
feedback_email: tomjohnson1492@gmail.com
sidebar_accordion: true
markdown: redcarpet
markdown: kramdown
print: false
theme_file: theme-blue.css
# only use suffix if you need to force index.html to display
# suffix: index.html
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
highlighter: pygments
collections:

View File

@ -30,15 +30,12 @@ exclude:
host: 127.0.0.1
feedback_email: tomjohnson1492@gmail.com
sidebar_accordion: true
markdown: redcarpet
markdown: kramdown
print: false
# only use suffix if you need to force index.html to display
# suffix: index.html
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
highlighter: pygments
collections: