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

22 lines
361 B
Bash
Executable file

#!/bin/bash
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