From 6458d9da064d11ef97b47897d6417286da2bbe91 Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Sun, 2 Mar 2025 08:29:56 -0500 Subject: =?UTF-8?q?chore:=20=F0=9F=A4=96=20Pushing=20for=20remote=20access?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pushing so it can later be accessed remotely. --- frontmatter.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'frontmatter.json') 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 -- cgit v1.2.3