Page Update

This commit is contained in:
Liliesh 2025-07-06 09:21:10 +02:00
parent c8da4b3c34
commit ee9709e29d
Signed by: liliesh
GPG key ID: 680387646C7BAE8E
18 changed files with 1027 additions and 1 deletions

14
Makefile Normal file
View file

@ -0,0 +1,14 @@
ENGINE=podman
clean:
rm -rf build/
build:
echo "Building webpage"
$(ENGINE) run --rm -v "./:/source" liliesh/franky-blag:latest
publish: clean build
git add .
git status
git commit -m "Page Update $(date +'%F %r')"
git push