split into multiple soupault sites

This commit is contained in:
Alexander 2025-06-10 13:07:54 -04:00
parent 988b14da4d
commit 864544624c
209 changed files with 221 additions and 1416 deletions

10
build.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/sh
builtin pushd acl.cool
rm -rf serve/
soupault
popd
builtin pushd ytheleus.org
rm -rf serve/
soupault
popd