mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-22 23:37:53 +00:00
frontmatter: move frontmatter config for exampleSite out of root #843
This commit is contained in:
parent
4f865ead00
commit
f2966a24d2
3 changed files with 4 additions and 4 deletions
1
exampleSite/.frontmatter/database/taxonomyDb.json
Normal file
1
exampleSite/.frontmatter/database/taxonomyDb.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
|
@ -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",
|
Loading…
Reference in a new issue