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"
|
2025-05-05 01:06:49 +02:00
|
|
|
hard_link_static = false
|
2025-05-01 03:20:23 +02:00
|
|
|
taxonomies = [
|
|
|
|
{ name = "tags", feed = true, paginate_by = 10 }
|
|
|
|
]
|
2025-04-29 21:13:41 +02:00
|
|
|
|
2025-04-30 17:47:32 +02:00
|
|
|
|
2025-04-30 18:09:51 +02:00
|
|
|
theme = "duckquill"
|
2025-04-30 17:47:32 +02:00
|
|
|
|
2025-04-30 18:09:51 +02:00
|
|
|
default_language = "en"
|
2025-05-01 03:20:23 +02:00
|
|
|
|
2025-05-05 01:06:49 +02:00
|
|
|
[slugify]
|
|
|
|
paths = "off"
|
|
|
|
taxonomies = "on"
|
|
|
|
anchors = "off"
|
|
|
|
# Whether to remove date prefixes for page path slugs.
|
|
|
|
# For example, content/posts/2016-10-08_a-post-with-dates.md => posts/a-post-with-dates
|
|
|
|
# When true, content/posts/2016-10-08_a-post-with-dates.md => posts/2016-10-08-a-post-with-dates
|
|
|
|
paths_keep_dates = false
|
|
|
|
|
2025-05-01 03:20:23 +02:00
|
|
|
[search]
|
|
|
|
index_format = "fuse_json"
|
2025-04-29 19:35:40 +02:00
|
|
|
|
|
|
|
[extra]
|
2025-05-01 03:20:23 +02:00
|
|
|
|
|
|
|
styles = [
|
2025-05-01 03:53:16 +02:00
|
|
|
"/css/timeline.css",
|
|
|
|
"/css/mermaid.css",
|
2025-05-04 13:42:32 +02:00
|
|
|
"/css/skills.css",
|
2025-05-05 13:15:39 +02:00
|
|
|
"/css/gallery.css",
|
2025-05-01 03:20:23 +02:00
|
|
|
]
|
|
|
|
|
2025-04-30 18:09:51 +02:00
|
|
|
bundled_fonts = false
|
2025-05-01 03:20:23 +02:00
|
|
|
issues_url = "https://forgejo.petau.net/aron/awebsite/issues"
|
|
|
|
source_url = "https://forgejo.petau.net/aron/awebsite"
|
2025-04-30 18:09:51 +02:00
|
|
|
default_theme = "light"
|
|
|
|
accent_color = "#FF7E3C"
|
|
|
|
accent_color_dark = "#FF7E3C"
|
|
|
|
toc = true
|
|
|
|
toc_sidebar = true
|
2025-05-04 19:58:06 +02:00
|
|
|
toc_inline = true
|
|
|
|
card = true
|
2025-04-30 18:09:51 +02:00
|
|
|
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
|
2025-05-01 03:20:23 +02:00
|
|
|
|
|
|
|
|
|
|
|
[extra.nav]
|
|
|
|
auto_hide = false
|
|
|
|
show_feed = true
|
|
|
|
show_theme_switcher = true
|
|
|
|
show_repo = true
|
|
|
|
links = [
|
2025-05-14 16:26:18 +02:00
|
|
|
{ url = "@/project/_index.md", name = "Projects" },
|
2025-05-14 15:08:38 +02:00
|
|
|
{ url = "@/pages/contact.md", name = "Contact Me" },
|
|
|
|
{ url = "@/pages/cv.md", name = "Experience" },
|
|
|
|
{ url = "@/pages/about.md", name = "About" },
|
2025-05-01 03:20:23 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[extra.footer]
|
|
|
|
links = [
|
2025-05-14 16:26:18 +02:00
|
|
|
{ url = "@/project/_index.md", name = "Projects" },
|
2025-05-14 15:08:38 +02:00
|
|
|
{ url = "@/pages/privacy.md", name = "Privacy" },
|
|
|
|
{ url = "https://kaesewerkstatt.petau.net", name = "Käsewerkstatt" },
|
|
|
|
{ url = "https://www.newpractice.net/author/aron-petau", name = "New Practice Network" },
|
2025-05-01 03:20:23 +02:00
|
|
|
]
|
2025-05-14 15:08:38 +02:00
|
|
|
|
2025-05-01 03:20:23 +02:00
|
|
|
socials = [
|
2025-05-14 15:08:38 +02:00
|
|
|
{ url = "https://github.com/arontaupe", name = "GitHub", icon = "%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EGitHub%3C/title%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E" },
|
|
|
|
|
|
|
|
{url = "https://www.printables.com/@arontaupe", name = "Printables",icon = "%3Csvg%20role%3D%22img%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EPrintables%3C%2Ftitle%3E%3Cpath%20d%3D%22M3.678%204.8%2012%209.6v9.6l8.322-4.8V4.8L12%200ZM12%2019.2l-8.322-4.8V24Z%22%2F%3E%3C%2Fsvg%3E"},
|
|
|
|
|
|
|
|
{url = "https://www.etsy.com/de-en/shop/reprintedservices", name = "Etsy", icon = "%3Csvg%20role%3D%22img%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EEtsy%3C%2Ftitle%3E%3Cpath%20d%3D%22M8.559%202.445c0-.325.033-.52.59-.52h7.465c1.3%200%202.02%201.11%202.54%203.193l.42%201.666h1.27c.23-4.728.43-6.784.43-6.784s-3.196.36-5.09.36H6.635L1.521.196v1.37l1.725.326c1.21.24%201.5.496%201.6%201.606%200%200%20.11%203.27.11%208.64%200%205.385-.09%208.61-.09%208.61%200%20.973-.39%201.333-1.59%201.573l-1.722.33V24l5.13-.165h8.55c1.935%200%206.39.165%206.39.165.105-1.17.75-6.48.855-7.064h-1.2l-1.284%202.91c-1.005%202.28-2.476%202.445-4.11%202.445h-4.906c-1.63%200-2.415-.64-2.415-2.05V12.8s3.62%200%204.79.096c.912.064%201.463.325%201.76%201.598l.39%201.695h1.41l-.09-4.278.192-4.305h-1.391l-.45%201.89c-.283%201.244-.48%201.47-1.754%201.6-1.666.17-4.815.14-4.815.14V2.45h-.05z%22%2F%3E%3C%2Fsvg%3E"},
|
|
|
|
|
|
|
|
{ url = "https://mastodon.online/@reprintedAron", name = "Mastodon", icon = "%3Csvg role='img' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EMastodon%3C/title%3E%3Cpath d='M23.268 5.313c-.35-2.578-2.617-4.61-5.304-5.004C17.51.242 15.792 0 11.813 0h-.03c-3.98 0-4.835.242-5.288.309C3.882.692 1.496 2.518.917 5.127.64 6.412.61 7.837.661 9.143c.074 1.874.088 3.745.26 5.611.118 1.24.325 2.47.62 3.68.55 2.237 2.777 4.098 4.96 4.857 2.336.792 4.849.923 7.256.38.265-.061.527-.132.786-.213.585-.184 1.27-.39 1.774-.753a.057.057 0 0 0 .023-.043v-1.809a.052.052 0 0 0-.02-.041.053.053 0 0 0-.046-.01 20.282 20.282 0 0 1-4.709.545c-2.73 0-3.463-1.284-3.674-1.818a5.593 5.593 0 0 1-.319-1.433.053.053 0 0 1 .066-.054c1.517.363 3.072.546 4.632.546.376 0 .75 0 1.125-.01 1.57-.044 3.224-.124 4.768-.422.038-.008.077-.015.11-.024 2.435-.464 4.753-1.92 4.989-5.604.008-.145.03-1.52.03-1.67.002-.512.167-3.63-.024-5.545zm-3.748 9.195h-2.561V8.29c0-1.309-.55-1.976-1.67-1.976-1.23 0-1.846.79-1.846 2.35v3.403h-2.546V8.663c0-1.56-.617-2.35-1.848-2.35-1.112 0-1.668.668-1.67 1.977v6.218H4.822V8.102c0-1.31.337-2.35 1.011-3.12.696-.77 1.608-1.164 2.74-1.164 1.311 0 2.302.5 2.962 1.498l.638 1.06.638-1.06c.66-.999 1.65-1.498 2.96-1.498 1.13 0 2.043.395 2.74 1.164.675.77 1.012 1.81 1.012 3.12z'/%3E%3C/svg%3E" },
|
2025-05-01 03:20:23 +02:00
|
|
|
|
|
|
|
]
|
|
|
|
show_copyright = true
|
|
|
|
show_powered_by = false
|
|
|
|
# Whether to show link to website source
|
|
|
|
show_source = false
|
|
|
|
|
|
|
|
# Based on https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/
|
|
|
|
#
|
|
|
|
# Mastodon-powered commenting.
|
|
|
|
# Values can be overridden in the front-matter, e.g.
|
|
|
|
# for multi-author blogs or guest posts.
|
|
|
|
#
|
|
|
|
# These variables are also used for Mastodon verification,
|
|
|
|
# the needed rel="me" link is set in the head based on these.
|
|
|
|
[extra.comments]
|
|
|
|
# Your Mastodon API host; instance that you have an account on.
|
2025-05-14 15:08:38 +02:00
|
|
|
host = "mastodon.online"
|
2025-05-01 03:20:23 +02:00
|
|
|
# Your Mastodon username; used to determine who the original poster is.
|
2025-05-14 15:08:38 +02:00
|
|
|
user = "reprintedAron"
|
2025-05-01 03:20:23 +02:00
|
|
|
# Whether to show the QR code to Mastodon post
|
|
|
|
show_qr = true
|
|
|
|
|
|
|
|
# GoatCounter analytics; enabled only if present in config.
|
|
|
|
[extra.goatcounter]
|
|
|
|
# Your GoatCounter server; goatcounter.com is used by default.
|
|
|
|
#
|
|
|
|
# host = "YOUR_SERVER"
|
|
|
|
#
|
|
|
|
# Your GoatCounter username
|
|
|
|
user = "duckquill"
|
|
|
|
|
|
|
|
[extra.debug]
|
|
|
|
layout = false
|
|
|
|
no_styles = false
|