david.aparoksha.dev/config.toml

57 lines
1.2 KiB
TOML
Raw Normal View History

2024-09-14 16:08:06 +02:00
# Zola config
2024-10-17 18:34:21 +02:00
title = "david-swift"
base_url = "https://david.aparoksha.dev/"
description = "A student interested in coding. Loves GNOME and Swift!"
2024-09-14 16:08:06 +02:00
theme = "duckquill"
minify_html = true
default_language = "en"
compile_sass = true
author = "david-swift"
2024-10-06 21:26:05 +02:00
generate_feeds = true
feed_filenames = ["rss.xml", "atom.xml"]
2024-09-14 16:08:06 +02:00
build_search_index = true
taxonomies = [{ name = "tags" }]
[markdown]
highlight_code = true
highlight_theme = "css"
smart_punctuation = true
[extra]
2024-10-06 21:26:05 +02:00
styles = [
2024-09-14 16:08:06 +02:00
"custom.css"
]
2024-10-17 18:34:21 +02:00
accent_color = "#6E7DFB"
accent_color_dark = "#6E7DFB"
issues_url = "https://git.aparoksha.dev/david-swift/david.aparoksha.dev/issues"
source_url = "https://git.aparoksha.dev/david-swift/david.aparoksha.dev"
2024-09-14 16:08:06 +02:00
show_copy_button = true
2024-10-06 21:26:05 +02:00
show_share_button = true
2024-09-14 16:08:06 +02:00
[extra.footer]
show_copyright = true
show_powered_by = true
show_source = true
2024-10-17 18:34:21 +02:00
links = [
{ url = "https://mastodon.de/@david_swift", name = "Fediverse" },
{ url = "https://ko-fi.com/david_swift", name = "Donate" }
]
2024-09-14 16:08:06 +02:00
[extra.nav]
links = [
2024-10-17 18:34:21 +02:00
{ url = "/blog", name = "Blog" },
{ url = "https://www.aparoksha.dev/", name = "Aparoksha" },
2024-09-14 16:08:06 +02:00
]
[search]
index_format = "elasticlunr_json"
[extra.comments]
host = "mastodon.de"
user = "david_swift"
show_qr = true