Files
hugo_it-services/frontmatter.json
2025-02-20 11:22:38 -05:00

25 lines
614 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"
},
{
"title": "poison",
"path": "[[workspace]]/themes/poison"
},
{
"title": "congo",
"path": "[[workspace]]/themes/congo"
}
],
"frontMatter.git.enabled": true
}