diff options
author | Adam Stück <adam@adast.xyz> | 2023-12-17 19:20:53 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-12-17 19:20:53 +0100 |
commit | 462fc383d43dc7365bde781e6973cb1f0b1cad7f (patch) | |
tree | f1fe8f440b52d75ea3363c2342ebcc61e513f2a2 | |
parent | 30f34c4e509ce1b3b64dd4229fdd4b6ea7786a51 (diff) |
services: add mumble
projects+services: sort lists alphabetically
-rw-r--r-- | build/atom.xml | 2 | ||||
-rw-r--r-- | build/projects/index.html | 2 | ||||
-rw-r--r-- | build/services/index.html | 5 | ||||
-rw-r--r-- | pages/projects.md | 2 | ||||
-rw-r--r-- | pages/services.md | 5 |
5 files changed, 9 insertions, 7 deletions
diff --git a/build/atom.xml b/build/atom.xml index 4d857a6..f58c444 100644 --- a/build/atom.xml +++ b/build/atom.xml @@ -2,7 +2,7 @@ <feed xmlns="http://www.w3.org/2005/Atom"> <title>Adam Stück's blog</title> <link href="https://adast.dk/atom.xml" rel="self" /> - <updated>2023-12-15T19:37:58Z</updated> + <updated>2023-12-17T19:19:56Z</updated> <author> <name>Adam Stück</name> </author> diff --git a/build/projects/index.html b/build/projects/index.html index d477d27..3811694 100644 --- a/build/projects/index.html +++ b/build/projects/index.html @@ -16,9 +16,9 @@ <main> <h1>Projects</h1> <ul> +<li><a href="https://sr.ht/~adamski/adast.dk">adast.dk</a>: Personal platform</li> <li><a href="https://arena.adast.dk">arena</a>: Quake-like multiplayer FPS</li> <li><a href="https://sr.ht/~adamski/dotfiles">dotfiles</a>: Configs for my different Linux machines</li> -<li><a href="https://sr.ht/~adamski/adast.dk">adast.dk</a>: Personal platform</li> </ul> <footer role="contentinfo"> <hr> diff --git a/build/services/index.html b/build/services/index.html index e8a63a2..163b362 100644 --- a/build/services/index.html +++ b/build/services/index.html @@ -16,9 +16,10 @@ <main> <h1>Services</h1> <ul> -<li><a href="https://search.adast.dk">SearXNG</a></li> -<li><a href="https://tv.adast.dk">PeerTube</a></li> +<li><a href="mumble://mumble.adast.dk">Mumble</a></li> <li><a href="https://cloud.adast.dk">Nextcloud</a></li> +<li><a href="https://tv.adast.dk">PeerTube</a></li> +<li><a href="https://search.adast.dk">SearXNG</a></li> <li><a href="https://chat.adast.xyz">Snikket</a></li> </ul> <footer role="contentinfo"> diff --git a/pages/projects.md b/pages/projects.md index 677cc5f..0d4f57d 100644 --- a/pages/projects.md +++ b/pages/projects.md @@ -1,5 +1,5 @@ # Projects +* [adast.dk](https://sr.ht/~adamski/adast.dk): Personal platform * [arena](https://arena.adast.dk): Quake-like multiplayer FPS * [dotfiles](https://sr.ht/~adamski/dotfiles): Configs for my different Linux machines -* [adast.dk](https://sr.ht/~adamski/adast.dk): Personal platform diff --git a/pages/services.md b/pages/services.md index 2ad8507..0433d54 100644 --- a/pages/services.md +++ b/pages/services.md @@ -1,6 +1,7 @@ # Services -* [SearXNG](https://search.adast.dk) -* [PeerTube](https://tv.adast.dk) +* [Mumble](mumble://mumble.adast.dk) * [Nextcloud](https://cloud.adast.dk) +* [PeerTube](https://tv.adast.dk) +* [SearXNG](https://search.adast.dk) * [Snikket](https://chat.adast.xyz) |