2022-02-03 06:13:05 -05:00
|
|
|
baseURL: "/resume"
|
|
|
|
languageCode: "en-us"
|
|
|
|
title: "Resume | Michael Clemens"
|
|
|
|
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
|
|
|
|
css:
|
|
|
|
- custom.scss
|
|
|
|
header:
|
|
|
|
avatar: avatar.jpg
|
|
|
|
contact: true
|
|
|
|
tagline: true
|
|
|
|
links: true
|
|
|
|
side:
|
|
|
|
- feature: languages
|
|
|
|
- feature: skills
|
|
|
|
widget: word-list
|
|
|
|
style: title-list # list, compact, title-list
|
|
|
|
- feature: education
|
|
|
|
- feature: interests
|
|
|
|
widget: word-list
|
|
|
|
style: list
|
|
|
|
pages:
|
|
|
|
- features:
|
|
|
|
#- feature: about
|
|
|
|
# title: About Me
|
|
|
|
- feature: experience
|
2022-10-24 06:58:36 -04:00
|
|
|
title: Experience
|
2022-02-03 06:13:05 -05:00
|
|
|
- features:
|
2022-10-24 06:38:32 -04:00
|
|
|
- feature: experience2
|
2022-10-24 07:23:22 -04:00
|
|
|
title: Experience (cont.)
|
|
|
|
#title: ""
|
2022-02-03 06:13:05 -05:00
|
|
|
- feature: projects
|
|
|
|
collection: projects
|
2022-10-24 06:38:32 -04:00
|
|
|
#- feature: publications
|
|
|
|
# title: Publications / Mentions
|
|
|
|
# style: IEEE # IEEE, APA, else
|
2022-02-03 06:13:05 -05:00
|
|
|
#- feature: awards
|
|
|
|
#- feature: certificates
|
|
|
|
# title: Certifications
|
|
|
|
#- feature: interests
|
|
|
|
# widget: word-list
|
|
|
|
# style: list
|
|
|
|
|
|
|
|
footer:
|
|
|
|
show: true
|
|
|
|
credits: false
|
|
|
|
footnote: >-
|
2022-02-03 08:34:18 -05:00
|
|
|
You can print this resume in A4 size or save as pdf. | Last update on 2022-02-03.
|
2022-02-03 06:13:05 -05:00
|
|
|
links:
|
|
|
|
#- prefix: Contact me on
|
|
|
|
# title: Linkedin
|
|
|
|
# url: 'https://www.linkedin.com/in/m-clemens/'
|
|
|
|
# icon: fab fa-linkedin
|
|
|
|
#- prefix: Check out my
|
|
|
|
# title: Website
|
|
|
|
# url: 'https://qrz.is'
|
|
|
|
# icon: fas fa-globe
|
|
|
|
- prefix:
|
2022-10-24 06:38:32 -04:00
|
|
|
title: Datenschutzerklärung
|
|
|
|
url: 'https://qrz.is/privacy'
|