Fixed an issue in the configuration. The conditions.html file needs to specify different project names for the conditions. For some reason I had both writers and designers outputs with the same site.project name, which caused the conditional filtering feature not to work. This is fixed now.

This commit is contained in:
Tom Johnson
2015-09-08 13:14:30 -07:00
parent a36f29bc14
commit 729d03f2b6
9 changed files with 12697 additions and 12645 deletions

View File

@@ -29,7 +29,7 @@ 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
@@ -38,7 +38,15 @@ theme_file: theme-blue.css
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
highlighter: pygments
highlighter: rouge
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
collections:
tooltips: