-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
zine.toml
54 lines (45 loc) · 1.51 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
[site]
url = "https://2d2d.io"
name = "TO-D 杂志"
description = "专注于探讨全球 To-D 领域相关产品、创业公司、融资等资讯的专栏杂志。"
edit_url = "https://github.com/zineland/2d2d/edit/main"
social_image = "/static/2d2d.png"
locale = "zh"
menu = [
{ name = "关于", url = "/about" },
{ name = "博客", url = "/blog" },
{ name = "读者好评", url = "/review" },
{ name = "赞助", url = "/sponsor" },
{ name = "GitHub", url = "https://github.com/zineland/2d2d" },
]
[authors]
folyd = { avatar = "/static/avatar/folyd.jpg", editor = true, bio = """
<p class="text-center">
《TO-D 杂志》责任编辑,目前就职于字节跳动
</p>
> 申明:个人文章仅代表个人观点,与雇主无关。
可以通过如下方式联系到我:
- [博客](https://folyd.com)
- [GitHub](https://github.com/folyd)
- [Twitter](https://twitter.com/_hisriver)
- [Telegram](https://t.me/hisriver)
""" }
tianzhou = { avatar = "/static/avatar/tianzhou.jpg", bio = """
<p class="text-center">
bytebase.com 首席涂鸦官
</p>
> 申明:个人文章代表不了公司观点。
可以通过如下方式联系到我:
- [GitHub](https://github.com/tianzhou)
- [Twitter](https://twitter.com/tianzhouchen)
""" }
[theme]
primary_color = "#ffb52f"
main_color = "#000"
link_color = "#e07312"
background_image = "/static/pattern.svg"
head_template = "templates/head.html"
footer_template = "templates/footer.html"
article_extend_template = "templates/article-extend.html"
[markdown]
highlight_theme = "ayu-light"