Disable minification to avoid weird escaping issues
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
parent
1f3a8b9447
commit
cbe766ea2d
@ -32,7 +32,7 @@ cp -r $webFiles/* static/
|
||||
cp -r $agdaHtml/* code/
|
||||
|
||||
# Static folder changed, re-run Hugo
|
||||
hugo $hugoFlags --minify --config=config.toml,config-urls.toml
|
||||
hugo $hugoFlags --config=config.toml,config-urls.toml
|
||||
|
||||
# Do post-processing of HTML files: render math, link up Agda code, subset fonts and icons
|
||||
gendir="public/$publicPath"
|
||||
|
Loading…
Reference in New Issue
Block a user