update config file for writers output to use kramdown settings
This commit is contained in:
parent
7d1f6b475e
commit
ca9ace3249
20
algolia_search.json
Normal file
20
algolia_search.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
title: search
|
||||||
|
layout: none
|
||||||
|
search: exclude
|
||||||
|
---
|
||||||
|
|
||||||
|
{
|
||||||
|
{% for post in site.pages %}
|
||||||
|
{% unless page.search == "exclude" %}
|
||||||
|
"{{ post.url | slugify }}": {
|
||||||
|
"title": "{{ post.title | xml_escape }}",
|
||||||
|
"url": " {{ post.url | xml_escape | prepend: '..'}}",
|
||||||
|
"summary": {{post.summary}},
|
||||||
|
"body": {{post.content}},
|
||||||
|
"tags": "{{ post.tags | xml_escape }}"
|
||||||
|
}
|
||||||
|
{% endunless %}
|
||||||
|
{% unless forloop.last %},{% endunless %}
|
||||||
|
{% endfor %}
|
||||||
|
}
|
@ -16,10 +16,6 @@ github_editme_path: tomjohnson1492/documentation-theme-jekyll/edit/reviews
|
|||||||
disqus_shortname: idrbwjekyll
|
disqus_shortname: idrbwjekyll
|
||||||
# variables
|
# variables
|
||||||
|
|
||||||
markdown: kramdown
|
|
||||||
kramdown:
|
|
||||||
auto_ids: true
|
|
||||||
|
|
||||||
|
|
||||||
sidebar_tagline: Designers
|
sidebar_tagline: Designers
|
||||||
sidebar_version: Version 4.0
|
sidebar_version: Version 4.0
|
||||||
@ -46,6 +42,9 @@ host: 127.0.0.1
|
|||||||
feedback_email: tomjohnson1492@gmail.com
|
feedback_email: tomjohnson1492@gmail.com
|
||||||
|
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
|
markdown: kramdown
|
||||||
|
kramdown:
|
||||||
|
auto_ids: true
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
tooltips:
|
tooltips:
|
||||||
|
@ -16,23 +16,6 @@ github_editme_path: tomjohnson1492/documentation-theme-jekyll/edit/reviews
|
|||||||
disqus_shortname: idrbwjekyll
|
disqus_shortname: idrbwjekyll
|
||||||
# variables
|
# variables
|
||||||
|
|
||||||
markdown: kramdown
|
|
||||||
kramdown:
|
|
||||||
auto_ids: true
|
|
||||||
footnote_nr: 1
|
|
||||||
entity_output: as_char
|
|
||||||
toc_levels: 1..6
|
|
||||||
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
|
||||||
enable_coderay: false
|
|
||||||
|
|
||||||
coderay:
|
|
||||||
coderay_wrap: div
|
|
||||||
coderay_line_numbers: inline
|
|
||||||
coderay_line_number_start: 1
|
|
||||||
coderay_tab_width: 4
|
|
||||||
coderay_bold_every: 10
|
|
||||||
coderay_css: style
|
|
||||||
|
|
||||||
sidebar_tagline: Designers
|
sidebar_tagline: Designers
|
||||||
sidebar_version: Version 4.0
|
sidebar_version: Version 4.0
|
||||||
theme_file: theme-blue.css
|
theme_file: theme-blue.css
|
||||||
@ -58,6 +41,9 @@ host: 127.0.0.1
|
|||||||
feedback_email: tomjohnson1492@gmail.com
|
feedback_email: tomjohnson1492@gmail.com
|
||||||
|
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
|
markdown: kramdown
|
||||||
|
kramdown:
|
||||||
|
auto_ids: true
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
tooltips:
|
tooltips:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user