diff --git a/content/contact.md b/content/contact.md index 10efbaa..aca3d1a 100644 --- a/content/contact.md +++ b/content/contact.md @@ -3,7 +3,7 @@ title = "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 diff --git a/content/posts/wabi.md b/content/posts/wabi.md index 3d4e297..4a9faba 100644 --- a/content/posts/wabi.md +++ b/content/posts/wabi.md @@ -4,5 +4,5 @@ draft = true 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). -Simple is always possible, and not always findable. +[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 findable. diff --git a/hugo.toml b/hugo.toml index 2d0067c..f9d687b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -62,17 +62,17 @@ style = "github-dark" [[menu.main]] name = "Blog" - weight = 1 + weight = 2 url = "posts/" [[menu.main]] name = "Projects" - weight = 2 + weight = 3 url = "projects/" [[menu.main]] name = "Contact" - weight = 3 + weight = 4 url = "contact/" [[menu.main]] name = "About" - weight = 4 + weight = 1 url = "about/"