tailoring to my taste

This commit is contained in:
2024-08-09 15:58:14 +03:00
parent 422f0c1fc7
commit 29ceab6753
23 changed files with 4395 additions and 208 deletions

11
place.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
cd $(dirname "${BASH_SOURCE[0]}")
git fetch && git pull
rm -r ../public
rm -r ../templates
mv -t ../ dist/public
chown gitea:gitea -R ../public
service gitea restart