Skip to content

Commit

Permalink
frontmatter: move frontmatter config for exampleSite out of root #843
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Apr 23, 2024
1 parent 4f865ea commit f2966a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions exampleSite/.frontmatter/database/taxonomyDb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
7 changes: 3 additions & 4 deletions frontmatter.json → exampleSite/frontmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f2966a2

Please sign in to comment.