52 lines
1 KiB
TOML
52 lines
1 KiB
TOML
baseURL = "https://example.com"
|
|
title = "Gallo Weld & Fab"
|
|
|
|
theme = "gallo"
|
|
|
|
[menu]
|
|
|
|
[[menu.main]]
|
|
identifier = "Catalog"
|
|
name = "Catalog"
|
|
url = "/catalog/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
identifier = "Art"
|
|
name = "Art"
|
|
url = "/art/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
identifier = "FAQ"
|
|
name = "FAQ"
|
|
url = "/faq/"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
identifier = "About"
|
|
name = "About"
|
|
url = "/about/"
|
|
weight = 4
|
|
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
|
|
[params]
|
|
logo = "/img/gallo_welding_inverted.webp"
|
|
copyName = "John Doe"
|
|
headerTitle = "Gallo Welding & Fabrication"
|
|
headerImg = "/img/wide.webp"
|
|
headerDesc = "Gallo Welding, based in Atlanta, provides exceptional structures for diverse industries. With over a decade of experience, Ian Gallo specializes in hand-welded, durable structures at affordable prices while prioritizing professionalism and inclusivity."
|
|
|
|
|
|
# [social]
|
|
|
|
# [[social.footer]]
|
|
# platform = "Instagram" # Support platforms are Instagram & Email
|
|
# url = "https://example.com"
|
|
|
|
# [[social.footer]]
|
|
# platform = "Email"
|
|
# url = "mailto:test@example.com"
|