59 lines
No EOL
1.6 KiB
TOML
59 lines
No EOL
1.6 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."
|
|
|
|
[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>
|
|
""" |