forked from gitter-badger/etheraction
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.toml
116 lines (95 loc) · 2.36 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
baseurl = "https://ether.goall.top"
languageCode = "zh-cn"
title = "精通以太坊"
theme = "material"
metadataformat = "yaml"
canonifyurls = true
uglyURLs = true
# Enable Google Analytics by entering your tracking id
googleAnalytics = ""
# 启用rebots
enableRobotsTXT = true
# user pygment and
pygmentsUseClassic = true
pygmentsuseclasses = true
PygmentsCodeFences = true
pygmentsstyle = "friendly"
[params]
# General information
author = "虞双齐"
description = "从零成长为以太坊高级开发者"
copyright = "根据Apache 2.0 许可发布"
# Repository
provider = "GitHub"
repo_name = "ysqi/etheraction"
repo_url = "https://github.com/ysqi/etheraction"
version = "1.0.0"
logo = "images/logo.png"
icon = ""
favicon = ""
# Permanent link char , Default "¶"
permalink = ""
# Custom assets
custom_css = []
custom_js = []
# Syntax highlighting theme
highlight_css = ""
# Material supports both, left-to-right (ltr) and right-to-left (rtl) text direction, Default "ltr"
direction = ""
[params.plugins]
search = true
[params.palette]
# red, pink, purple, deep purple, indigo, blue, light-blue, cyan, teal, green, light-green, lime, yellow, amber, orange, deep-orange, brown, grey and blue-grey.
primary = "light-gren"
accent = "indigo"
[params.font]
useimage = true
text = "Noto Sans CJK"
code = "Ubuntu Mono"
[params.theme.feature]
tabs = true
[[params.social]]
type = "github"
link= "https://github.com/ysqi"
[[params.social]]
type = "wordpress"
link= "https://yushuangqi.com"
[[params.social]]
type = "weibo"
link= "https://weibo.com/234665601"
[[params.social]]
type = "user-circle"
link= "https://www.zhihu.com/people/_ysqi/"
[[params.social]]
type = "envelope-o"
link= "mailto:[email protected]"
[[menu.main]]
name = "基础知识"
url = "/basic/"
identifier ="basic"
weight = 10
[[menu.main]]
name = "智能合约"
url = "/contract/"
identifier ="contract"
weight = 20
[[menu.main]]
name = "Solidiy官方文档中文版"
url = "/solidity/doc"
identifier ="soliditydoc"
weight = 30
[[menu.main]]
name = "实战"
url = "/action"
identifier="action"
weight = 40
[[menu.main]]
name = "关于"
url = "/about"
identifier="about"
weight = 9000
[blackfriday]
smartypants = true
fractions = true
smartDashes = true
plainIDAnchors = true