-
Notifications
You must be signed in to change notification settings - Fork 4
/
unisite.yaml
139 lines (135 loc) · 3.02 KB
/
unisite.yaml
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
# Configuration for unisite theme
themeConfig:
header:
bar:
text: "当前正处于开发阶段"
closable: false
nav:
- title: "开源项目"
items:
- title: "unisite"
subTitle: "Gatsby ❤️ Theme = Unisite"
link: "https://www.github.com/blackcater-labs/unisite"
- title: "联系我"
items:
- title: "Github"
link: "https://www.github.com/blackcater"
- title: "LeetCode"
link: "https://leetcode-cn.com/u/blackcater/"
- title: "Email"
link: "mailto:[email protected]"
- title: "博客源码"
link: "https://www.github.com/blackcater/blog"
categories:
- id: "frontend"
name: "前端"
- id: "backend"
name: "后端"
- id: "devops"
name: "运维"
- id: "mobile"
name: "移动端"
- id: "linux"
name: "Linux"
- id: "opensource"
name: "开源"
- id: "life"
name: "生活"
tags:
- id: "html"
name: "HTML"
- id: "css"
name: "CSS"
- id: "javascript"
name: "JavaScript"
- id: "typescript"
name: "TypeScript"
- id: "browser"
name: "浏览器"
- id: "react"
name: "React"
- id: "vue"
name: "Vue"
- id: "miniprogram"
name: "小程序"
- id: "gatsby"
name: "Gatsby"
- id: "java"
name: "Java"
- id: "golang"
name: "Go"
- id: "rust"
name: "Rust"
- id: "c"
name: "C"
- id: "cpp"
name: "C++"
- id: "objective-c"
name: "Objective-C"
- id: "swift"
name: "Swift"
- id: "python"
name: "Python"
- id: "php"
name: "PHP"
- id: "docker"
name: "Docker"
- id: "kubernetes"
name: "Kubernetes"
users:
- id: "blackcater"
name: "Elon Tang"
avatar: "content/user/blackcater.png"
description: "God helps those who help themselves."
email: "[email protected]"
website_url: "https://www.blackcater.com"
github_url: "https://www.github.com/blackcater"
leetcode_url: "https://leetcode-cn.com/u/blackcater"
columns:
- id: "dive-into-vue"
title: "深入浅出 Vue"
cover: "content/column/dive-into-vue/cover.png"
categories:
- "frontend"
- "opensource"
tags:
- "vue"
authors:
- "blackcater"
chapters:
- title: "暂无"
- id: "frontend-bible"
title: "前端圣经"
cover: "content/column/frontend-bible/cover.png"
categories:
- "frontend"
- "opensource"
tags:
- "html"
- "css"
- "browser"
- "javascript"
- "typescript"
- "react"
- "vue"
authors:
- "blackcater"
chapters:
- title: "开篇词"
sections: []
- title: "HTML"
sections: []
- title: "CSS"
sections: []
- title: "JavaScript"
sections: []
- title: "TypeScript"
sections: []
- title: "前端框架"
sections: []
- title: "微前端架构"
sections: []
- title: "Node.js"
sections: []
- title: "前端基础设施"
sections: []