-
Notifications
You must be signed in to change notification settings - Fork 2
/
congo.toml
86 lines (73 loc) · 1.94 KB
/
congo.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
defaultContentLanguage = "zh-cn"
enableRobotsTXT = true
paginate = 10
summaryLength = 0
[outputs]
home = ["HTML", "RSS", "JSON"]
[languages]
[languages.zh-cn]
languageName = "Chinese - Simplified (China)"
weight = 1
rtl = false
title = "Cong"
description = "A powerful, lightweight theme for Hugo built with Tailwind CSS."
[languages.zh-cn.params]
[languages.zh-cn.author]
name = "Congo"
image = "1006164.jpg"
headline = "Not your ordinary theme!"
bio = "This is an example author bio, and although there's a stock photo of a dog here, this article was actually created by a human. :dog:"
links = [
{ twitter = "https://twitter.com/" },
{ facebook = "https://facebook.com/" },
{ linkedin = "https://linkedin.com/" },
{ youtube = "https://youtube.com/" },
]
[languages.zh-cn.menu]
[[languages.zh-cn.menu.main]]
identifier = "posts"
name = "Posts"
url = "/post"
weight = -3
[[languages.zh-cn.menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories"
weight = -2
[[languages.zh-cn.menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags"
weight = -1
[params]
colorScheme = "congo"
defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = true
enableSearch = true
enableCodeCopy = true
[params.homepage]
layout = "profile"
# showRecent = true
[params.article]
showDate = true
showDateUpdated = true
showAuthor = true
showBreadcrumbs = true
showDraftLabel = true
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = true
showTaxonomies = false
showWordCount = true
showComments = true
[params.giscus]
enable = true
[params.custom]
js = []
[params.vercelAnalytics]
enable = false
[module]
[[module.imports]]
path = 'github.com/jpanther/congo/v2'