From 2fb5691596866e9e8c104ea8a25e43ae22e26116 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 7 Apr 2020 21:00:33 -0700 Subject: [PATCH] Switch URL. --- blog/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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