implements basic site structure

and adds deploy script
This commit is contained in:
Dennis Schoepf 2026-02-21 22:47:18 +01:00
parent 5d4cafe8fb
commit c401b1bc03
18 changed files with 951 additions and 29 deletions

4
deploy.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
echo "Deploying to remote server..."
rsync -avz --delete dist/ dnsc-vps-sm:/var/www/homepage