-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.toml
More file actions
73 lines (58 loc) · 1.35 KB
/
config.toml
File metadata and controls
73 lines (58 loc) · 1.35 KB
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
baseURL = "https://guixcn.github.io/"
title = "Guix"
theme = "hugo-notepadium"
copyright = "© 2019-2021 Guix China Community"
disableHugoGeneratorInject = true
languageCode = "zh-cn"
hasCJKLanguage = true
[menu]
[[menu.main]]
url = "/"
name = "首页"
weight = 1
[[menu.main]]
url = "/about/"
name = "简介"
weight = 1
[[menu.main]]
url = "/contact/"
name = "联系我们"
weight = 1
[[menu.main]]
url = "/blog/"
name = "文章"
weight = 1
[[menu.footer1]]
url = "/"
name = "首页"
weight = 1
[params]
style = "auto" # default: auto. light: light theme, dark: dark theme, auto: based on system.
logo = "/images/guix-logo.svg"
slogan = "自由而不是白嫖"
beian = "鄂ICP备20009141号-1"
[params.syntax]
use = "prismjs" # builtin: "prismjs", "hljs". "none" means Chroma
theme = "dracula"
darkTheme = "dark"
[params.nav]
showCategories = false
showTags = false
[[params.nav.custom]]
title = "简介"
url = "/about/"
[[params.nav.custom]]
title = "联系我们"
url = "/contact/"
[[params.nav.custom]]
title = "捐赠"
url = "/donate/"
[[params.nav.custom]]
title = "Free Shell"
url = "/free-shell/"
[[params.nav.custom]]
title = "Wiki"
url = "/wiki/"
[[params.nav.custom]]
title = "文章"
url = "/blog/"