initial commit
This commit is contained in:
9
Makefile
Normal file
9
Makefile
Normal 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
|
||||
Reference in New Issue
Block a user