coop.hypha.spores.site.config

hypha.coop

Documentation

Site configuration for spores.garden, including title and subtitle.

main record

Site configuration for spores.garden, including title and subtitle.

Record Key literal:self Fixed literal value

Properties

bodyFont string Optional

Body font ID

maxLength: 50 bytes
Known values: work-sans, georgia, jetbrains-mono, courier-new
fontBody string Optional

Deprecated legacy key for body font ID

maxLength: 50 bytes
Known values: work-sans, georgia, jetbrains-mono, courier-new
fontHeading string Optional

Deprecated legacy key for heading font ID

maxLength: 50 bytes
Known values: work-sans, georgia, jetbrains-mono, courier-new
headingFont string Optional

Heading font ID

maxLength: 50 bytes
Known values: work-sans, georgia, jetbrains-mono, courier-new
subtitle string Optional

Site subtitle

maxLength: 2000 bytesmaxGraphemes: 200 graphemes
title string Optional

Site title

maxLength: 1000 bytesmaxGraphemes: 100 graphemes
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "title": {
        "type": "string",
        "maxLength": 1000,
        "description": "Site title",
        "maxGraphemes": 100
      },
      "bodyFont": {
        "type": "string",
        "maxLength": 50,
        "description": "Body font ID",
        "knownValues": [
          "work-sans",
          "georgia",
          "jetbrains-mono",
          "courier-new"
        ]
      },
      "fontBody": {
        "type": "string",
        "maxLength": 50,
        "description": "Deprecated legacy key for body font ID",
        "knownValues": [
          "work-sans",
          "georgia",
          "jetbrains-mono",
          "courier-new"
        ]
      },
      "subtitle": {
        "type": "string",
        "maxLength": 2000,
        "description": "Site subtitle",
        "maxGraphemes": 200
      },
      "fontHeading": {
        "type": "string",
        "maxLength": 50,
        "description": "Deprecated legacy key for heading font ID",
        "knownValues": [
          "work-sans",
          "georgia",
          "jetbrains-mono",
          "courier-new"
        ]
      },
      "headingFont": {
        "type": "string",
        "maxLength": 50,
        "description": "Heading font ID",
        "knownValues": [
          "work-sans",
          "georgia",
          "jetbrains-mono",
          "courier-new"
        ]
      }
    }
  },
  "description": "Site configuration for spores.garden, including title and subtitle."
}

Lexicon Garden

@