frontmatter: move frontmatter config for exampleSite out of root #843

This commit is contained in:
Sören Weber 2024-04-23 23:36:12 +02:00
parent 4f865ead00
commit f2966a24d2
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
3 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1 @@
{}

View file

@ -7,17 +7,16 @@
"contentTypes": [
"default"
],
"path": "[[workspace]]/exampleSite/content",
"path": "[[workspace]]/content",
"title": "Docs"
}
],
"frontMatter.content.publicFolder": "static",
"frontMatter.experimental": true,
"frontMatter.extends": [
"./vscode-frontmatter/snippets.en.json"
"../vscode-frontmatter/snippets.en.json"
],
"frontMatter.framework.id": "hugo",
"frontMatter.framework.startCommand": ".\\exampleSite\\hugo.exe server -p 1313 --bind 0.0.0.0 --navigateToChanged -s .\\exampleSite",
"frontMatter.framework.startCommand": "hugo server -p 1313 --bind 0.0.0.0 --navigateToChanged",
"frontMatter.git.commitMesage": "docs: changes via Front Matter editor",
"frontMatter.git.enabled": true,
"frontMatter.global.activeMode": "Editor",