Since a change in the latest zola version required changing the name of a setting anyway, I took the opportunity to review the settings and make some adjustments.
This commit is contained in:
parent
87ce929648
commit
0aedbf46a9
1 changed files with 6 additions and 4 deletions
10
config.toml
10
config.toml
|
@ -1,12 +1,14 @@
|
||||||
base_url = "https://www.jotoho.de/"
|
base_url = "https://www.jotoho.de/"
|
||||||
default_language = "en"
|
default_language = "en"
|
||||||
minify_html = true
|
minify_html = true
|
||||||
generate_feed = true
|
generate_feeds = true
|
||||||
|
feed_filenames = ["atom.xml", "rss.xml"]
|
||||||
|
author = "Jonas Tobias Hopusch"
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
highlight_code = true
|
highlight_code = true
|
||||||
render_emoji = true
|
render_emoji = true
|
||||||
external_links_no_referrer = true
|
external_links_no_referrer = true
|
||||||
|
smart_punctuation = true
|
||||||
[extra]
|
lazy_async_image = true
|
||||||
# Put all your custom variables here
|
bottom_footnotes = true
|
||||||
|
|
Loading…
Reference in a new issue