initial commit

This commit is contained in:
2023-03-21 17:17:02 +01:00
commit c4f45a2d6d
8 changed files with 202 additions and 0 deletions

7
deploy.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
pandoc -s --css=/static/style.css index.md > index.html
abra app cp cooperative.computer index.html app:/var/www/http/
abra app cp cooperative.computer static/vibing.gif app:/var/www/http/static/
abra app cp cooperative.computer static/nocloud.jpg app:/var/www/http/static/
abra app cp cooperative.computer static/style.css app:/var/www/http/static/