forked from reudnetz/website
config.toml: set highlight_code in markdown section (required for current zola versions)
This commit is contained in:
parent
6889c011ca
commit
4606518627
1 changed files with 3 additions and 2 deletions
|
@ -4,11 +4,12 @@ base_url = "https://reudnetz.org"
|
||||||
# Whether to automatically compile all Sass files in the sass directory
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
|
|
||||||
|
title = "Reudnetz w.V."
|
||||||
|
|
||||||
|
[markdown]
|
||||||
# Whether to do syntax highlighting
|
# Whether to do syntax highlighting
|
||||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Gutenberg
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Gutenberg
|
||||||
highlight_code = false
|
highlight_code = false
|
||||||
|
|
||||||
title = "Reudnetz w.V."
|
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
# Put all your custom variables here
|
# Put all your custom variables here
|
||||||
|
|
Loading…
Reference in a new issue