Solitude Docs

About Page

Build the built-in About page from source/_data/about.yml.

Create source/about/index.md:

---
title: About
type: about
comment: false
aside: false
---

The template reads source/_data/about.yml directly. A minimal useful data file is:

title: About me
authorinfo:
  leftTags: [Developer, Writer]
  rightTags: [Open source, Photography]
  image: /img/avatar.png
contentinfo:
  sup: Hello, I am
  name: Your Name
  title: Welcome to my site
  tip: About this site
  slogan: I build things for the web
  mask:
    - carefully
    - openly
    - sustainably
motto:
  title: Motto
  prefix: Keep
  content: learning.

Optional top-level blocks include skills, careers, personalities, game, likes, expertise, tenyear, award, and rewardList. Add one block at a time and follow the fields consumed by the v4 template.