local highlighter
This commit is contained in:
parent
b9df659e5d
commit
8c5b42a1b1
3 changed files with 11 additions and 8 deletions
6
build.sh
6
build.sh
|
@ -8,16 +8,18 @@ function soup_config {
|
|||
cat soupault.toml.frag* >> soupault.toml
|
||||
}
|
||||
|
||||
source ./pgvv/bin/activate
|
||||
|
||||
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
|
||||
|
||||
deactivate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue