fix logo and a bunch of shit

This commit is contained in:
2023-06-05 09:51:21 +02:00
parent b94dc85cea
commit cf78cdde79
5 changed files with 14 additions and 17 deletions

View File

@ -5,6 +5,7 @@ set -x
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 favicon.ico app:/var/www/http/
for file in static; do
abra app cp cooperative.computer "$file" app:/var/www/http/static/
done