diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-03-02 08:29:56 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-03-02 08:29:56 -0500 |
| commit | 6458d9da064d11ef97b47897d6417286da2bbe91 (patch) | |
| tree | e6ae6b2af7caad27d21bf921fb2507b994e78898 /frontmatter.json | |
| parent | b5290138e1f73a7a56578f9975ba3b50829ca8d4 (diff) | |
chore: 🤖 Pushing for remote access
Pushing so it can later be accessed remotely.
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 |
