Header section

By default the header will be populated with a resume-like header showing the profile’s avatar, name and title, and social links. The right aside will typically hold contact-me buttons (e.g. email, phone/skype).

+-----------+-----------------------+---------------+
| <avatar>  | <name> <surname>      |               |
|           | <job-title>           |               |
|           | <social-links>        | <contact-me>  |
+-----------+-----------------------+---------------+

Information required to fill in the default layout are taken from the site.data[page.dataset][page.lang].resume YAML file. Profile details are taken from the private-info section:

  • avatar: path of avatar image to use, relative to zip
  • initials: used in lieu of the name on small devices
  • name: person’s name
  • surname: person’s sudname
  • title: person’s title or job-role

This default behaviour can be modified by populating the header hash in the page’s front matter. The existence of a given property will override its default value.

+-----------+-----------------------+---------------+
| <image>   | <title>               |               |
|           | <subtitle>            |               |
|           | <social-links>        | <aside>       |
+-----------+-----------------------+---------------+

Field Purpose —————— ————————————————————————————————— title provides a custom string to use in lieu of the default name and surname subtitle provides a custom string to use in lieu of the person’s title or job role logo logo-link logo-width logo-height hide-links boolean used to disable display of social links hide-aside boolean used to disable display of the aside’s content

Modals

Written on June 19, 1999