Files
website/config.toml

38 lines
1.4 KiB
TOML
Raw Normal View History

2025-09-06 10:00:35 +02:00
base_url = "https://maciejpedzich-preview.onrender.com"
2025-09-14 10:02:15 +02:00
compile_sass = true
2025-09-06 10:00:35 +02:00
title = "Maciej Pędzich"
2025-09-14 10:02:15 +02:00
description = "Computer Science student @ PJAIT. F1 nerd since birth. Avid homelabber. 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-09-06 10:00:35 +02:00
[extra]
2025-09-14 10:02:15 +02:00
skin = "custom"
browser_theme_color = "#cd3731"
favicon = "images/favicon.png"
social_media_card = "/images/banner.png"
2025-09-06 10:00:35 +02:00
show_author = false
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 = "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" },
2025-09-14 10:02:15 +02:00
{ name = "Bluesky", url = "https://bsky.app/profile/maciejpedzi.ch", icon = "bluesky" },
2025-09-06 10:00:35 +02:00
{ name = "LinkedIn", url = "https://www.linkedin.com/in/maciejpedzich", icon = "linkedin" },
]
2025-09-14 10:02:15 +02:00
copyright = "© $CURRENT_YEAR Maciej Pędzich $SEPARATOR Content on this website is available under the [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0) license."