gallowelds.com/config.toml

35 lines
468 B
TOML
Raw Normal View History

2024-05-22 14:21:18 -04:00
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]
2024-05-22 18:10:33 -04:00
copyName = "John Doe"
[social]
[[social.footer]]
platform = "Instagram" # Support platforms are Instagram & Email
url = "https://example.com"