-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
86 lines (68 loc) · 1.66 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
languageCode = "en-us"
title = "Westar"
theme="westar"
uglyURLs=false
relativeURLs=true
hasCJKLanguage=true
[[menu.main]]
identifier = "博客"
name = "博客"
weight = 1
url = "/blog/"
[[menu.main]]
name = "项目"
url = "/"
weight = 1
pre = ""
[[menu.main]]
parent = "项目"
identifier = "Starcoin Blockchain"
name = "Starcoin Blockchain"
weight = 1
pre = "新⼀代分层的智能合约和分布式⾦融⽹络"
url = "https://starcoin.org"
[[menu.main]]
parent = "项目"
identifier = "Sirius Protocol"
name = "Sirius Protocol"
weight = 2
pre = "去中心化、安全、多方、及时的二层支付协议"
url = "/projects/sirius/"
[[menu.main]]
parent = "项目"
identifier = "Thor Protocol"
name = "Thor Protocol"
weight = 2
pre = "闪电网络上的智能合约和仲裁服务"
url = "/projects/thor/"
[[menu.main]]
parent = "项目"
identifier = "Stargate Protocol"
name = "Stargate Protocol"
weight = 2
pre = "Starcoin 的二层协议实现"
url = "/projects/stargate/"
#[[menu.main]]
# identifier = "新闻"
# name = "新闻"
# weight = 2
# url = "/news/#"
#[[menu.main]]
# identifier = "开发者"
# name = "开发者"
# weight = 2
# url = "/contact/#"
[[menu.main]]
identifier = "加入我们"
name = "加入我们"
weight = 2
url = "/blog/westar_careers/"
[[menu.main]]
identifier = "关于我们"
name = "关于我们"
weight = 2
url = "/about/"
[params]
keywords="Westar Blockchain Starcoin"
description="创建下一代分层区块链及金融基础设施"
author="Westar Lab"