-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathedit_template.json
127 lines (127 loc) · 3.94 KB
/
edit_template.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
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
{
"name": "成旭源",
"birth": "11.03",
"tel": "136606xxxxxx",
"email": "[email protected](作者邮箱,可联系)",
"blog": "http://jaskey.github.io",
"avatar": "头像的路径(相对于项目路径)",
"pages": [],
"summaries": [
"概述第一行",
"概述第二行",
"概述第三行",
"概述第四行"
],
"workExperiences": [
{
"company": "大腿公司",
"post": "高级软件工程师",
"startDate": "2015.01",
"endDate": "至今",
"summary": "大腿公司的概述(可以不填)",
"details": [
"大腿公司的细节一",
"大腿公司的细节二"
]
},
{
"company": "小牛公司",
"post": "软件工程师",
"startDate": "2013.07",
"endDate": "2015.01",
"summary": "小牛公司的概述(可以不填)",
"details": [
"小牛公司的细节一",
"小牛公司的细节二"
]
}
],
"projectExperiences": [
{
"projectName": "牛逼的项目",
"role": "主要开发成员",
"startDate": "2015.01",
"endDate": "2016.04",
"summary": "牛逼项目概述(可以不填)",
"details": [
"牛逼的项目细节一",
"牛逼的项目细节二",
"牛逼的项目细节三"
]
},
{
"projectName": "牛X的项目",
"role": "兼职开发",
"startDate": "2015.08",
"endDate": "2015.11",
"summary": "牛X的项目概述(可不填)",
"details": [
"牛X的项目细节一",
"牛X的项目细节二"
]
}
],
"sections": [
{
"title": "自定义模块一",
"fragments": [
{
"name": "自定义模块一之——段落一",
"comment": "副标题(可以缺省)",
"startDate": "开始日期(可缺省)",
"endDate": "结束日期(可缺省)",
"summary": "blablablablabla",
"details": ["细节1234"]
},
{
"name": "自定义模块一之——段落二",
"comment": "副标题(可以缺省)",
"startDate": "开始日期(可缺省)",
"endDate": "结束日期(可缺省)",
"summary": "blablablablabla",
"details": ["细节5678"]
}
]
},
{
"title": "自定义模块二",
"fragments": [
{
"name": "自定义模块二之段落一",
"comment": "副标题(可以缺省)",
"startDate": "开始日期(可缺省)",
"endDate": "结束日期(可缺省)",
"summary": "blablablablabla",
"details": [
"细节1234"
]
}
]
},
{
"title": "自定义模块三",
"points": [
"列表1",
"列表2",
"列表3"
]
}
],
"educations": [
{
"university": "华南农业大学",
"studyType": "本科",
"major": "软件工程",
"startDate": "2009.07",
"endDate": "2013.07",
"gpa": "3.93/5.00",
"scholarships": [
"二等奖学金"
],
"experiences": [
"在校经历一",
"在校经历二"
]
}
]
}