-
Notifications
You must be signed in to change notification settings - Fork 106
/
frontmatter.json
66 lines (66 loc) · 2.03 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
{
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
"frontMatter.content.fmHighlight": false,
"frontMatter.content.pageFolders": [
{
"title": "adaptive-cards-community-call",
"path": "[[workspace]]/content/adaptive-cards-community-call",
"excludeSubdir": true
},
{
"title": "CLI for Microsoft 365",
"path": "[[workspace]]/content/cli-for-microsoft-365",
"excludeSubdir": true
},
{
"title": "Microsoft 365 Developer Podcast",
"path": "[[workspace]]/content/m365-dev-podcast",
"excludeSubdir": true
},
{
"title": "Microsoft 365 Platform Community Update",
"path": "[[workspace]]/content/microsoft-365-platform-community-update",
"excludeSubdir": true
},
{
"title": "Microsoft 365 PnP Weekly",
"path": "[[workspace]]/content/microsoft-365-pnp-weekly",
"excludeSubdir": true
},
{
"title": "Microsoft Viva and SPFx Community Call",
"path": "[[workspace]]/content/microsoft-viva-and-spfx-community-call",
"excludeSubdir": true
},
{
"title": "Power Platform Community Call",
"path": "[[workspace]]/content/power-platform-community-call",
"excludeSubdir": true
},
{
"title": "post",
"path": "[[workspace]]/content/post"
}
],
"frontMatter.content.publicFolder": "static",
"frontMatter.content.supportedFileTypes": [
"md",
"markdown"
],
"frontMatter.dashboard.mediaSnippet": [
"{{< image alt=\"{alt}\" src=\"{mediaUrl}\" >}}"
],
"frontMatter.framework.startCommand": "hugo server -D",
"frontMatter.preview.host": "http://localhost:1313/blog/",
"frontMatter.taxonomy.seoDescriptionField": "summary",
"frontMatter.content.snippets": {
"Media snippet (migrated)": {
"body": [
"{{< image alt=\"[[alt]]\" src=\"[[&mediaUrl]]\" >}}"
],
"isMediaSnippet": true,
"description": "Migrated media snippet from frontMatter.dashboard.mediaSnippet setting"
}
},
"frontMatter.templates.enabled": false
}