work.mattriley.about

mattriley.work

Documentation

Singleton record holding the site's about section.

main record

Singleton record holding the site's about section.

Record Key literal:self Fixed literal value

Properties

content string Required

HTML about/bio content rendered by the frontend.

tagline string Optional

Short one-line tagline shown under the site title.

View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "content"
    ],
    "properties": {
      "content": {
        "type": "string",
        "description": "HTML about/bio content rendered by the frontend."
      },
      "tagline": {
        "type": "string",
        "description": "Short one-line tagline shown under the site title."
      }
    }
  },
  "description": "Singleton record holding the site's about section."
}

Lexicon Garden

@