Update config for zola 0.13.0

This commit is contained in:
timvisee 2021-02-27 18:40:30 +01:00
parent 55f912995e
commit 4fe45c1360
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 11 additions and 3 deletions

View File

@ -6,9 +6,6 @@ description = "Personal portfolio and blog of Tim Visée"
theme = "zenn"
default_language = "en"
highlight_code = true
highlight_theme = "1337"
generate_feed = true
feed_filename = "rss.xml"
@ -20,6 +17,17 @@ taxonomies = [
{name = "tags", paginate_by = 5, feed = true},
]
[markdown]
highlight_code = true
highlight_theme = "1337"
render_emoji = false
smart_punctuation = false
external_links_target_blank = true
external_links_no_follow = false
external_links_no_referrer = false
[extra]
author = "Tim Visée"