pages/build.sh
2025-06-14 11:40:14 -04:00

23 lines
373 B
Bash
Executable file

#!/bin/bash
./deps.sh
function soup_config {
rm soupault.toml
cp ../soupault.toml soupault.toml
cat soupault.toml.frag* >> soupault.toml
}
rm css/code.css
pygmentize -f html -S algol_nu | grep -v 'line-height' > css/code.css
builtin pushd acl.cool
#rm -rf serve/
soup_config
soupault
popd
builtin pushd ytheleus.org
#rm -rf serve/
soup_config
soupault
popd