Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 120c255

Browse files
committed
Format config file
1 parent d3c50fa commit 120c255

File tree

1 file changed

+82
-86
lines changed

1 file changed

+82
-86
lines changed

‎config.toml‎

Lines changed: 82 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
baseurl = "https://themes.gohugo.io"
2-
languageCode = "en-us"
3-
title = "Hugo Themes"
1+
baseurl = "https://themes.gohugo.io"
2+
languageCode = "en-us"
3+
title = "Hugo Themes"
44
googleAnalytics = "UA-7131036-4"
55

66
disableKinds = ["taxonomyTerm"]
77

8-
98
[markup.goldmark.renderer]
10-
unsafe= true
9+
unsafe = true
1110

1211
[module]
1312
[module.hugoVersion]
@@ -16,105 +15,102 @@ disableKinds = ["taxonomyTerm"]
1615
path = "github.com/gohugoio/gohugoioTheme"
1716

1817
[blackfriday]
19-
plainIdAnchors=true
20-
config = "config-tpl-base.toml"
18+
plainIdAnchors = true
19+
config = "config-tpl-base.toml"
2120

2221
[outputs]
23-
home = [ "HTML", "RSS", "REDIR", "HEADERS" ]
22+
home = ["HTML", "RSS", "REDIR", "HEADERS"]
2423

2524
[mediaTypes]
26-
[mediaTypes."text/netlify"]
27-
suffixes = [ "" ]
28-
delimiter = ""
25+
[mediaTypes."text/netlify"]
26+
suffixes = [""]
27+
delimiter = ""
2928

3029
[outputFormats]
31-
[outputFormats.REDIR]
32-
mediatype = "text/netlify"
33-
baseName = "_redirects"
34-
isPlainText = true
35-
notAlternative = true
36-
[outputFormats.HEADERS]
37-
mediatype = "text/netlify"
38-
baseName = "_headers"
39-
isPlainText = true
40-
notAlternative = true
30+
[outputFormats.REDIR]
31+
mediatype = "text/netlify"
32+
baseName = "_redirects"
33+
isPlainText = true
34+
notAlternative = true
35+
[outputFormats.HEADERS]
36+
mediatype = "text/netlify"
37+
baseName = "_headers"
38+
isPlainText = true
39+
notAlternative = true
4140

4241
[related]
43-
threshold = 80
44-
includeNewer = true
45-
toLower = false
46-
47-
[[related.indices]]
48-
name = "tags"
49-
weight = 100
50-
[[related.indices]]
51-
name = "date"
52-
weight = 10
53-
pattern = "2006"
42+
threshold = 80
43+
includeNewer = true
44+
toLower = false
45+
46+
[[related.indices]]
47+
name = "tags"
48+
weight = 100
49+
[[related.indices]]
50+
name = "date"
51+
weight = 10
52+
pattern = "2006"
5453

5554
[social]
56-
twitter = "GoHugoIO"
55+
twitter = "GoHugoIO"
5756

5857
[caches]
59-
[caches.images]
60-
dir = ":cacheDir"
61-
# 30 days.
62-
maxAge = "720h"
58+
[caches.images]
59+
dir = ":cacheDir"
60+
# 30 days.
61+
maxAge = "720h"
6362

6463
[imaging]
65-
resampleFilter = "CatmullRom"
64+
resampleFilter = "CatmullRom"
6665

67-
# Defatult JPEG quality setting. Default is 75.
68-
quality = 75
66+
# Defatult JPEG quality setting. Default is 75.
67+
quality = 75
6968

70-
anchor = "smart"
69+
anchor = "smart"
7170

7271
[params]
73-
github_repo = "https://github.com/gohugoio/hugoThemesSiteBuilder"
74-
gitter = "https://gitter.im/spf13/hugo"
75-
forum = "https://discourse.gohugo.io/"
76-
#This array is meant for disabling the Homepage button of a theme.
77-
noHomePage = ["hugo-theme-novela"]
78-
72+
github_repo = "https://github.com/gohugoio/hugoThemesSiteBuilder"
73+
gitter = "https://gitter.im/spf13/hugo"
74+
forum = "https://discourse.gohugo.io/"
75+
#This array is meant for disabling the Homepage button of a theme.
76+
noHomePage = ["hugo-theme-novela"]
7977

8078
# GLOBAL = IF ANYTHING CHANGES BELOW UPDATE MAIN, DOCS, THEMES
8179

82-
[[menu.global]]
83-
name = "News"
84-
weight = 1
85-
identifier = "news"
86-
url = "https://gohugo.io/news/"
87-
88-
[[menu.global]]
89-
name = "Docs"
90-
weight = 10
91-
identifier = "docs"
92-
url = "https://gohugo.io/documentation/"
93-
94-
95-
[[menu.global]]
96-
name = "Themes"
97-
weight = 15
98-
identifier = "themes"
99-
url = "https://themes.gohugo.io/"
100-
101-
[[menu.global]]
102-
name = "Showcase"
103-
weight = 20
104-
identifier = "showcase"
105-
url = "https://gohugo.io/showcase/"
106-
107-
[[menu.global]]
108-
name = "Community"
109-
weight = 100
110-
post = "external"
111-
identifier = "community"
112-
url = "https://discourse.gohugo.io/"
113-
114-
115-
[[menu.global]]
116-
name = "GitHub"
117-
weight = 200
118-
identifier = "github"
119-
post = "external"
120-
url = "https://github.com/gohugoio/hugo"
80+
[[menu.global]]
81+
name = "News"
82+
weight = 1
83+
identifier = "news"
84+
url = "https://gohugo.io/news/"
85+
86+
[[menu.global]]
87+
name = "Docs"
88+
weight = 10
89+
identifier = "docs"
90+
url = "https://gohugo.io/documentation/"
91+
92+
[[menu.global]]
93+
name = "Themes"
94+
weight = 15
95+
identifier = "themes"
96+
url = "https://themes.gohugo.io/"
97+
98+
[[menu.global]]
99+
name = "Showcase"
100+
weight = 20
101+
identifier = "showcase"
102+
url = "https://gohugo.io/showcase/"
103+
104+
[[menu.global]]
105+
name = "Community"
106+
weight = 100
107+
post = "external"
108+
identifier = "community"
109+
url = "https://discourse.gohugo.io/"
110+
111+
[[menu.global]]
112+
name = "GitHub"
113+
weight = 200
114+
identifier = "github"
115+
post = "external"
116+
url = "https://github.com/gohugoio/hugo"

0 commit comments

Comments
 (0)