27 lines
342 B
TOML
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"
|