awebsite/config.toml

38 lines
796 B
TOML
Raw Normal View History

2025-04-29 21:13:41 +02:00
base_url = "https://aron.petau.net/"
2025-04-30 00:07:32 +02:00
title = "Aron Petau"
2025-04-29 19:35:40 +02:00
compile_sass = true
2025-04-29 21:13:41 +02:00
minify_html = true
2025-04-30 18:09:51 +02:00
generate_feeds = true
2025-04-29 21:13:41 +02:00
2025-04-30 18:09:51 +02:00
feed_filenames = ["rss.xml", "atom.xml"]
build_search_index = true
author = "Aron Petau"
hard_link_static = true
2025-04-29 21:13:41 +02:00
[search]
index_format = "fuse_json"
2025-04-30 18:09:51 +02:00
theme = "duckquill"
2025-04-29 21:13:41 +02:00
2025-04-30 18:09:51 +02:00
default_language = "en"
taxonomies = [{ name = "tags", feed = true }]
2025-04-29 19:35:40 +02:00
[extra]
2025-04-30 18:09:51 +02:00
bundled_fonts = false
issues_url = "https://codeberg.org/daudix/duckquill/issues" # TODO
source_url = "https://codeberg.org/daudix/duckquill" #TODO
default_theme = "light"
accent_color = "#FF7E3C"
accent_color_dark = "#FF7E3C"
toc = true
toc_sidebar = true
favicon = "/logo.png"
apple_touch_icon = "/logo.png"
go_to_top = true
show_copy_button = true
show_reading_time = true
show_share_button = true
show_backlinks = true