summaryrefslogtreecommitdiffstats
path: root/frontmatter.json
diff options
context:
space:
mode:
authoranoduck <9925396+anoduck@users.noreply.github.com>2025-05-08 01:39:31 -0400
committeranoduck <9925396+anoduck@users.noreply.github.com>2025-05-08 01:39:31 -0400
commit9ccf0a022571cfd6cbf42233cc7bb6dfff150090 (patch)
tree2b47781f267d212ae3b48d0b6c804f1968086816 /frontmatter.json
parent185fccd88df071800f225b8196a59b048c2ea2cf (diff)
fix(Google-Search): aliases and slugs
Modified aliases and slugs for google search BREAKING CHANGE: Diverged from Master due to Hugo templating language revision. Master is now unstable, will create stable branch to replace master.
Diffstat (limited to '')
-rw-r--r--frontmatter.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/frontmatter.json b/frontmatter.json
index d0bd841..befaf37 100644
--- a/frontmatter.json
+++ b/frontmatter.json
@@ -6,6 +6,16 @@
"frontMatter.templates.enabled": true,
"frontMatter.templates.folder": ".frontmatter/templates/",
"frontMatter.framework.id": "hugo",
+ "frontMatter.global.activeMode": "default",
+ "frontMatter.global.timezone": "EST",
+ "frontMatter.global.modes": [
+ {
+ "id": "Settings",
+ "features": [
+ "panel.globalSettings"
+ ]
+ }
+ ],
"frontMatter.git.enabled": true,
"frontMatter.git.requiresCommitMessage": [
"develop"
@@ -14,6 +24,8 @@
"main"
],
"frontMatter.preview.host": "http://localhost:1313",
+ "frontMatter.preview.pathName": "",
+ "frontMatter.preview.trailingSlash": true,
"frontMatter.website.host": "https://corruptlamar.com",
"frontMatter.dashboard.openOnStart": true
} \ No newline at end of file