aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.xyz>2023-12-17 19:20:53 +0100
committerAdam Stück <adam@adast.xyz>2023-12-17 19:20:53 +0100
commit462fc383d43dc7365bde781e6973cb1f0b1cad7f (patch)
treef1fe8f440b52d75ea3363c2342ebcc61e513f2a2 /build
parent30f34c4e509ce1b3b64dd4229fdd4b6ea7786a51 (diff)
services: add mumble
projects+services: sort lists alphabetically
Diffstat (limited to 'build')
-rw-r--r--build/atom.xml2
-rw-r--r--build/projects/index.html2
-rw-r--r--build/services/index.html5
3 files changed, 5 insertions, 4 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">