From a51c9890d2b9720297c72b646c894a11474e8532 Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Mon, 29 Jun 2026 23:15:12 -0500 Subject: --- themes/kvog/hugo.toml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 themes/kvog/hugo.toml (limited to 'themes/kvog/hugo.toml') diff --git a/themes/kvog/hugo.toml b/themes/kvog/hugo.toml deleted file mode 100644 index a84662e..0000000 --- a/themes/kvog/hugo.toml +++ /dev/null @@ -1,32 +0,0 @@ -baseURL = 'https://example.org/' -locale = 'en-US' -title = 'My New Hugo Project' - -[menus] - [[menus.main]] - name = 'Home' - pageRef = '/' - weight = 10 - -# [[menus.main]] -# name = 'Posts' -# pageRef = '/posts' -# weight = 20 - -# [[menus.main]] -# name = 'Notes' -# pageRef = '/notes' -# weight = 30 - -# [[menus.main]] -# name = 'Tags' -# pageRef = '/tags' -# weight = 40 - -[module] - [module.hugoVersion] - extended = false - min = '0.146.0' - -[markup.goldmark.renderer] - unsafe = true -- cgit v1.2.3