1
2
3
4
5
6
7
8
9
10
11
12
| {
| "$schema": "https://frontmatter.codes/frontmatter.schema.json",
| "frontMatter.framework.id": "hugo",
| "frontMatter.content.publicFolder": "static",
| "frontMatter.preview.host": "http://localhost:1313",
| "frontMatter.content.pageFolders": [
| {
| "title": "docs",
| "path": "[[workspace]]/docs"
| }
| ]
| }
|
|