gallowelds.com/config.toml
2024-05-22 14:21:18 -04:00

27 lines
342 B
TOML

baseURL = "https://example.com"
title = "Gallo Welding & Fabrication"
theme = "gallo"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
pre = "info"
url = "/about/"
weight = 1
[[menu.main]]
identifier = "post"
name = "Posts"
pre = "pen-tool"
url = "/posts/"
weight = 2
[taxonomies]
tag = "tags"
[params]
authorName = "John Doe"