tinytechbureau.com/themes/ttb/hugo.toml
2024-06-30 00:08:20 +02:00

24 lines
341 B
TOML

baseURL = 'https://tinytechbureau.com/'
languageCode = 'en-us'
title = 'Tiny Tech Bureau'
[[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 = true
min = "0.116.0"