Arquivado
1
0
Esse commit está contido em:
2020-04-07 21:00:33 -07:00
commit 2fb5691596

Ver Arquivo

@@ -2,7 +2,7 @@ source $stdenv/setup
# Build site with Hugo
cp -r $src/* .
hugo --baseUrl="http://localhost:5000"
hugo --baseUrl="https://danilafe.com"
# Render math in HTML and XML files.
find public/ -regex "public/.*\.html" | xargs ruby $converter