This commit is contained in:
2026-06-12 23:22:44 +02:00
parent dcf9e833eb
commit 9b230a08a9
59 changed files with 1272 additions and 50 deletions

View File

@@ -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'