highlighting
This commit is contained in:
parent
4c775286ef
commit
7e898e720b
7 changed files with 44 additions and 12 deletions
9
build.sh
9
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue