Switch URL.
This commit is contained in:
parent
c9adce3aad
commit
2fb5691596
|
@ -2,7 +2,7 @@ source $stdenv/setup
|
||||||
|
|
||||||
# Build site with Hugo
|
# Build site with Hugo
|
||||||
cp -r $src/* .
|
cp -r $src/* .
|
||||||
hugo --baseUrl="http://localhost:5000"
|
hugo --baseUrl="https://danilafe.com"
|
||||||
|
|
||||||
# Render math in HTML and XML files.
|
# Render math in HTML and XML files.
|
||||||
find public/ -regex "public/.*\.html" | xargs ruby $converter
|
find public/ -regex "public/.*\.html" | xargs ruby $converter
|
||||||
|
|
Loading…
Reference in New Issue
Block a user