Files
hugo_it-services/frontmatter.json
T
Trez.One 5d32710ff4
Deploy Hugo Site / hugo-translations (push) Failing after 10s
Deploy Hugo Site / Check and Create PR (push) Successful in 17s
Whole refactor to accommodate Hugo >=0.146.0.
2025-07-25 10:50:48 -04:00

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
}