From ad1bb9787eb2317571cd3d1bfcd5a8b22df4803f Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 21 Dec 2025 21:34:02 -0330 Subject: init hugo --- themes/aoidh/hugo.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 themes/aoidh/hugo.toml (limited to 'themes/aoidh/hugo.toml') diff --git a/themes/aoidh/hugo.toml b/themes/aoidh/hugo.toml new file mode 100644 index 0000000..5c26950 --- /dev/null +++ b/themes/aoidh/hugo.toml @@ -0,0 +1,24 @@ +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 + + [[menus.main]] + name = 'Tags' + pageRef = '/tags' + weight = 30 + +[module] + [module.hugoVersion] + extended = false + min = '0.146.0' -- cgit v1.2.3