tinytechbureau.com/themes/ttb/hugo.toml

24 lines
341 B
TOML
Raw Normal View History

2024-06-29 22:08:20 +00:00
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"