# coop.hypha.spores.site.config

> Published by [hypha.coop](https://lexicon.garden/identity/did:plc:rxduhzsfgfpl2glle7vagcwl)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:rxduhzsfgfpl2glle7vagcwl/coop.hypha.spores.site.config)
- [Documentation](https://lexicon.garden/lexicon/did:plc:rxduhzsfgfpl2glle7vagcwl/coop.hypha.spores.site.config/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:rxduhzsfgfpl2glle7vagcwl/coop.hypha.spores.site.config/examples)

## Definitions

### `coop.hypha.spores.site.config`

**Type**: `record`

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

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `title` | `string` | No | Site title |
| `bodyFont` | `string` | No | Body font ID |
| `fontBody` | `string` | No | Deprecated legacy key for body font ID |
| `subtitle` | `string` | No | Site subtitle |
| `fontHeading` | `string` | No | Deprecated legacy key for heading font ID |
| `headingFont` | `string` | No | Heading font ID |

## Raw Schema

```json
{
  "id": "coop.hypha.spores.site.config",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
