blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit e2c462e703174f2ed7d956b08b9208d370727fd5
parent c380356af19e9daf1dbb6c0a0c543983d6909122
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 30 Nov 2019 10:37:08 -0500

Disable Hugo generator message

Diffstat:
Mconfig.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.toml b/config.toml
@@ -5,6 +5,7 @@ footnoteReturnLinkContents     = "↩"
 defaultContentLanguage         = "en"
 defaultContentLanguageInSubdir = true
 disableKinds                   = ["taxonomy", "taxonomyTerm"]
+disableHugoGeneratorInject     = true
 
 [Blackfriday]
 smartypants = false