summaryrefslogtreecommitdiff
path: root/themes/kvog/hugo.toml
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-06-29 23:15:12 -0500
committerHunter Kvalevog <hunter@kvog.sh>2026-06-29 23:15:12 -0500
commita51c9890d2b9720297c72b646c894a11474e8532 (patch)
treeceb680b4ec84e07c04266bcf7bc90b6b5caa1036 /themes/kvog/hugo.toml
parent531c82359c93f81e40ec2aa6d77b8e0dbd8d4c9e (diff)
Diffstat (limited to 'themes/kvog/hugo.toml')
-rw-r--r--themes/kvog/hugo.toml32
1 files changed, 0 insertions, 32 deletions
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