diff --git a/blog/builder.sh b/blog/builder.sh index 7c00f87..c76fe1d 100644 --- a/blog/builder.sh +++ b/blog/builder.sh @@ -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