From 7193f740cad0d6bb35778b419a8656ae8126ddf7 Mon Sep 17 00:00:00 2001 From: "hunter@kvog.sh" Date: Wed, 17 Jun 2026 21:40:13 -0500 Subject: --- themes/kvog/hugo.toml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 themes/kvog/hugo.toml (limited to 'themes/kvog/hugo.toml') diff --git a/themes/kvog/hugo.toml b/themes/kvog/hugo.toml new file mode 100644 index 0000000..a84662e --- /dev/null +++ b/themes/kvog/hugo.toml @@ -0,0 +1,32 @@ +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