@@ -4,11 +4,11 @@ disableAliases = true
44disableHugoGeneratorInject = true
55# disableKinds = ["taxonomy", "term"]
66enableEmoji = true
7- enableGitInfo = false
7+ enableGitInfo = true
88enableRobotsTXT = true
99languageCode = " en-US"
1010rssLimit = 10
11- summarylength = 20 # 70 (default)
11+ summarylength = 20 # 70 (default)
1212
1313# Multilingual
1414defaultContentLanguage = " en"
@@ -18,70 +18,70 @@ defaultContentLanguageInSubdir = false
1818copyRight = " Copyright (c) 2020-2024 Thulite"
1919
2020[build .buildStats ]
21- enable = true
21+ enable = true
2222
2323[outputs ]
24- home = [" HTML" , " RSS" , " searchIndex" ]
25- section = [" HTML" , " RSS" , " SITEMAP" ]
24+ home = [" HTML" , " RSS" , " searchIndex" ]
25+ section = [" HTML" , " RSS" , " SITEMAP" ]
2626
2727[outputFormats .searchIndex ]
28- mediaType = " application/json"
29- baseName = " search-index"
30- isPlainText = true
31- notAlternative = true
28+ mediaType = " application/json"
29+ baseName = " search-index"
30+ isPlainText = true
31+ notAlternative = true
3232
3333# Add output format for section sitemap.xml
3434[outputFormats .SITEMAP ]
35- mediaType = " application/xml"
36- baseName = " sitemap"
37- isHTML = false
38- isPlainText = true
39- noUgly = true
40- rel = " sitemap"
35+ mediaType = " application/xml"
36+ baseName = " sitemap"
37+ isHTML = false
38+ isPlainText = true
39+ noUgly = true
40+ rel = " sitemap"
4141
4242[sitemap ]
43- changefreq = " monthly"
44- filename = " sitemap.xml"
45- priority = 0.5
43+ changefreq = " monthly"
44+ filename = " sitemap.xml"
45+ priority = 0.5
4646
4747[caches ]
48- [caches .getjson ]
49- dir = " :cacheDir/:project"
50- maxAge = -1 # "30m"
48+ [caches .getjson ]
49+ dir = " :cacheDir/:project"
50+ maxAge = -1 # "30m"
5151
5252[taxonomies ]
53- contributor = " contributors"
54- category = " categories"
55- tag = " tags"
53+ contributor = " contributors"
54+ category = " categories"
55+ tag = " tags"
5656
5757[permalinks ]
58- blog = " /blog/:slug/"
59- docs = " /docs/:sections[1:]/:slug/"
58+ blog = " /blog/:slug/"
59+ docs = " /docs/:sections[1:]/:slug/"
6060# docs = "/docs/1.0/:sections[1:]/:slug/"
6161
6262[minify .tdewolff .html ]
63- keepWhitespace = false
63+ keepWhitespace = false
6464
6565[pagination ]
66- pagerSize = 10
66+ pagerSize = 10
6767
6868[related ]
69- threshold = 80
70- includeNewer = true
71- toLower = false
72- [[related .indices ]]
73- name = " categories"
74- weight = 100
75- [[related .indices ]]
76- name = " tags"
77- weight = 80
78- [[related .indices ]]
79- name = " date"
80- weight = 10
69+ threshold = 80
70+ includeNewer = true
71+ toLower = false
72+ [[related .indices ]]
73+ name = " categories"
74+ weight = 100
75+ [[related .indices ]]
76+ name = " tags"
77+ weight = 80
78+ [[related .indices ]]
79+ name = " date"
80+ weight = 10
8181
8282[imaging ]
83- anchor = " Center"
84- bgColor = " #ffffff"
85- hint = " photo"
86- quality = 85
87- resampleFilter = " Lanczos"
83+ anchor = " Center"
84+ bgColor = " #ffffff"
85+ hint = " photo"
86+ quality = 85
87+ resampleFilter = " Lanczos"
0 commit comments