update with new template

This commit is contained in:
2022-08-14 12:51:05 +02:00
parent eb1657c948
commit 8f9ad835e4
19 changed files with 118 additions and 86 deletions

View File

@@ -37,6 +37,9 @@ highlight_theme = "visual-studio-dark"
# Unicode emoji equivalent in the rendered Markdown files. (e.g.: :smile: => 😄)
render_emoji = false
[slugify]
paths = "on"
# Whether external links are to be opened in a new tab
# If this is true, a `rel="noopener"` will always automatically be added for security reasons
external_links_target_blank = true
@@ -62,3 +65,7 @@ name = "categories"
feed = true
paginate_by = 2
paginate_path = "blog-posts"
[extra]
header_class = "freeflow"
footer_class = "freeflow"