Updated domain

This commit is contained in:
Eduard Urbach 2025-02-23 23:05:50 +01:00
parent 6933e3b5e6
commit 0fae5e53af
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
6 changed files with 25 additions and 28 deletions

View File

@ -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.

View File

@ -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 |

View File

@ -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.

View File

@ -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 |
| 👤 [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 |

View File

@ -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)
[git](https://git.urbach.dev/cli/q) | [donate](https://en.liberapay.com/akyoto)

View File

@ -9,7 +9,7 @@
<body>
<header>
<nav>
<a href="/" class="title">akyoto.dev</a>
<a href="/" class="title">urbach.dev</a>
<a href="/contact">contact</a>
</nav>
</header>