awebsite/config.toml

59 lines
1.8 KiB
TOML
Raw Normal View History

2025-04-29 21:13:41 +02:00
base_url = "https://aron.petau.net/"
2025-04-29 19:35:40 +02:00
2025-04-30 00:07:32 +02:00
title = "Aron Petau"
description = "I am a graduate in Design & Computation at the Technische Universität Berlin and Universität der Künste Berlin. I am passionate about Cognitive Science, Software Engineering, 3D Modelling, Design and Technology Didactics. Here I display a selection of my past work, you are welcome to have a look around!"
default_language = "en"
output_dir = "public"
generate_feeds = true
generate_sitemap = true
hard_link_static = true
generate_robots_txt = true
2025-04-29 19:35:40 +02: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 = true
2025-04-29 21:13:41 +02:00
minify_html = true
taxonomies = [
{ name = "tags" }
]
[search]
index_format = "elasticlunr_json"
2025-04-30 00:07:32 +02:00
include_title = true
include_description = true
include_date = true
include_path = true
include_content = true
truncate_content_length = 100
2025-04-29 21:13:41 +02:00
2025-04-29 19:35:40 +02:00
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
2025-04-29 21:13:41 +02:00
highlight_theme = "css"
2025-04-30 00:07:32 +02:00
render_emoji = false
smart_punctuation = true
definition_list = true
lazy_async_image = true
bottom_footnotes = true
insert_anchor_links = "heading"
paths_keep_dates = false
2025-04-29 21:13:41 +02:00
2025-04-29 19:35:40 +02:00
[extra]
2025-04-29 21:13:41 +02:00
author = "Aron Petau"
description = "Some description, if you somehow didn't set it in page / section settings"
logo_src = "images/logo.png" # logo src
avatar_src = "images/aron_avatar_square.jpg" # avatar src
index_page="index" # name of the index page. Should be one of top_menu to make things work
top_menu = ["index","features","notes"] # Menu items
copyright_string = "Сreated by Aron Petau in 2024 %YEAR%"
nonce = "${aron_allows_this}" # used for JavaScript src nonce