aboutsummaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
authorben <ben@nagy.contact>2025-06-28 11:20:24 -0700
committerben <ben@nagy.contact>2025-06-28 11:20:24 -0700
commita1ebb1c85ae6d749170ce4e9b18f0bdec92d27e8 (patch)
tree9983326f35a9186d82866a16ed230a5ccfbbfa11 /hugo.toml
parent648de6962e963cd4147fa849f38d023c16a1ff49 (diff)
bare
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
new file mode 100644
index 0000000..5c26950
--- /dev/null
+++ b/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'