Switch URL.

This commit is contained in:
Danila Fedorin 2020-04-07 21:00:33 -07:00
parent c9adce3aad
commit 2fb5691596
1 changed files with 1 additions and 1 deletions

View File

@ -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