-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
35 lines (28 loc) · 776 Bytes
/
Copy pathhugo.toml
File metadata and controls
35 lines (28 loc) · 776 Bytes
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
# Default configuration merged into sites using this theme as a Hugo module.
[markup]
[markup.tableOfContents]
startLevel = 2
endLevel = 3
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
mainSections = ["posts"]
showPinnedIndicator = false
indexHome = true
[params.footer]
showSocial = true
[params.related]
limit = 3
heading = "More articles"
enabled = true
moreLink = "best"
moreLabel = "More in %s"
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
# Hugo does not merge [taxonomies] from theme modules when the site defines its own.
# Add `series = "series"` to your site's hugo.toml if it is not picked up automatically.
[outputs]
home = ["HTML", "RSS", "JSON"]