summaryrefslogtreecommitdiffstats
path: root/frontmatter.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontmatter.json')
-rw-r--r--frontmatter.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/frontmatter.json b/frontmatter.json
index cd15a99..d0bd841 100644
--- a/frontmatter.json
+++ b/frontmatter.json
@@ -1,12 +1,18 @@
{
"$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