From 799bd2304a82d35991876d42fc32a8b8be978da1 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 4 Apr 2026 15:30:33 +0200 Subject: initial theme setup. --- hugo.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..59cbe11 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,24 @@ +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 = 'Tags' + pageRef = '/tags' + weight = 30 + +[module] + [module.hugoVersion] + extended = false + min = '0.146.0' -- cgit v1.2.3