-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzoe-site.toml
49 lines (44 loc) · 1.06 KB
/
zoe-site.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
title = "1小时指南"
description = "你的一生只有约3万天,请每天花5分钟了解自己,1小时了解世界。"
# this filed used by manifest plugin
# which only supports:
# - project root based relative path
# - absolute path
# - remote url
# so, we must use absolute path at here
logo = "${__dirname}/images/1hour-guide.png"
version = "alpha"
primaryColor = "green"
baseContentDir = [ "${__dirname}/content" ]
zoePlugins = [ "src/plugins/blog-post" ]
# gtagTrackingIds = [ "" ]
[author]
name = "Zoe"
email = "hi@zoe.im"
homepage = "https://zoe.im"
avatar = "https://github.com/jiusanzhou.png"
[[navs]]
title = "关于我们"
href = "/about"
[socials]
email = "hi@wuma.dev"
github = "wumadev"
[copyright]
from = 2_018
holder = "${zoe.author.name}"
location = "Earth"
[layouts]
default = """
maxWidth: ${zoe.maxWidth} # ["100%", "80%", "80%", "80%", "60rem"]
header:
logoProps:
textColor: 'unset'
footer:
disableBorder: true
disableGotop: true
disableLogo: false
disableSocials: false
disableLinks: false
logoProps:
textColor: 'unset'
"""