fix to config files with processors and syntax highlighters

This commit is contained in:
Tom Johnson
2016-02-16 10:42:14 -08:00
parent 0f09cd4b61
commit 5bf7bc889c
3 changed files with 21 additions and 14 deletions

View File

@ -41,21 +41,20 @@ exclude:
host: 127.0.0.1 host: 127.0.0.1
feedback_email: tomjohnson1492@gmail.com feedback_email: tomjohnson1492@gmail.com
# Ideally use these settings once Jekyll and Github Pages sort out their issues... highlighter: rouge
#highlighter: rouge markdown: kramdown
#markdown: kramdown kramdown:
#kramdown: input: GFM
# input: GFM auto_ids: true
# auto_ids: true hard_wrap: false
syntax_highlighter: rouge
# For now, these settings work:
highlighter: pygments
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
# old markdown and pygments settings
#highlighter: pygments
#markdown: redcarpet
#redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
collections: collections:

View File

@ -46,7 +46,15 @@ markdown: kramdown
kramdown: kramdown:
input: GFM input: GFM
auto_ids: true auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# old markdown and pygments settings
#highlighter: pygments
#markdown: redcarpet
#redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
collections: collections:
tooltips: tooltips:
output: false output: false

View File

@ -87,7 +87,7 @@ Additionally, if your page names are prefaced with numbers, such as "1. Download
On each series page, add a link to the series button at the top and a link to the next button at the bottom. On each series page, add a link to the series button at the top and a link to the next button at the bottom.
{% raw %} {% raw %}
```html ```liquid
<!-- your frontmatter goes here --> <!-- your frontmatter goes here -->
{% include custom/mydoc/series_acme.html %} {% include custom/mydoc/series_acme.html %}