86 lines
1.3 KiB
TOML
86 lines
1.3 KiB
TOML
baseURL = 'https://example.org/'
|
|
languageCode = 'de-de'
|
|
title = 'vanilla.engineering'
|
|
theme = 've_main_theme2'
|
|
|
|
summaryLength = 20
|
|
|
|
[params]
|
|
title = "Up Business"
|
|
description = "We specialize in providing services to desing websites, applications, build and maintain business for customers."
|
|
images = [ "images/hero-image.png" ]
|
|
logo = "arrow-up.png"
|
|
location = [
|
|
"3891 Ranchview Dr. Richardson, California 62639"
|
|
]
|
|
contact = [ "trungkienspktnd@gamail.com", "207.555.0119" ]
|
|
copyright = "© 2022 Up Business All Rights Reserved"
|
|
|
|
[params.favicons]
|
|
themeColor = "#FFFFFF"
|
|
backgroundColor = "#FFFFFF"
|
|
faviconColor = "#000000"
|
|
|
|
|
|
|
|
[[menus.main]]
|
|
name = "Home"
|
|
url = "/#hero"
|
|
weight = 1
|
|
|
|
[[menus.main]]
|
|
name = "How we work"
|
|
url = "/test"
|
|
weight = 2
|
|
|
|
[[menus.main]]
|
|
name = "Our team"
|
|
url = "/about"
|
|
weight = 3
|
|
|
|
[[menus.main]]
|
|
name = "Pricing"
|
|
url = "/#"
|
|
weight = 4
|
|
|
|
[[menus.main]]
|
|
name = "Blog"
|
|
url = "/blog"
|
|
weight = 5
|
|
|
|
[[menus.buttons]]
|
|
name = "Book a call"
|
|
url = "/#"
|
|
weight = 5
|
|
pre = "btn btn-primary text-light"
|
|
|
|
[[menus.footer]]
|
|
name = "Home"
|
|
url = "/#hero"
|
|
weight = 1
|
|
|
|
[[menus.footer]]
|
|
name = "How we work"
|
|
url = "/#"
|
|
weight = 2
|
|
|
|
[[menus.footer]]
|
|
name = "Our team"
|
|
url = "/#"
|
|
weight = 3
|
|
|
|
[[menus.footer]]
|
|
name = "Pricing"
|
|
url = "/#"
|
|
weight = 4
|
|
|
|
[[menus.footer]]
|
|
name = "Blog"
|
|
url = "/blog"
|
|
weight = 5
|
|
|
|
[taxonomies]
|
|
series = "series"
|
|
tags = "tags"
|
|
|
|
|