2024-09-04 13:29:23 +02:00
base_url = "https://notes.joostagterhoek.nl"
title = "My statically generated test website"
description = "This is a test website built with Zola. Here I want to try to build a more easy to manage and 'quiet' homepage for my blog, possibly a journal and definitely current programming, scripting and automation projects. Goals are easy access to the content (preferably direct file access), integration with Git and Obsidian and ease of use."
2024-08-26 16:04:05 +02:00
compile_sass = false
2024-08-27 21:48:47 +02:00
minify_html = true
2024-08-26 16:04:05 +02:00
generate_feeds = true
2024-08-27 21:48:47 +02:00
default_language = "en"
2024-08-26 16:04:05 +02:00
taxonomies = [
2024-08-27 21:48:47 +02:00
{ name = "tags" , feed = true } ,
]
2024-08-26 16:04:05 +02:00
[ markdown ]
render_emoji = true
2024-08-27 21:48:47 +02:00
external_links_target_blank = true
smart_punctuation = true
highlight_code = false
highlight_theme = "gruvbox-dark"
2024-08-26 16:04:05 +02:00
[ slugify ]
paths = "on"
taxonomies = "on"
anchors = "on"
2024-08-27 21:48:47 +02:00
[ link_checker ]
internal_level = "warn"
2024-08-26 16:04:05 +02:00
2024-08-27 21:48:47 +02:00
[ extra ]
2024-09-04 13:29:23 +02:00
author = "Joost Agterhoek"
2024-08-27 21:48:47 +02:00
display_author = true
2024-08-26 16:04:05 +02:00
2024-08-27 21:48:47 +02:00
favicon = "favicon.ico"
image = ""
2024-08-26 16:04:05 +02:00
2024-08-27 21:48:47 +02:00
default_theme = "light"
list_pages = false
twitter_card = true
2024-08-26 16:04:05 +02:00
header_nav = [
{ url = "/" , name_en = "/home/" , name_fr = "/accueil/" } ,
{ url = "/about" , name_en = "/about/" , name_fr = "/concernant/" } ,
2024-09-08 21:31:46 +02:00
{ url = "/projects" , name_en = "/projects/" } ,
2024-08-26 16:04:05 +02:00
{ url = "/journal" , name_en = "/journal/" , name_fr = "/journal/" } ,
{ url = "/blog" , name_en = "/blog/" , name_fr = "/blog/" }
]
2024-08-27 21:48:47 +02:00
# Optional footer license text. It will only show, when using footer_content_license.
#footer_content_license = "Creative Commons Attribution 4.0 International"
#footer_content_license_link = "https://creativecommons.org/licenses/by/4.0/"
2024-09-04 13:29:23 +02:00