This commit is contained in:
2026-01-20 10:38:45 +00:00
parent 4fee50ae36
commit 1764ec3f4e
3 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ title = "Contact"
slug = "contact" slug = "contact"
+++ +++
Feel free to write me an email to jonas@hahn1.one. I will respond to every mail when not currently listening for [tomatoes](https://en.wikipedia.org/wiki/Pomodoro_Technique). Feel free to write me an email to jonas@hahn1.one. I will respond to every mail from [neomutt](https://neomutt.org) when not currently listening for [tomatoes](https://en.wikipedia.org/wiki/Pomodoro_Technique).
## Keys ## Keys

View File

@@ -4,5 +4,5 @@ draft = true
title = 'Wabi-sabi' title = 'Wabi-sabi'
+++ +++
[Wabi-sabi](https://en.wikipedia.org/wiki/Wabi-sabi) is not to be confused with [wasabi](https://en.wikipedia.org/wiki/Wasabi). [Wabi-sabi](https://en.wikipedia.org/wiki/Wabi-sabi) is not to be confused with [wasabi](https://en.wikipedia.org/wiki/Wasabi) although it uses exactly the same letters.
Simple is always possible, and not always findable. Simple is always possible, and not findable.

View File

@@ -62,17 +62,17 @@ style = "github-dark"
[[menu.main]] [[menu.main]]
name = "Blog" name = "Blog"
weight = 1 weight = 2
url = "posts/" url = "posts/"
[[menu.main]] [[menu.main]]
name = "Projects" name = "Projects"
weight = 2 weight = 3
url = "projects/" url = "projects/"
[[menu.main]] [[menu.main]]
name = "Contact" name = "Contact"
weight = 3 weight = 4
url = "contact/" url = "contact/"
[[menu.main]] [[menu.main]]
name = "About" name = "About"
weight = 4 weight = 1
url = "about/" url = "about/"