blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 378564ad5d813ae894184620d4ca2a696e04e9c7
parent 83f070c709815eabd3add695ac55a497b48bb0b6
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Fri, 10 Apr 2020 01:38:42 -0500

Switch to relative URLs

Diffstat:
Mconfig.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.toml b/config.toml
@@ -1,5 +1,5 @@
 # Site Settings
-baseURL                        = "https://www.shimmy1996.com/"
+relativeURLs                   = true
 theme                          = ["hugo-djem-so", "hugo-hyperskip"]
 footnoteReturnLinkContents     = "↩"
 defaultContentLanguage         = "en"