31 lines
445 B
TOML
31 lines
445 B
TOML
|
baseURL = 'https://tinytechbureau.com/'
|
||
|
languageCode = 'en-us'
|
||
|
title = 'Tiny Tech Bureau'
|
||
|
|
||
|
theme = 'ttb'
|
||
|
|
||
|
[markup]
|
||
|
[markup.goldmark]
|
||
|
[markup.goldmark.renderer]
|
||
|
unsafe = true
|
||
|
|
||
|
[[menus.main]]
|
||
|
name = 'About'
|
||
|
pageRef = '/'
|
||
|
weight = 10
|
||
|
|
||
|
[[menus.main]]
|
||
|
name = 'Solutions'
|
||
|
pageRef = '/projects'
|
||
|
weight = 20
|
||
|
|
||
|
[[menus.main]]
|
||
|
name = 'Blog'
|
||
|
pageRef = '/blog'
|
||
|
weight = 30
|
||
|
|
||
|
[module]
|
||
|
[module.hugoVersion]
|
||
|
extended = true
|
||
|
min = "0.116.0"
|