Andrew Woodlee
4b382bddd9
* Getting environment variables and passwords from Vault (not tested yet) * Vault configuration to config (not tested yet) * Ability to run scripts from file on local machine on the remote host * Ability to get ouput in the notification of a list for individual commands or all commands * Make SSH connections close after all commands have been run; reuse previous connections if needed
86 lines
2.7 KiB
JSON
86 lines
2.7 KiB
JSON
{
|
|
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
|
|
"frontMatter.content.defaultSorting": "LastModifiedAsc",
|
|
"frontMatter.content.hideFm": false,
|
|
"frontMatter.content.pageFolders": [
|
|
{
|
|
"contentTypes": [
|
|
"default"
|
|
],
|
|
"path": "[[workspace]]/exampleSite/content",
|
|
"title": "Docs"
|
|
}
|
|
],
|
|
"frontMatter.content.publicFolder": "static",
|
|
"frontMatter.experimental": true,
|
|
"frontMatter.extends": [
|
|
"./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.git.commitMesage": "docs: changes via Front Matter editor",
|
|
"frontMatter.git.enabled": true,
|
|
"frontMatter.global.activeMode": "Editor",
|
|
"frontMatter.global.modes": [
|
|
{
|
|
"id": "Power",
|
|
"features": [
|
|
"dashboard.data.view",
|
|
"dashboard.snippets.manage",
|
|
"dashboard.snippets.view",
|
|
"dashboard.taxonomy.view",
|
|
"panel.actions",
|
|
"panel.contentType",
|
|
"panel.globalSettings",
|
|
"panel.metadata",
|
|
"panel.otherActions",
|
|
"panel.recentlyModified",
|
|
"panel.seo"
|
|
]
|
|
},
|
|
{
|
|
"id": "Editor",
|
|
"features": [
|
|
"dashboard.snippets.view",
|
|
"dashboard.taxonomy.view",
|
|
"panel.actions",
|
|
"panel.metadata"
|
|
]
|
|
}
|
|
],
|
|
"frontMatter.preview.host": "http://localhost:1313",
|
|
"frontMatter.preview.pathName": "{{pathToken.relPath}}/",
|
|
"frontMatter.taxonomy.categories": [],
|
|
"frontMatter.taxonomy.contentTypes": [
|
|
{
|
|
"fields": [
|
|
{
|
|
"name": "title",
|
|
"title": "Titel",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"default": " ",
|
|
"name": "description",
|
|
"title": "Description",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "weight",
|
|
"title": "Weight",
|
|
"type": "number"
|
|
},
|
|
{
|
|
"name": "toc",
|
|
"title": "Create TOC",
|
|
"type": "boolean"
|
|
}
|
|
],
|
|
"name": "default",
|
|
"pageBundle": true,
|
|
"previewPath": null
|
|
}
|
|
],
|
|
"frontMatter.taxonomy.frontMatterType": "TOML"
|
|
}
|