Résumé Sections - Hugo Blox
Build your online résumé with blocks. On this page, you will find résumé-specific blocks. There are also related blocks in other categories, such as the Rich Text blox.
resume-biography#
Display your photo, cover image, name, role, organization, profile links, and biography.
---
title: My page
type: landing
sections:
- block: resume-biography
content:
# The user's folder name in `content/authors/`
username: admin
# Show a call-to-action button under your biography? (optional)
# To link to a file, upload it to your `static/uploads/` folder
button:
text: Download Résumé
url: uploads/resume.pdf
design:
banner:
# Upload a cover image to `assets/media/` folder and reference its filename here (optional)
filename: ''
biography:
# Customize the CSS style of your biography text (optional)
style: ''
---
resume-experience#
Display your education and work experience.
---
title: My page
type: landing
sections:
- block: resume-experience
content:
# The user's folder name in `content/authors/`
username: admin
design:
# Hugo date format
date_format: 'January 2006'
# Education or Experience section first?
is_education_first: false
---
resume-skills#
Display your skills and hobbies.
---
title: My page
type: landing
sections:
- block: resume-skills
content:
title: Skills & Hobbies
# Note: `username` refers to the user's folder name in `content/authors/`
username: admin
---
resume-awards#
Display your awards, achievements, and certificates.
---
title: My page
type: landing
sections:
- block: resume-awards
content:
title: Awards
# Note: `username` refers to the user's folder name in `content/authors/`
username: admin
---
resume-languages#
Display your language skills.
---
title: My page
type: landing
sections:
- block: resume-languages
content:
title: Languages
# Note: `username` refers to the user's folder name in `content/authors/`
username: admin
---