diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-03-07 20:30:09 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-03-07 20:30:09 -0500 |
| commit | 8c72811789f2d71c2b7863afb961fcdcd7898c47 (patch) | |
| tree | 0db8bf8be719f99050733f5b57ae97262691fcb1 /frontmatter.json | |
| parent | 6458d9da064d11ef97b47897d6417286da2bbe91 (diff) | |
Created News and Docs folders
Diffstat (limited to 'frontmatter.json')
| -rw-r--r-- | frontmatter.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/frontmatter.json b/frontmatter.json index 99e7647..d0bd841 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -7,8 +7,12 @@ "frontMatter.templates.folder": ".frontmatter/templates/", "frontMatter.framework.id": "hugo", "frontMatter.git.enabled": true, - "frontMatter.git.requiresCommitMessage": ["develop"], - "frontMatter.git.disableOnBranches": ["main"], + "frontMatter.git.requiresCommitMessage": [ + "develop" + ], + "frontMatter.git.disableOnBranches": [ + "main" + ], "frontMatter.preview.host": "http://localhost:1313", "frontMatter.website.host": "https://corruptlamar.com", "frontMatter.dashboard.openOnStart": true |
