blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 0b814370b1a22401b865e7f759ecd2bb671500f3
parent 76e1aa3576d09c0e9febe7ae74843aa3e56e6b04
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Mon, 13 Apr 2020 00:20:43 -0500

Add back baseURL for atom feeds and specify URL for hoots

Diffstat:
Mconfig.toml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config.toml b/config.toml
@@ -1,4 +1,5 @@
 # Site Settings
+baseURL                        = "https://www.shimmy1996.com"
 relativeURLs                   = true
 theme                          = ["hugo-ataru", "hugo-hyperskip"]
 footnoteReturnLinkContents     = "↩"
@@ -27,6 +28,7 @@ soresuIssoHost = "/isso"
 
 [permalinks]
 posts    = "/posts/:filename/"
+hoots    = "/hoots/:filename/"
 
 [languages]
   [languages.en]