init hugo

This commit is contained in:
2025-06-02 00:24:29 +02:00
parent 624b2326f2
commit c213816f33
75 changed files with 298 additions and 988 deletions

23
themes/zone/hugo.toml Normal file
View File

@@ -0,0 +1,23 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
[[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.116.0"