mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 05:02:02 +08:00
frontmatter: move frontmatter config for exampleSite out of root #843
This commit is contained in:
parent
4f865ead00
commit
f2966a24d2
1
exampleSite/.frontmatter/database/taxonomyDb.json
Normal file
1
exampleSite/.frontmatter/database/taxonomyDb.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
@ -7,17 +7,16 @@
|
|||||||
"contentTypes": [
|
"contentTypes": [
|
||||||
"default"
|
"default"
|
||||||
],
|
],
|
||||||
"path": "[[workspace]]/exampleSite/content",
|
"path": "[[workspace]]/content",
|
||||||
"title": "Docs"
|
"title": "Docs"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"frontMatter.content.publicFolder": "static",
|
"frontMatter.content.publicFolder": "static",
|
||||||
"frontMatter.experimental": true,
|
|
||||||
"frontMatter.extends": [
|
"frontMatter.extends": [
|
||||||
"./vscode-frontmatter/snippets.en.json"
|
"../vscode-frontmatter/snippets.en.json"
|
||||||
],
|
],
|
||||||
"frontMatter.framework.id": "hugo",
|
"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.commitMesage": "docs: changes via Front Matter editor",
|
||||||
"frontMatter.git.enabled": true,
|
"frontMatter.git.enabled": true,
|
||||||
"frontMatter.global.activeMode": "Editor",
|
"frontMatter.global.activeMode": "Editor",
|
Loading…
x
Reference in New Issue
Block a user