-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
47 lines (39 loc) · 867 Bytes
/
config.toml
File metadata and controls
47 lines (39 loc) · 867 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
36
37
38
39
40
41
42
43
44
45
46
47
baseURL = 'https://henglgh.github.io/articles'
languageCode = 'en-us'
timeZone = "Asia/Shanghai"
title = '阿根'
theme="articles"
copyright = "© 阿根"
# 忽略 themes 目录下的 content 目录
ignoreFiles = ["themes/.*/content/.*"]
[params]
katex = true
mode = "toggle"
useCDN = false
[[params.social]]
name = "GitHub"
icon = "github"
url = "https://github.com/henglgh/articles"
[outputs]
home = ["HTML", "JSON"]
[menus]
[[menu.main]]
#name = "Archive"
name = "tag"
url = "/tags"
weight = 1
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.highlight]
noClasses = false
tabWidth = 2
[markup.tableOfContents]
startLevel = 1
endLevel = 6
[pagination]
disablePagination = true
[taxonomies]
tag = 'tags'