diff options
Diffstat (limited to 'frontmatter.json')
| -rw-r--r-- | frontmatter.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/frontmatter.json b/frontmatter.json index d0bd841..befaf37 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -6,6 +6,16 @@ "frontMatter.templates.enabled": true, "frontMatter.templates.folder": ".frontmatter/templates/", "frontMatter.framework.id": "hugo", + "frontMatter.global.activeMode": "default", + "frontMatter.global.timezone": "EST", + "frontMatter.global.modes": [ + { + "id": "Settings", + "features": [ + "panel.globalSettings" + ] + } + ], "frontMatter.git.enabled": true, "frontMatter.git.requiresCommitMessage": [ "develop" @@ -14,6 +24,8 @@ "main" ], "frontMatter.preview.host": "http://localhost:1313", + "frontMatter.preview.pathName": "", + "frontMatter.preview.trailingSlash": true, "frontMatter.website.host": "https://corruptlamar.com", "frontMatter.dashboard.openOnStart": true }
\ No newline at end of file |
