I had rouge set as the highlighter instead of pygments. this was creating page build errors in github.
This commit is contained in:
@ -35,10 +35,7 @@ theme_file: theme-blue.css
|
|||||||
# only use suffix if you need to force index.html to display
|
# only use suffix if you need to force index.html to display
|
||||||
# suffix: index.html
|
# suffix: index.html
|
||||||
|
|
||||||
# redcarpet:
|
highlighter: pygments
|
||||||
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
|
||||||
|
|
||||||
highlighter: rouge
|
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
tooltips:
|
tooltips:
|
||||||
|
@ -29,15 +29,12 @@ exclude:
|
|||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
feedback_email: tomjohnson1492@gmail.com
|
feedback_email: tomjohnson1492@gmail.com
|
||||||
sidebar_accordion: true
|
sidebar_accordion: true
|
||||||
markdown: redcarpet
|
markdown: kramdown
|
||||||
print: false
|
print: false
|
||||||
theme_file: theme-blue.css
|
theme_file: theme-blue.css
|
||||||
# only use suffix if you need to force index.html to display
|
# only use suffix if you need to force index.html to display
|
||||||
# suffix: index.html
|
# suffix: index.html
|
||||||
|
|
||||||
redcarpet:
|
|
||||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
|
||||||
|
|
||||||
highlighter: pygments
|
highlighter: pygments
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
@ -30,15 +30,12 @@ exclude:
|
|||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
feedback_email: tomjohnson1492@gmail.com
|
feedback_email: tomjohnson1492@gmail.com
|
||||||
sidebar_accordion: true
|
sidebar_accordion: true
|
||||||
markdown: redcarpet
|
markdown: kramdown
|
||||||
print: false
|
print: false
|
||||||
|
|
||||||
# only use suffix if you need to force index.html to display
|
# only use suffix if you need to force index.html to display
|
||||||
# suffix: index.html
|
# suffix: index.html
|
||||||
|
|
||||||
redcarpet:
|
|
||||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
|
||||||
|
|
||||||
highlighter: pygments
|
highlighter: pygments
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
|
Reference in New Issue
Block a user