-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
126 lines (123 loc) · 3.83 KB
/
hugo.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
baseURL: "/"
languageCode: "zh-cn"
title: "简历 | 许城荣"
disableKinds: ["taxonomy", "term", "page", "section", "RSS", "sitemap", "robotsTXT", "404"]
theme: "resume-a4"
# Construct main column, side column and additional page from features
# Every column and page may include any features. Some features are
# created using generic widgets and you can add easily new features,
# as long as an existing widget can render it as you like.
#
# Common keys:
# feature: name of the feature. For generic features, this is also the root key in the yaml file.
# title: string rendered as the header of the element. Can be disabled with an empty string.
# collection: the base name of the yaml file containing the data. Defaults to "features".
# widget: `layout/partials/section-<widget>.html` used to render this element.
#
# Common widgets:
#
# details-list:
# Used by default, if section-<feature>.html doesn't exists.
#
# Expects data in format (in yaml file):
# title: the title string
# subtitle: string rendered under title. E.g., company for projects, certificate authority etc.
# date: date string, e.g., when a certificate was given
# details: a text in markdown.
# link: url where the title will link to
# links: list of links rendered as a bullet list below details
# prefix: a string before the link
# title: a string inside the link
# url: the destination of the link
# icon: the icon string, e.g., "fas fa-cloud". rendered inside link and after title.
#
# word-list:
# Handy for skills and interests etc.
#
# Additional keys:
# style: Rendering style for word list. One of: list, compact, or title-list
#
# Expects data in format (in yaml file):
# A list of strings, if style is "list", or
#
# A list of:
# groupName: title of the group
# list: list of strings rendered under the group
params:
useFontAwesome: true
externalLinkIcon: true
css:
- custom.scss
# - print_urls.scss
header:
avatar: avatar.jpg # avatar.jpg
contact: true
tagline: true
links: true
side:
- feature: education
title: 教育背景
- feature: skills
title: 个人能力
widget: word-list
style: compact # list, compact, title-list
- feature: languages
title: 语言水平
- feature: interests
title: 兴趣方向
widget: word-list
style: list
pages:
- features:
- feature: about
title: About Me
- feature: projects
title: 项目经历
collection: projects
- feature: experience
title: 校园经历
- features:
- feature: projects
title: 项目经历(续)
collection: projects
- feature: experience
title: 校园经历(续)
# # - feature: publications
# # style: IEEE # IEEE, APA, else
# # - feature: awards
- feature: certificates
title: 证书
# # - feature: interests
# # widget: word-list
# # style: list
experience:
tools:
show: false
title: Technologies
education:
useFontAwesome: true
externalLinkIcon: false
location:
show: false
details:
show: false
publications:
useFontAwesome: false
externalLinkIcon: false
itemTitle:
useFontAwesome: false
externalLinkIcon: false
footer:
show: true
credits: true
footnote: >-
You can print this resume in A4 size or save as pdf. | Last update on 2024-05-22.
links:
- prefix: Contact me on
title: Linkedin
url: 'https://www.linkedin.com/in/%E5%9F%8E%E8%8D%A3-%E8%AE%B8-b7256528a/'
icon: fab fa-linkedin
- prefix: Check out my
title: Website
url: 'https://maniac.netlify.app/about/'
icon: fas fa-globe