diff options
-rw-r--r-- | hugo.yaml | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -13,7 +13,7 @@ languages: en: weight: 1 languageCode: en-US - languageName: English + languageName: πΊπΈ params: homeInfoParams: Title: "__welcome__, denizen of the internet \U0001F44B" @@ -38,7 +38,7 @@ languages: es: weight: 2 languageCode: es-ES - languageName: Spanish + languageName: πͺπΈ params: homeInfoParams: Title: "__hola__, hola caracola \U0001F44B" @@ -66,6 +66,9 @@ buildDrafts: false buildFuture: false buildExpired: false +# Otherwise tags get autocapitalized +capitalizeListTitles: false + minify: disableXML: true minifyOutput: false @@ -109,16 +112,15 @@ params: description: Segundo's Blog keywords: [Blog] - # Gets added to the RSS feed - # author: - # name: "Christian Segundo" - # email: "christian+check-caps-lock@segundo.io" + # because I'm the only author + hideAuthor: true - # Because the theme adds a weird map[...] with the author to the posts if - # 'params.author' is not a string - # hidemeta: true + # Gets added to the RSS feed + author: + name: "Christian Segundo" + email: "christian+check-caps-lock@segundo.io" - # displayFullLangName: true + displayFullLangName: true DateFormat: "January 2, 2006" |