update to make updating easier

This commit is contained in:
2025-11-29 22:47:58 +02:00
parent 7129b4ddda
commit 3a4c899c54
2 changed files with 7 additions and 2 deletions

View File

@@ -8,3 +8,8 @@ build:
cp -r static $(BUILD_DIR)
clean:
rm -rf $(BUILD_DIR)
update:
git pull
$(MAKE) clean
$(MAKE) build
systemctl restart kisu.service

View File

@@ -1,4 +1,4 @@
{{define "content"}}
<h2>email: kisu [at] kisukalat.xyz</h2>
<a href="static/pgp.asc">my pgp key</a>
<h2>email and xmpp kisu [at] kisukalat.xyz</h2>
<h2><a href="static/pgp.asc">my pgp key</a></h2>
{{end}}