mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-17 11:39:29 -07:00
chore(params.toml): add website title parameter for better customization chore(baseof.html): update page title to use the website title parameter chore(nav.html): update navigation link to use the website title parameter
5 lines
130 B
TOML
5 lines
130 B
TOML
baseURL = 'https://www.example.com/'
|
|
themesdir = '../..'
|
|
theme = 'Bridget'
|
|
disableKinds = ["section", "taxonomy", "term", "home"]
|