Files
website/config.toml

57 lines
2.1 KiB
TOML
Raw Permalink Normal View History

2025-09-26 15:48:42 +02:00
base_url = "https://maciejpedzi.ch"
2025-09-14 10:02:15 +02:00
compile_sass = true
2025-09-06 10:00:35 +02:00
title = "Maciej Pędzich"
2025-10-22 16:18:53 +02:00
description = "F1 nerd since birth. Homelabbing enthusiast. House music aficionado. Visibly on the spectrum. Warsaw. he/him."
2025-09-06 10:00:35 +02:00
theme = "tabi"
default_language = "en"
taxonomies = [{ name = "tags", feed = true }]
build_search_index = true
generate_feeds = true
[markdown]
highlight_code = true
bottom_footnotes = true
2025-09-14 10:02:15 +02:00
highlight_theme = "css"
2025-11-11 11:50:34 +01:00
extra_syntaxes_and_themes = ["syntaxes"]
2025-09-06 10:00:35 +02:00
[extra]
2025-09-14 10:02:15 +02:00
skin = "custom"
browser_theme_color = "#c63839"
2025-09-14 10:02:15 +02:00
favicon = "images/favicon.png"
social_media_card = "/images/banner.png"
2025-09-06 10:00:35 +02:00
show_author = false
feed_icon = false
2025-09-06 10:00:35 +02:00
toc = true
quick_navigation_buttons = true
2025-09-14 10:02:15 +02:00
stylesheets = ["css/custom.css"]
2025-09-06 10:00:35 +02:00
menu = [
{ name = "Blog", url = "blog" },
{ name = "Tags", url = "tags" },
{ name = "Archive", url = "archive" },
]
socials = [
{ name = "Atom feed", url = "/atom.xml", icon = "rss" },
2025-09-06 10:00:35 +02:00
{ name = "Email", url = "mailto:contact@maciejpedzi.ch", icon = "email" },
{ name = "Gitea", url = "https://code.maciejpedzi.ch", icon = "gitea" },
{ name = "GitHub", url = "https://github.com/maciejpedzich", icon = "github" },
{ name = "LinkedIn", url = "https://www.linkedin.com/in/maciejpedzich", icon = "linkedin" },
]
2025-09-15 13:08:41 +02:00
footer_menu = [
2025-09-26 14:44:15 +02:00
{ url = "https://analytics.maciejpedzi.ch/share/U4Mdaexoe2kqAnrS/maciejpedzi.ch", name = "Analytics", trailing_slash = false },
2025-09-15 13:08:41 +02:00
{ url = "/pubkey.asc", name = "PGP key", trailing_slash = false },
{ url = "/privacy", name = "Privacy", trailing_slash = false },
{ url = "/sitemap.xml", name = "Sitemap", trailing_slash = false },
]
2025-09-26 14:51:11 +02:00
copyright = "© $CURRENT_YEAR Maciej Pędzich $SEPARATOR Content on this website is available under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0) license."
2025-09-26 15:59:34 +02:00
remote_repository_url = "https://code.maciejpedzi.ch/maciejpedzich/website"
remote_repository_git_platform = "gitea"
remote_repository_branch = "master"
show_remote_changes = true
show_remote_source = true
2025-09-26 14:44:15 +02:00
[extra.analytics]
service = "umami"
self_hosted_url = "https://analytics.maciejpedzi.ch"
id = "108f9ca1-3178-4553-862b-150298be719e"
do_not_track = true