File tree Expand file tree Collapse file tree
content/guides/json-reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ File: `content/templates.json`
1313- Set fallback template with ` defaultTemplate `
1414- Change default metadata under ` defaults.* `
1515- Rename or adjust template entries under ` registry.* `
16+ - Pick visual style templates like ` aura ` , ` forest ` , and ` midnight `
1617
1718## Top-level keys
1819
@@ -63,13 +64,16 @@ File: `content/templates.json`
6364| ` registry.reference ` | ` object ` | Yes | Reference template metadata. |
6465| ` registry.reference.name ` | ` string ` | Yes | Human-readable template name. |
6566| ` registry.reference.description ` | ` string ` | Yes | Template description. |
67+ | ` registry.aura ` | ` object ` | Yes | Cozy faint magenta/pink dark-mode style template metadata. |
68+ | ` registry.forest ` | ` object ` | Yes | Emerald-tinted style template metadata. |
69+ | ` registry.midnight ` | ` object ` | Yes | Indigo-tinted style template metadata. |
6670
6771## Frontmatter usage
6872
6973``` mdx
7074---
7175title: My Page
72- template: guide
76+ template: aura
7377---
7478```
7579
You can’t perform that action at this time.
0 commit comments