gallowelds.com/config.toml
2024-05-22 18:10:33 -04:00

34 lines
468 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]
copyName = "John Doe"
[social]
[[social.footer]]
platform = "Instagram" # Support platforms are Instagram & Email
url = "https://example.com"