diff options
Diffstat (limited to 'frontmatter.json')
| -rw-r--r-- | frontmatter.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontmatter.json b/frontmatter.json index cd15a99..99e7647 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -1,12 +1,14 @@ { "$schema": "https://beta.frontmatter.codes/frontmatter.schema.json", - "frontMatter.content.publicFolder": "assets/img", + "frontMatter.content.publicFolder": "static", "frontMatter.taxonomy.slugTemplate": "{{Title}}", "frontMatter.taxonomy.alignFilename": false, "frontMatter.templates.enabled": true, "frontMatter.templates.folder": ".frontmatter/templates/", "frontMatter.framework.id": "hugo", "frontMatter.git.enabled": true, + "frontMatter.git.requiresCommitMessage": ["develop"], + "frontMatter.git.disableOnBranches": ["main"], "frontMatter.preview.host": "http://localhost:1313", "frontMatter.website.host": "https://corruptlamar.com", "frontMatter.dashboard.openOnStart": true |
