17 lines
452 B
JSON
17 lines
452 B
JSON
{
|
|
"$schema": "https://beta.frontmatter.codes/frontmatter.schema.json",
|
|
"frontMatter.framework.id": "hugo",
|
|
"frontMatter.content.publicFolder": "static",
|
|
"frontMatter.preview.host": "http://localhost:1313",
|
|
"frontMatter.content.pageFolders": [
|
|
{
|
|
"title": "content",
|
|
"path": "[[workspace]]/content"
|
|
},
|
|
{
|
|
"title": "archetypes",
|
|
"path": "[[workspace]]/archetypes"
|
|
}
|
|
],
|
|
"frontMatter.git.enabled": true
|
|
} |