This commit is contained in:
Aron Petau 2025-05-04 19:58:06 +02:00
parent 47085fbf7e
commit 2d3dfddc29
4 changed files with 14 additions and 9 deletions

View file

@ -37,6 +37,8 @@ accent_color = "#FF7E3C"
accent_color_dark = "#FF7E3C"
toc = true
toc_sidebar = true
toc_inline = true
card = true
favicon = "/logo.png"
apple_touch_icon = "/logo.png"
go_to_top = true
@ -60,7 +62,7 @@ links = [
{ url = "@/pages/about.md", name = "About" },
] },
{ url = "https://daudix.one/coffee/", name = "Coffee" }
{ url = "https://kaesewerkstatt.petau.net", name = "Käsewerkstatt" }
]
[extra.footer]

View file

@ -1,21 +1,24 @@
+++
insert_anchor_links = "left"
title = "Home"
[extra]
show_copyright = true
show_shares = true
+++
# Welcome
to the online presence of Aron Petau.
This site is a collection of my thoughts and experiences.
I hope you find something interesting here.
This Page is currently under construction.
broken links are to be expected.
<progress value="15" max="100"></progress>
<div class="buttons centered">
<button class="big colored">Do Something…</button>
</div>
Broken links are to be expected.
<progress value="25" max="100"></progress>

View file

@ -2,7 +2,6 @@
title = "3D Modeling and CAD"
date = 2018-07-05
authors = ["Aron Petau"]
banner = "/images/render_bike_holder.png"
description = "Modelling and Scanning in 3D using Fusion360, Sketchfab, and Photogrammetry"
[taxonomies]
@ -22,6 +21,7 @@ tags = [
"work",
]
[extra]
banner = "/images/render_bike_holder.png"
show_copyright = true
show_shares = true
+++

File diff suppressed because one or more lines are too long