-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzoe-site.toml
More file actions
53 lines (47 loc) · 1.17 KB
/
zoe-site.toml
File metadata and controls
53 lines (47 loc) · 1.17 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
title = "OCI"
description = "The Open Crawler Initiative is an open governance structure for the express purpose of creating open industry standards around crawlers and data scraping."
# 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/logo.png"
version = "alpha"
primaryColor = "pink"
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 = "About"
href = "/about"
[[navs]]
title = "Github"
href = "https://github.com/opencrawler"
[socials]
email = "hi@opencrawlers.org"
github = "opencrawler"
[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'
"""