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 ## 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. I recommend [Cinny](https://cinny.in/) because it has a beautiful design and closely resembles Discord.

View File

@ -6,14 +6,11 @@ published: true
--- ---
| | | | | |
| ------------------ | ------------------------------------------------------------------ | | ------------- | ---------------------------------------------------------- |
| Name | Eduard Urbach | | Name | Eduard Urbach |
| Occupation | Software Engineer | | Occupation | Software Engineer |
| Business type | Freelancer | | Business type | Freelancer |
| Tax number | DE 362234011 | | Tax number | DE 362234011 |
| Mobile | +49 1520 4296914 | | Mobile | +49 1520 4296914 |
| Address | [n/a](https://dserver.bundestag.de/btd/19/077/1907714.pdf) | | Address | [n/a](https://dserver.bundestag.de/btd/19/077/1907714.pdf) |
| Personal | admin [at] akyoto.dev | | Email | eduard [at] urbach.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) |

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. 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. 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. 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 | | 👤 [urbach.dev](https://git.urbach.dev/web/urbach.dev) | this website |
| 🚦 [assert](https://git.akyoto.dev/go/assert) | assertions for software correctness | | 🚦 [assert](https://git.urbach.dev/go/assert) | assertions for software correctness |
| 🎮 [bom](https://git.akyoto.dev/game/bom) | game using Godot with Go servers | | 🎮 [bom](https://git.urbach.dev/game/bom) | game using Godot with Go servers |
| 🌈 [color](https://git.akyoto.dev/go/color) | color for terminals | | 🌈 [color](https://git.urbach.dev/go/color) | color for terminals |
| 💿 [data](https://git.akyoto.dev/go/data) | in-memory key value store | | 💿 [data](https://git.urbach.dev/go/data) | in-memory key value store |
| 🔢 [hash](https://git.akyoto.dev/go/hash) | non-cryptographic hash for etags | | 🔢 [hash](https://git.urbach.dev/go/hash) | non-cryptographic hash for etags |
| 🏠 [home](https://git.akyoto.dev/sys/home) | personal dotfiles | | 🏠 [home](https://git.urbach.dev/sys/home) | personal dotfiles |
| 📃 [markdown](https://git.akyoto.dev/go/markdown) | markdown renderer for this site | | 📃 [markdown](https://git.urbach.dev/go/markdown) | markdown renderer for this site |
| 💃 [notify.moe](https://git.akyoto.dev/web/notify.moe) | anime tracker | | 💃 [notify.moe](https://git.urbach.dev/web/notify.moe) | anime tracker |
| 🌱 [q](https://git.akyoto.dev/cli/q) | simple programming language | | 🌱 [q](https://git.urbach.dev/cli/q) | simple programming language |
| 🔗 [router](https://git.akyoto.dev/go/router) | http router based on radix trees | | 🔗 [router](https://git.urbach.dev/go/router) | http router based on radix trees |
| 🚀 [web](https://git.akyoto.dev/go/web) | web server for this site | | 🚀 [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. 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> <body>
<header> <header>
<nav> <nav>
<a href="/" class="title">akyoto.dev</a> <a href="/" class="title">urbach.dev</a>
<a href="/contact">contact</a> <a href="/contact">contact</a>
</nav> </nav>
</header> </header>