34 lines
468 B
TOML
34 lines
468 B
TOML
baseURL = "https://example.com"
|
|
title = "Gallo Welding & Fabrication"
|
|
|
|
theme = "gallo"
|
|
|
|
[menu]
|
|
|
|
[[menu.main]]
|
|
identifier = "about"
|
|
name = "About"
|
|
pre = "info"
|
|
url = "/about/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
identifier = "post"
|
|
name = "Posts"
|
|
pre = "pen-tool"
|
|
url = "/posts/"
|
|
weight = 2
|
|
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
|
|
[params]
|
|
copyName = "John Doe"
|
|
|
|
|
|
[social]
|
|
|
|
[[social.footer]]
|
|
platform = "Instagram" # Support platforms are Instagram & Email
|
|
url = "https://example.com"
|