From a60a600522b9c638cf06fc484d80209dfb7d5c20 Mon Sep 17 00:00:00 2001 From: JustZvan Date: Tue, 24 Mar 2026 20:14:42 +0100 Subject: feat: initial commit --- themes/JustZvan/hugo.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 themes/JustZvan/hugo.toml (limited to 'themes/JustZvan/hugo.toml') diff --git a/themes/JustZvan/hugo.toml b/themes/JustZvan/hugo.toml new file mode 100644 index 0000000..4015a68 --- /dev/null +++ b/themes/JustZvan/hugo.toml @@ -0,0 +1,22 @@ +baseURL = 'https://example.org/' +languageCode = 'en-US' +title = 'My New Hugo Site' + +[menus] + [[menus.main]] + name = 'Home' + pageRef = '/' + weight = 10 + + [[menus.main]] + name = 'Posts' + pageRef = '/posts' + weight = 20 + +[taxonomies] + category = 'categories' + +[module] + [module.hugoVersion] + extended = false + min = '0.146.0' -- cgit v1.2.3