76 lines
1.6 KiB
TOML
76 lines
1.6 KiB
TOML
baseurl = "https://gallowelds.com"
|
|
metaDataFormat = "yaml"
|
|
title = "Gallo Welding & Fab"
|
|
theme = "blist"
|
|
|
|
DefaultContentLanguage = "en"
|
|
DefaultContentLanguageInSubdir = true
|
|
[languages]
|
|
[languages.en]
|
|
contentDir = "content"
|
|
weight = 1
|
|
languageName = "English"
|
|
[languages.en.params]
|
|
introTitle = "Gallo Welding & Fabrication"
|
|
introSubtitle = "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. They are proud supporters of the LGBTQIA+ community, valuing diversity and maintaining."
|
|
introPhoto = "/wide.webp"
|
|
logo = "/gallo_welding_inverted.webp"
|
|
logoStyle = "filter: invert(1);"
|
|
[[languages.en.menu.main]]
|
|
name = "Blog"
|
|
url = "blog"
|
|
weight = 1
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "About"
|
|
url = "page/about/"
|
|
weight = 2
|
|
|
|
[[languages.en.menu.main]]
|
|
name = "Tags"
|
|
url = "tags"
|
|
weight = 3
|
|
|
|
[params]
|
|
|
|
darkModeToggle = false
|
|
|
|
enableSearch = false
|
|
|
|
copyright = "Copyright © Gallo Welding · All rights reserved"
|
|
favicon = "/favicon.svg"
|
|
|
|
accentColor = "bg-stone-200"
|
|
darkAccentColor = "bg-stone-950"
|
|
|
|
frontBundle = "catalog"
|
|
|
|
hideMeta = false
|
|
|
|
hideOtherLanguages = false
|
|
|
|
toc = false
|
|
|
|
hidePageThumbnail = false
|
|
|
|
[params.homepage.social]
|
|
|
|
title = "Contact"
|
|
description = ""
|
|
|
|
[[params.homepage.social.icons]]
|
|
website = "instagram"
|
|
url = "https://www.instagram.com/gallowelds"
|
|
[[params.homepage.social.icons]]
|
|
website = "email"
|
|
url = "mailto:iangalloart@gmail.com"
|
|
|
|
[[menu.main]]
|
|
name = "About"
|
|
url = "/about"
|
|
|
|
[build]
|
|
writeStats = true
|
|
|
|
[outputs]
|
|
home = ["HTML"]
|