Initial commit

This commit is contained in:
Norbert Tretkowski 2025-05-21 20:10:22 +02:00
commit 87d60447e6
Signed by: norbert
GPG key ID: EAA31A3693AAB231
160 changed files with 4867 additions and 0 deletions

10
Makefile Normal file
View file

@ -0,0 +1,10 @@
all:
rm -rf public
hugo --ignoreCache
cat public/404.html | sed s/404/403/ | sed s/403\ Page\ not\ found/Verboten/ > public/403.html
cat public/404.html | sed s/404/401/ | sed s/401\ Page\ not\ found/Nicht\ erlaubt/ > public/401.html
sed -i s/page\ not\ found/Seite\ verboten/ public/403.html
sed -i s/page\ not\ found/Seite\ nicht\ erlaubt/ public/401.html
sed -i s/page\ not\ found/Seite\ nicht\ gefunden/ public/404.html
rm .hugo_build.lock
rsync -avP --delete public/ node01:docker/nginx/vhosts/tretkowski.de/