gallowelds.com/config.toml

59 lines
1.6 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-23 01:04:46 -04:00
[socialIcons]
mailUrl = "mailto:iangalloart@gmail.com"
mailIcon = """
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<circle cx="12" cy="12" r="4"></circle>
<path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path>
</svg>
"""
instagramUrl = "https://www.instagram.com/gallowelding/"
instagramIcon = """
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<rect height="20" rx="5" ry="5" width="20" x="2" y="2"></rect>
<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
<line x1="17.5" x2="17.51" y1="6.5" y2="6.5"></line>
</svg>
"""