websites/ewintr.nl/config.toml

28 lines
669 B
TOML
Raw Normal View History

2025-01-07 20:01:55 +01:00
# The URL the site will be built for
base_url = "https://ewintr.nl"
2025-01-08 20:36:08 +01:00
theme = "no-style-please"
2025-01-07 20:01:55 +01:00
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
2025-01-08 20:36:08 +01:00
highlight_code = false
highlight_theme = "charcoal"
2025-01-07 20:01:55 +01:00
[extra]
# Put all your custom variables here
2025-01-08 20:36:08 +01:00
list_pages = true
2025-01-15 20:11:22 +01:00
no_list_date = true
2025-01-11 15:25:33 +01:00
header_nav = [
2025-01-15 20:11:22 +01:00
{ name = "posts", url = "/" },
{ name = "about", url = "/about" },
2025-01-11 15:25:33 +01:00
]