diff --git a/posts/about.md b/posts/about.md index 42fbedd..4e6b020 100644 --- a/posts/about.md +++ b/posts/about.md @@ -49,5 +49,5 @@ I speak the following languages to varying degrees: ## Community -In case you want to contribute to any projects, join [#community:akyoto.dev](https://matrix.to/#/#community:akyoto.dev) with a client you like. +In case you want to contribute to any projects, join [#community:urbach.dev](https://matrix.to/#/#community:urbach.dev) with a client you like. I recommend [Cinny](https://cinny.in/) because it has a beautiful design and closely resembles Discord. diff --git a/posts/contact.md b/posts/contact.md index da03191..f3554f2 100644 --- a/posts/contact.md +++ b/posts/contact.md @@ -5,15 +5,12 @@ created: 2023-07-23T12:43:21Z published: true --- -| | | -| ------------------ | ------------------------------------------------------------------ | -| Name | Eduard Urbach | -| Occupation | Software Engineer | -| Business type | Freelancer | -| Tax number | DE 362234011 | -| Mobile | +49 1520 4296914 | -| Address | [n/a](https://dserver.bundestag.de/btd/19/077/1907714.pdf) | -| Personal | admin [at] akyoto.dev | -| Business inquiries | business [at] akyoto.dev | -| 1:1 | [@akyoto:akyoto.dev](https://matrix.to/#/@akyoto:akyoto.dev) | -| Community | [#community:akyoto.dev](https://matrix.to/#/#community:akyoto.dev) | +| | | +| ------------- | ---------------------------------------------------------- | +| Name | Eduard Urbach | +| Occupation | Software Engineer | +| Business type | Freelancer | +| Tax number | DE 362234011 | +| Mobile | +49 1520 4296914 | +| Address | [n/a](https://dserver.bundestag.de/btd/19/077/1907714.pdf) | +| Email | eduard [at] urbach.dev | diff --git a/posts/environment-variables.md b/posts/environment-variables.md index 444d41e..eba85fc 100644 --- a/posts/environment-variables.md +++ b/posts/environment-variables.md @@ -32,7 +32,7 @@ KEY=value ``` They support variable expansion so it's possible to use things like `$HOME` in the value text. -You can take a look at my [environment.d](https://git.akyoto.dev/sys/home/src/branch/main/.config/environment.d) if you need some examples. +You can take a look at my [environment.d](https://git.urbach.dev/sys/home/src/branch/main/.config/environment.d) if you need some examples. GDM and KDE Plasma will automatically source these variables on session start. If you don't use these or you don't want to rely on them, you need to manually load the variables in your shell config files. diff --git a/posts/projects.md b/posts/projects.md index a7c0c75..ae1785f 100644 --- a/posts/projects.md +++ b/posts/projects.md @@ -7,15 +7,15 @@ published: true | | | | --- | --- | -| 👤 [akyoto.dev](https://git.akyoto.dev/web/akyoto.dev) | this website | -| 🚦 [assert](https://git.akyoto.dev/go/assert) | assertions for software correctness | -| 🎮 [bom](https://git.akyoto.dev/game/bom) | game using Godot with Go servers | -| 🌈 [color](https://git.akyoto.dev/go/color) | color for terminals | -| 💿 [data](https://git.akyoto.dev/go/data) | in-memory key value store | -| 🔢 [hash](https://git.akyoto.dev/go/hash) | non-cryptographic hash for etags | -| 🏠 [home](https://git.akyoto.dev/sys/home) | personal dotfiles | -| 📃 [markdown](https://git.akyoto.dev/go/markdown) | markdown renderer for this site | -| 💃 [notify.moe](https://git.akyoto.dev/web/notify.moe) | anime tracker | -| 🌱 [q](https://git.akyoto.dev/cli/q) | simple programming language | -| 🔗 [router](https://git.akyoto.dev/go/router) | http router based on radix trees | -| 🚀 [web](https://git.akyoto.dev/go/web) | web server for this site | \ No newline at end of file +| 👤 [urbach.dev](https://git.urbach.dev/web/urbach.dev) | this website | +| 🚦 [assert](https://git.urbach.dev/go/assert) | assertions for software correctness | +| 🎮 [bom](https://git.urbach.dev/game/bom) | game using Godot with Go servers | +| 🌈 [color](https://git.urbach.dev/go/color) | color for terminals | +| 💿 [data](https://git.urbach.dev/go/data) | in-memory key value store | +| 🔢 [hash](https://git.urbach.dev/go/hash) | non-cryptographic hash for etags | +| 🏠 [home](https://git.urbach.dev/sys/home) | personal dotfiles | +| 📃 [markdown](https://git.urbach.dev/go/markdown) | markdown renderer for this site | +| 💃 [notify.moe](https://git.urbach.dev/web/notify.moe) | anime tracker | +| 🌱 [q](https://git.urbach.dev/cli/q) | simple programming language | +| 🔗 [router](https://git.urbach.dev/go/router) | http router based on radix trees | +| 🚀 [web](https://git.urbach.dev/go/web) | web server for this site | \ No newline at end of file diff --git a/projects/1-q.md b/projects/1-q.md index 6a58a1f..40026d1 100644 --- a/projects/1-q.md +++ b/projects/1-q.md @@ -13,4 +13,4 @@ The execution speed is currently equivalent to unoptimized machine code but ther Cross-compilation for Linux, MacOS and Windows works out of the box. -[git](https://git.akyoto.dev/cli/q) | [donate](https://en.liberapay.com/akyoto) \ No newline at end of file +[git](https://git.urbach.dev/cli/q) | [donate](https://en.liberapay.com/akyoto) \ No newline at end of file diff --git a/public/app.html b/public/app.html index 07c4af6..e09a964 100644 --- a/public/app.html +++ b/public/app.html @@ -9,7 +9,7 @@