-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
hugo.toml
116 lines (94 loc) · 2.44 KB
/
hugo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
baseurl = "https://themes.gohugo.io"
languageCode = "en-us"
title = "Hugo Themes"
googleAnalytics = "UA-7131036-4"
disableKinds = ["taxonomy"]
[markup.goldmark.renderer]
unsafe = true
[module]
[module.hugoVersion]
min = "0.111.0"
[[module.imports]]
path = "github.com/gohugoio/gohugoioTheme"
[blackfriday]
plainIdAnchors = true
config = "config-tpl-base.toml"
[outputs]
home = ["HTML", "RSS", "REDIR", "HEADERS"]
[mediaTypes]
[mediaTypes."text/netlify"]
suffixes = [""]
delimiter = ""
[outputFormats]
[outputFormats.REDIR]
mediatype = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
[outputFormats.HEADERS]
mediatype = "text/netlify"
baseName = "_headers"
isPlainText = true
notAlternative = true
[related]
threshold = 80
includeNewer = true
toLower = false
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "date"
weight = 10
pattern = "2006"
[social]
twitter = "GoHugoIO"
[caches]
[caches.images]
dir = ":cacheDir"
# 30 days.
maxAge = "720h"
[imaging]
resampleFilter = "CatmullRom"
# Defatult JPEG quality setting. Default is 75.
quality = 75
anchor = "smart"
[params]
github_repo = "https://github.com/gohugoio/hugoThemesSiteBuilder"
gitter = "https://gitter.im/spf13/hugo"
forum = "https://discourse.gohugo.io/"
#This array is meant for disabling the Homepage button of a theme.
noHomePage = ["hugo-theme-novela"]
# GLOBAL = IF ANYTHING CHANGES BELOW UPDATE MAIN, DOCS, THEMES
[[menu.global]]
name = "News"
weight = 1
identifier = "news"
url = "https://gohugo.io/news/"
[[menu.global]]
name = "Docs"
weight = 10
identifier = "docs"
url = "https://gohugo.io/documentation/"
[[menu.global]]
name = "Themes"
weight = 15
identifier = "themes"
url = "https://themes.gohugo.io/"
[[menu.global]]
name = "Showcase"
weight = 20
identifier = "showcase"
url = "https://gohugo.io/showcase/"
[[menu.global]]
name = "Community"
weight = 100
post = "external"
identifier = "community"
url = "https://discourse.gohugo.io/"
[[menu.global]]
name = "GitHub"
weight = 200
identifier = "github"
post = "external"
url = "https://github.com/gohugoio/hugo"