-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
zine.toml
193 lines (160 loc) · 5.35 KB
/
zine.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
[site]
url = "https://rustmagazine.org"
name = "Rust Magazine"
description = "A publication dedicated to the Rust programming language."
edit_url = "https://github.com/rustmagazine/rustmagazine/edit/main"
menu = [
{ name = "About", url = "/about" },
{ name = "FAQ", url = "/faq" },
{ name = "Sponsor us", url = "/sponsor" },
]
social_image = "/static/bg.jpeg"
[theme]
primary_color = "#f8e9b8"
secondary_color = "#faf8f3"
main_color = "#222c4b"
link_color = "#36a5ea"
background_image = "/static/bg.jpeg"
head_template = "templates/head.html"
footer_template = "templates/footer.html"
article_extend_template = "templates/article-extend.html"
default_cover = "/static/bg.jpeg"
default_avatar = "/static/avatar.png"
[markdown]
highlight_theme = "ayu-light"
[topics]
announcement = {}
interview = {}
show-magazine = { name = "Show Magazine", description = "This is a dedicated space for Rustaceans to showcase their projects and crates to the larger Rust community. Similar to [Show HN](https://news.ycombinator.com/shownew) or [Show /r/rust](https://www.google.com.hk/search?q=site%3Areddit.com+show+%2Fr%2Frust), **#show-magazine** is an opportunity for developers to share their works-in-progress, completed projects, and upcoming Rust-related events with the community." }
game = { name = "Game development", description = "Topic of rust game development." }
pr-demystifying = { name = "PR Demystifying", description = "Topic of PR demystifying in Rust community." }
optimization = {}
async = {}
database = {}
optimizer = {}
tokio = { description = "A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language" }
business = { description = "Rust in Business" }
tutorial = {}
memory = {}
allocator = {}
unsafe-rust = { name = "Unsafe Rust", description = "Topic of unsafe rust." }
engineering = {}
# Authors declare below
[authors]
rust-magazine = { name = "The Editorial Team", editor = true, team = true, bio = "The magazine editorial team" }
lcrossman = { name = "LCrossman", editor = true }
HandongZhang = { name = "Handong Zhang", editor = true }
skyzh = { avatar = "/static/avatar/skyzh.jpeg" }
[authors.folyd]
editor = true
avatar = "/static/avatar/folyd.jpeg"
bio = """
The author of [Rust Search Extension](https://github.com/huhu/rust-search-extension) and [zine](https://github.com/zineland/zine).
- [GitHub](https://github.com/folyd)
- [Blog](https://folyd.com)
"""
[authors.yukang]
bio = """
- [GitHub](https://github.com/chenyukang)
- [Blog](https://catcoding.me)
"""
[authors.weihanglo]
name = "Weihang Lo"
avatar = "/static/avatar/weihanglo.png"
[authors.sunli]
avatar = "/static/avatar/sunli.jpeg"
[authors.shijicheng]
name = "Jicheng Shi"
[authors.waynexia]
name = "Xia Ruihang"
bio = """
Working on [GreptimeDB](https://github.com/greptimeteam/greptimedb)
- [GitHub](https://github.com/waynexia)
- [Blog](https://blog.waynest.com)
"""
[authors.greptime-team]
name = "Greptime Team"
team = true
bio = """
Greptime was founded in April 2022 with two main offerings: [GreptimeDB](https://github.com/greptimeteam/greptimedb) and Greptime Cloud.
- Greptime DB is an open-source, cloud-native time series database with powerful analytical features;
- Greptime Cloud is a SaaS solution built on GreptimeDB.
We are passionate about helping users find real-time values from their time series data with our tools.
- [GitHub](https://github.com/greptimeteam)
- [Website](https://greptime.com)
"""
[authors.xxchan]
name = "xxchan"
avatar = "/static/avatar/xxchan.png"
bio = """
- [GitHub](https://github.com/xxchan)
- [Blog](https://xxchan.github.io)
"""
[authors.manpacket]
name = "Michael Baykov"
bio = """
As an experienced Haskell programmer and contributor, I want to introduce Category Theory and
bring a new flexible and practical development approach to Rust.
- [GitHub](https://github.com/pacak)
"""
[authors.xuanwo]
avatar = "/static/avatar/xuanwo.jpeg"
editor = true
bio = """
- [GitHub](https://github.com/Xuanwo)
- [Blog](https://xuanwo.io)
"""
[authors.wangrunji]
name = "wangrunji"
avatar = "/static/avatar/wangrunji.jpeg"
bio = """
- [GitHub](https://github.com/wangrunji0408)
"""
[authors.boshen]
name = "Boshen"
bio = """
- [GitHub](https://github.com/Boshen)
"""
[authors.robjtede]
avatar = "/static/avatar/robjtede.jpeg"
[authors.PsiACE]
name = "PsiACE"
avatar = "/static/avatar/psiace.jpg"
bio = """
- [GitHub](https://github.com/psiace)
"""
[authors.databend]
name = "Databend"
avatar = "/static/avatar/databend.svg"
team = true
bio = """
[Databend](https://github.com/datafuselabs/databend/) is a modern cloud data warehouse focusing on reducing cost and complexity for your massive-scale analytics needs. Open source alternative to Snowflake.
Also available in the cloud: <https://app.databend.com>
"""
[authors.tennyzhuang]
name = "tennyzhuang"
bio = """
- [GitHub](https://github.com/TennyZhuang)
"""
[authors.lei]
name = "Lei Huang"
bio = """
Working on [GreptimeDB](https://github.com/greptimeteam/greptimedb)
- [GitHub](https://github.com/v0y4g3r)
- [Blog](https://huanglei.rocks/)
"""
[authors.jhpratt]
avatar="/static/avatar/jhpratt.png"
[authors.TOETOE55]
name = "TOETOE55"
bio = """
- [GitHub](https://github.com/TOETOE55)
"""
[authors.jiacai2050]
name = "Jiacai Liu"
bio = """
- [GitHub](https://github.com/jiacai2050)
- [Mastodon](https://mastodon.social/@liujiacai)
- [Twitter](https://twitter.com/liujiacai)
- [Blog](https://en.liujiacai.net/)
"""