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
feedback_email: tomjohnson1492@gmail.com
# Ideally use these settings once Jekyll and Github Pages sort out their issues...
#highlighter: rouge
#markdown: kramdown
#kramdown:
# input: GFM
# auto_ids: true
# For now, these settings work:
highlighter: pygments
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
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:

View File

@ -46,7 +46,15 @@ markdown: kramdown
kramdown:
input: GFM
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:
tooltips:
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.
{% raw %}
```html
```liquid
<!-- your frontmatter goes here -->
{% include custom/mydoc/series_acme.html %}