Updated hugo.toml

This commit is contained in:
2025-10-31 22:22:53 +01:00
parent 4c623110cd
commit 7db91b67c9

View File

@@ -1,3 +1,29 @@
baseURL = 'https://example.org/'
baseURL = 'https://blog.minded.net/'
languageCode = 'en-us'
title = 'My New Hugo Site'
title = 'blog.minded.net'
theme = 'minimalminded'
[[menus.main]]
name = 'posts'
pageRef = '/posts'
weight = 10
[[menus.main]]
name = 'tags'
pageRef = '/tags'
weight = 20
[module]
[module.hugoVersion]
extended = false
min = "0.116.0"
[[menus.main]]
name = 'about'
pageRef = '/pages/about'
weight = 90
[markup]
[markup.highlight]
style = 'doom-one'
linenos = true