-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthor.json
28 lines (28 loc) · 944 Bytes
/
author.json
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
{
"kind": "Author",
"name": "Xie Yuheng",
"contact": {
"bilibili": "https://space.bilibili.com/550104600",
"github": "https://github.com/xieyuheng",
"email": "[email protected]",
"twitter": "https://twitter.com/CicadaLanguage",
"mimor": "https://mimor.app/@xieyuheng"
},
"tagline": "A programmer who created readonly.link.",
"homepage": "homepage.md",
"avatar": "assets/images/xieyuheng-square.jpg",
"tabs": {
"Translations": "translations.md",
"Papers": "papers.md",
"Resume": "resume.md",
"TODO": "TODO.md"
},
"activities": [
"activities/2023-05-05-an-introduction-to-cell-complex.md",
"activities/2023-04-12-reading-refactoring-ui.md",
"activities/2023-04-08-craftinginterpreters-zh.md",
"activities/2023-03-18-vv-foundations-of-mathematics.zh.md",
"activities/2023-03-18-vv-foundations-of-mathematics.en.md",
"activities/2023-03-17-hello-readonlylink.md"
]
}