gallowelds.com/config.toml

53 lines
1 KiB
TOML
Raw Normal View History

2024-05-22 14:21:18 -04:00
baseURL = "https://example.com"
2024-05-22 21:37:08 -04:00
title = "Gallo Weld & Fab"
2024-05-22 14:21:18 -04:00
theme = "gallo"
[menu]
[[menu.main]]
2024-05-22 21:37:08 -04:00
identifier = "Catalog"
name = "Catalog"
url = "/catalog/"
2024-05-22 14:21:18 -04:00
weight = 1
[[menu.main]]
2024-05-22 21:37:08 -04:00
identifier = "Art"
name = "Art"
url = "/art/"
2024-05-22 14:21:18 -04:00
weight = 2
2024-05-22 21:37:08 -04:00
[[menu.main]]
identifier = "FAQ"
name = "FAQ"
url = "/faq/"
weight = 3
[[menu.main]]
identifier = "About"
name = "About"
url = "/about/"
weight = 4
2024-05-22 14:21:18 -04:00
[taxonomies]
tag = "tags"
[params]
2024-05-22 21:37:08 -04:00
logo = "/img/gallo_welding_inverted.webp"
2024-05-22 18:10:33 -04:00
copyName = "John Doe"
2024-05-22 21:37:08 -04:00
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."
2024-05-22 18:10:33 -04:00
2024-05-22 21:37:08 -04:00
# [social]
2024-05-22 18:10:33 -04:00
2024-05-22 21:37:08 -04:00
# [[social.footer]]
# platform = "Instagram" # Support platforms are Instagram & Email
# url = "https://example.com"
2024-05-22 18:10:33 -04:00
2024-05-22 21:37:08 -04:00
# [[social.footer]]
# platform = "Email"
# url = "mailto:test@example.com"