forked from McShelby/hugo-theme-relearn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrontmatter.json
85 lines (85 loc) · 2.7 KB
/
frontmatter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"$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"
}