commit 753f7bc8e6782783c35233f7c993a98f614fc5d2
parent 4edd6c651be10b7768403a810245d146a4afab76
Author: Katja (ctucx) <git@ctu.cx>
Date: Sat, 26 Apr 2025 20:01:06 +0200
parent 4edd6c651be10b7768403a810245d146a4afab76
Author: Katja (ctucx) <git@ctu.cx>
Date: Sat, 26 Apr 2025 20:01:06 +0200
update urls and projects
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/projects.md b/projects.md @@ -8,19 +8,19 @@ page-projects: true Some projects of mine that you might _not_ know. -- ## [mqtt-webui](https://git.ctu.cx/mqtt-webui) +- ## [mqtt-webui](https://git.katja.wtf/mqtt-webui) A generic webui that can be used to display and control data on a websocket-exposed mqtt-broker -- ## [webmusic-nginx](https://git.ctu.cx/webmusic-nginx) - Uses nginx's xslt-filter module to generate nice looking index-pages that are optimized for music -- ## [gallery](https://git.ctu.cx/gallery) +- ## [oeffisearch](https://git.katja.wtf/oeffisearch) + Fast and simple tripplanner +- ## [gallery](https://git.katja.wtf/gallery) A static-site generator that generates a nice looking photo-gallery -- ## [sdm2mqtt](https://git.ctu.cx/sdm2mqtt) +- ## [sdm2mqtt](https://git.katja.wtf/sdm2mqtt) Expose data from SDM120M meters via MQTT -- ## [travelynx2fedi](https://git.ctu.cx/travelynx2fedi) +- ## [travelynx2fedi](https://git.katja.wtf/travelynx2fedi) Automaticly post travelynx checkins on the fediverse -- ## [nixfiles](https://git.ctu.cx/nixfiles) +- ## [nixfiles](https://git.katja.wtf/nixfiles) Nix-configs i've written to deploy my servers/desktops <br> -There are some smaller projects to look at on my [stagit-instance](https://git.ctu.cx). +There are some smaller projects to look at on my [stagit-instance](https://git.katja.wtf).
diff --git a/template.html b/template.html @@ -15,8 +15,8 @@ <a href="/"$if(page-about)$ class="active" $endif$>home</a> <a href="/projects.html"$if(page-projects)$ class="active" $endif$>projects</a> <a href="/contact.html"$if(page-contact)$ class="active" $endif$>contact</a> - <a class="right" href="https://photos.ctu.cx/">photos</a> - <a class="right" href="https://git.ctu.cx/">git</a> + <a class="right" href="https://photos.katja.wtf/">photos</a> + <a class="right" href="https://git.katja.wtf/">git</a> </nav> <main> $body$