Merge commit 'e509cac533600cf4fa8382c9cdab78ddd82db688'

This commit is contained in:
Bjørn Erik Pedersen
2023-10-20 09:43:56 +02:00
298 changed files with 4568 additions and 1991 deletions

View File

@@ -3,7 +3,6 @@
baseURL = "https://gohugo.io/"
defaultContentLanguage = "en"
enableEmoji = true
googleAnalytics = "G-MBZGKNMDWC"
ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
languageCode = "en-us"
paginate = 100
@@ -14,6 +13,9 @@ title = "Hugo"
# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
disableAliases = true
[services.googleAnalytics]
ID = 'G-MBZGKNMDWC'
[minify]
[minify.tdewolff]
[minify.tdewolff.html]
@@ -66,6 +68,10 @@ disableAliases = true
threshold = 80
includeNewer = true
toLower = false
[[related.indices]]
toLower = true
name = "relatedFunctions"
weight = 60
[[related.indices]]
name = "keywords"
weight = 60
@@ -79,10 +85,6 @@ disableAliases = true
applyFilter = false
weight = 60
cardinalityThreshold = 50
[[related.indices]]
name = "date"
weight = 10
pattern = "2006"
[social]
twitter = "GoHugoIO"