About
This commit is contained in:
@@ -9,6 +9,8 @@ Physics student and computer enthusiast.
|
||||
I use [nixos](https://nixos.org) and [helix](https://helix-editor.com) and love git since becoming [lazy](https://github.com/jesseduffield/lazygit).
|
||||
Start [mini](https://git.ascyii.de/jonas/minis) to become something big.
|
||||
University related (quick) [notes](https://uni.hahn1.one).
|
||||
Clean up while you.
|
||||
_Learn_ from and share to [wikipedia](https://www.wikipedia.org/).
|
||||
Configuration- and dotfiles are _soon_ to come or provided upon request.
|
||||
Look at the sourcecode of this site [here](https://git.ascyii.de/jonas/site).
|
||||
[Links](https://en.wikipedia.org/wiki/Zettelkasten) can also provide value. Loves and uses [plain](https://terokarvinen.com/2021/calendar-txt/) [text](http://todotxt.org/).
|
||||
|
||||
@@ -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) or facing a problem/wall.
|
||||
|
||||
## Keys
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user