highlighting

This commit is contained in:
Alexander 2025-06-14 11:16:36 -04:00
parent 4c775286ef
commit 7e898e720b
7 changed files with 44 additions and 12 deletions

View file

@ -1,10 +1,15 @@
#!/bin/sh
#!/bin/bash
function soup_config {
cat ../soupault.toml > soupault.toml
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