-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.yml
122 lines (113 loc) · 3.68 KB
/
resume.yml
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
# 数据格式可以为 yaml(文件以.yml结尾) 或者json(文件以.json结尾)
# 如果YAML格式的数据请先检查格式是否有误,可选检查工具 http://www.yamllint.com
title: "简历标题"
lang: "zh" #语言设置 zh表示中文 en 表示英语
name: "你的名字"
jobtitle: "求职意向" #可空不显示
photo: "assets/img/photo.jpg" #照片可空,不显示
#联系方式
contact: #联系方式连接等3~5行
- text: "[email protected]" #文本内容
href: 'mailto:[email protected]' #链接,无链接则空
icon: 'icons/email.svg' #图标 svg文件
- text: "1234567890"
href: 'tel:1234567890'
icon: 'icons/phone.svg'
- text: "your-website.com"
href: 'http://your-website.com'
icon: 'icons/web.svg'
- text: "GitHubID"
href: 'https://github.com/NewFuture'
icon: "icons/github.svg"
attr: 'target="_blank"' #新标签页打开
# - text: "地址"
# icon: "icons/location.svg"
#main下面是主体内容,类别条数不限
main: #简历主要内容,
- type: education #类别为ID
name: 教育 #显示名称,空则使用type
content: #内容基本格式 标题-副标题-日期-详细内容 (都允许空)
- title: 大学名称
duration: "2011年x月 - 2015年"
sub: 地点或学历
detail: 专业或者简短说明
- title: Your University
duration: Aug 2007 - Jun 2011
sub: Ut enim ad minim veniam
detail: Master Bachelor of Computer Science & Technology.
- type: skills
# name: "技能"
content:
- title: 编程语言
items: #itmems 可以小块的方式显示
- 汉语
- 语言2
- 语言3
- title: Skill Group
summary: Consectetur, Adipiscing, Elit
- type: experience
name: 经验
content:
- title: 职位
sub: 某某公司
duration: "xxxx年xx月 - yyyy年yy月"
tags:
- 标签
summary: 职务或者工作总结(自动折叠)
detail: 同时包含 summary和detail在Chrome,Safari(包括IOS),Android和新版Firefox等会自动折叠,不支持折叠的浏览器和展开后表现一致
# open: open
#可以设置open默认展开
- title: Job Title
sub: Your 2nd, Inc.
duration: Apr 2013 - Mar 2016
tags:
- tagname
summary: Summary your job or work. (Collapse)
detail: Details can be collapsed in Chrome Safari, Firefox, Opera and so on. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- type: projects
name: Projects
content:
- title: 项目名称
duration: xxxx年xx月 - yyyy年yy月
detail: 项目和工作介绍,项目总结.
sub: 维护者
- title: Project Name
summary: Projects' introduction or summary
detail:
md: _data/demo.md
sub: Creator and maintainer.
#可继续添加更多内容
#others 其他简略内容(列表)
others: #其他列表显示
- type: others #ID可以为空
name: '其他'
content: #选择需要的格式
- 单行文字
- title: "加粗:"
text: "列表项二"
- title: "兴趣:"
items: #单行列表
- 睡觉
- 吃饭
- coding
- title: 列表
list:
- 第一项
- 第二项
#- type:
# name: '其他'
# content: #选择需要的格式
# - 单行文字
# - 如果有可以继续添加
#footer 脚注,打印版和web版不同不显示
footer: #脚注多组
print: #打印版markdown或者html
screen:
- text: "简历脚注"
# href: '/'
- text: "Made with ♥ by NewFuture"
href: "https://github.com/NewFuture/CV/"
#页面额外js脚本,如xx统计
scripts:
#- src: "assets/js/resume.js"
# defer: defer #可以设置defer或者sync异步加载