blog/themes/minth/hugo.toml

46 lines
656 B
TOML
Raw Normal View History

baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'About'
pageRef = '/pages/about-me'
2024-03-26 22:04:57 +00:00
weight = 25
[[menus.main]]
name = 'Resources'
pageRef = '/pages/resources'
2024-03-26 22:04:57 +00:00
weight = 30
2024-08-06 22:42:14 +00:00
[[menus.main]]
2024-08-13 11:00:00 +00:00
name = 'Git'
url = 'http://git.0xdeadbeer.xyz/0xdeadbeer/'
weight = 33
[[menus.main]]
name = 'Archive'
url = 'http://archive.0xdeadbeer.xyz'
2024-08-06 22:42:14 +00:00
weight = 35
[[menus.main]]
name = 'RSS'
url = '/index.xml'
weight = 40
2024-07-24 19:30:19 +00:00
#[[menus.main]]
#name = 'Tags'
#pageRef = '/tags'
#weight = 35
2024-03-26 22:04:57 +00:00
[module]
[module.hugoVersion]
extended = false
min = "0.116.0"