initial commit

This commit is contained in:
2023-02-02 17:07:19 +00:00
commit 3f60e03c98
6 changed files with 2428 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
include .env
gensite:
sed -e "s#GITEA_SITE#${GITEA_SITE}#" script.template.js > script.js
sed -e "s#GITEA_SITE_NAME#${GITEA_SITE_NAME}#" index.template.html > index.html
sed -i -e "s#GITEA_SITE_NAME#${GITEA_SITE_NAME}#" index.html
clean:
rm -rf index.html script.js