summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hugo.yaml22
1 files 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"