From 0f500178871ebb15df82f6b1d3632ef45cb6394d Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 28 Jul 2024 15:20:05 +0200 Subject: noice --- hugo.yaml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 30f4ab2..7eb4b6b 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -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" -- cgit v1.2.3