awebsite/config.toml

53 lines
1.4 KiB
TOML
Raw Normal View History

2025-04-29 19:35:40 +02:00
# The URL the site will be built for
2025-04-29 21:13:41 +02:00
base_url = "https://aron.petau.net/"
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-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-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
[extra.giscus]
src = "https://giscus.app/client.js"
data_repo="arontaupe/awebsite"
data_repo_id="R_kgDOLIfXYA"
data_category="General"
data_category_id="DIC_kwDOLIfXYM4Ccn56"
data_mapping="title"
data_strict="0"
data_reactions_enabled="0"
data_emit_metadata="0"
data_input_position="top"
data_theme="//kuznetsov17.github.io/pico/css/gs_dark.css"
data_lang="en"
crossorigin="anonymous"
nonce="aron_allows_this"