Update config for zola 0.22
This commit is contained in:
parent
abcb3137f1
commit
deae5456a1
1 changed files with 4 additions and 1 deletions
|
|
@ -15,10 +15,13 @@ paths = "off"
|
||||||
taxonomies = "off"
|
taxonomies = "off"
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
highlight_code = true
|
|
||||||
smart_punctuation = false
|
smart_punctuation = false
|
||||||
render_emoji = false
|
render_emoji = false
|
||||||
|
|
||||||
|
[markdown.highlighting]
|
||||||
|
light_theme = "github-light"
|
||||||
|
dark_theme = "github-dark"
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
|
|
||||||
[extra.tr]
|
[extra.tr]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue