switching to kramdown to see if it fixes Github Pages page-build errors
This commit is contained in:
@ -29,14 +29,14 @@ 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:
|
# redcarpet:
|
||||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
||||||
|
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ The audience, platform, product, and version are specified in the includes/custo
|
|||||||
|
|
||||||
```liquid
|
```liquid
|
||||||
{% raw %}
|
{% raw %}
|
||||||
{% if site.project == "doc" %}
|
{% if site.project == "doc_designers" %}
|
||||||
{% assign audience = "designers" %}
|
{% assign audience = "designers" %}
|
||||||
{% assign sidebar = site.data.sidebar_doc.entries %}
|
{% assign sidebar = site.data.sidebar_doc.entries %}
|
||||||
{% assign topnav = site.data.topnav_doc.topnav %}
|
{% assign topnav = site.data.topnav_doc.topnav %}
|
||||||
|
2
index.md
2
index.md
@ -4,7 +4,7 @@ tags: [getting-started]
|
|||||||
type: first_page
|
type: first_page
|
||||||
homepage: true
|
homepage: true
|
||||||
---
|
---
|
||||||
{% if site.project == "doc" %}
|
{% if site.project == "doc_designers" %}
|
||||||
{% include custom/doc/doc_homepage.md %}
|
{% include custom/doc/doc_homepage.md %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user