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 bytesKnown values:
work-sans, georgia, jetbrains-mono, courier-newfontBody
string
Optional
Deprecated legacy key for body font ID
maxLength: 50 bytesKnown values:
work-sans, georgia, jetbrains-mono, courier-newfontHeading
string
Optional
Deprecated legacy key for heading font ID
maxLength: 50 bytesKnown values:
work-sans, georgia, jetbrains-mono, courier-newheadingFont
string
Optional
Heading font ID
maxLength: 50 bytesKnown values:
work-sans, georgia, jetbrains-mono, courier-newsubtitle
string
Optional
Site subtitle
maxLength: 2000 bytesmaxGraphemes: 200 graphemestitle
string
Optional
Site title
maxLength: 1000 bytesmaxGraphemes: 100 graphemesView 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."
}