From 9ccf0a022571cfd6cbf42233cc7bb6dfff150090 Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Thu, 8 May 2025 01:39:31 -0400 Subject: 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. --- frontmatter.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'frontmatter.json') 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 -- cgit v1.2.3