update to make updating easier
This commit is contained in:
5
Makefile
5
Makefile
@@ -8,3 +8,8 @@ build:
|
|||||||
cp -r static $(BUILD_DIR)
|
cp -r static $(BUILD_DIR)
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILD_DIR)
|
rm -rf $(BUILD_DIR)
|
||||||
|
update:
|
||||||
|
git pull
|
||||||
|
$(MAKE) clean
|
||||||
|
$(MAKE) build
|
||||||
|
systemctl restart kisu.service
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{{define "content"}}
|
{{define "content"}}
|
||||||
<h2>email: kisu [at] kisukalat.xyz</h2>
|
<h2>email and xmpp kisu [at] kisukalat.xyz</h2>
|
||||||
<a href="static/pgp.asc">my pgp key</a>
|
<h2><a href="static/pgp.asc">my pgp key</a></h2>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|||||||
Reference in New Issue
Block a user