-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
169 lines (143 loc) · 3.67 KB
/
config.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
baseURL = "https://blog.incubator4.com/"
title = "Incubator4's Blog"
languageCode = "zh-cn"
defaultContentLanguage = "zh"
# for smart copyright line, leave this blank and check [params.copyright]
copyright = ""
theme = "minimo"
disqusShortname = ""
googleAnalytics = ""
Paginate = 15
preserveTaxonomyNames = true
enableRobotsTXT = true # generate robots.txt
# Syntax Highlighting ( https://gohugo.io/content-management/syntax-highlighting/ )
pygmentsCodefences = true
enableEmoji = true
[params.info]
description = "专注Golang,Docker,Kubernetes,云原生 等相关技术"
title404 = "走丢啦"
[params.assets]
favicon = "favicon.ico"
customCSS = ["css/custom.css"]
#customJS = ["js/custom.js"]
gopher = "" # used in 404 template ( Generator: https://gopherize.me )
[params.copyright]
prefix = ""
holder = "Incubator4"
startYear = "2018"
suffix = "<br><a style='font-weight:bold; font-style: normal' target='_blank' href=https://beian.miit.gov.cn/ >浙ICP备19012395号-1</a>"
[markup.goldmark.renderer]
unsafe = true
[params.settings]
# date & time format: https://golang.org/pkg/time/
dateFormat = "2006, Jan 02"
listDateFormat = "2006, Jan 02"
archiveDateFormat = "Jan 02"
hideEntryNavigation = ["page"] # boolean / array of sections
hideEntryMeta = ["page"] # boolean / array of sections
showReadingTime = false
showLastmod = true
taxonomyCloudShuffle = true
accentColor = "#66ccff"
hideMainMenu = false
[params.sidebar]
enable = true
[params.widgets]
header = ["breadcrumbs"]
homepage = ["recent_posts"]
sidebar = ["about", "search", "sidebar_menu", "taxonomy_cloud"]
footer = ["social_menu"]
[params.opengraph.facebook]
admins = [] # array of Facebook IDs
appID = ""
pageID = ""
[params.opengraph.twitter]
page = "" # Twitter page username
[params.seo]
# Title Separator: - – — · • * ⋆ | ~ « » < >
titleSeparator = "•"
[params.social]
# codepen = "MunifTanjim"
email = "[email protected]"
# facebook = "MunifTanjim"
github = "Incubator4"
gitlab = "Incubator4"
# instagram = "MunifTanjim"
# linkedin = "muniftanjim"
# twitter = "MunifTanjim"
# telegram = "MunifTanjim"
# google_scholar = "qc6CJjYAAAAJ"
# youtube = "UCT-U0rNerYxItGcuoPX-WYA"
[params.comments]
enable = false
# Isso: https://posativ.org/isso/
[params.comments.isso]
enable = false
scriptSrc = "" # "https://isso.example.com/js/embed.min.js"
dataAttrs = "" # "data-isso='https://isso.example.com' data-isso-require-author='true'"
[params.comments.staticman]
enable = true
apiEndpoint = "https://api.staticman.net/v2/entry"
maxDepth = 2
username = "Incubator4"
repository = "minimo"
# Utterances: https://utteranc.es
[params.comments.utterances]
enable = false
issueTerm = "pathname" # pathname / url / title / og:title / <string>
label = ""
theme = "github-light"
[params.comments.utterances.github]
username = "Incubator4"
repository = "minimo"
[params.search]
client = "fuse" # algolia / fuse / lunr
[params.search.algolia]
appId = ""
indexName = ""
searchApiKey = ""
[taxonomies]
author = "authors"
category = "categories"
series = "series"
tag = "tags"
[permalinks]
page = "/:slug/"
# [[menu.main]]
# name = "Home"
# weight = -1
# identifier = "home"
# url = "/"
[[menu.main]]
name = "Post"
weight = 5
identifier = "post"
url = "/post"
[[menu.main]]
name = "Tag"
weight = 40
identifier = "tag"
url = "/tags"
[[menu.main]]
name = "Neighbor"
weight = 60
url = "/neighbor"
[[menu.main]]
name = "About"
weight = 80
identifier = "about"
url = "/about"
[[menu.main]]
name = "Repo"
weight = 100
identifier = "repository"
url = "https://github.com/incubator4"
[blackfriday]
hrefTargetBlank = true
[languages]
# edit this block for your own language
[languages.zh]
[languages.zh.params]
lang = "zh"
languageName = "Chinese"
weight = 1