-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
151 lines (138 loc) · 4.99 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# For local dev baseURL = "http://localhost:8080/"
baseURL = "//www.bravolt.com"
languageCode = "en-us"
title = "Bravo LT | Learning & Technology"
theme = "navigator-hugo"
# We Used Themefisher Icon font for Icon, for more details check this github repository - https://github.com/themefisher/themefisher-font
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "About"
identifier = "About"
url = "/about"
weight = 2
[[menu.nav]]
name = "Services"
url = "/service"
weight = 2
[[menu.nav]]
name = "Careers"
url = "/careers"
weight = 4
[[menu.nav]]
name = "Blog"
url = "/blog"
parent = "About"
weight = 5
[[menu.nav]]
name = "We Care"
url = "/care"
parent = "About"
weight = 6
[[menu.nav]]
name = "Contact"
url = "/contact"
parent = "About"
weight = 7
[[menu.nav]]
name = "Raspberry Pi"
url = "/rpi"
parent = "About"
weight = 8
[[menu.nav]]
name = "Agile"
url = "/agile"
weight = 9
[[menu.nav]]
name = "Shop"
url = "https://shop.bravolt.com/collections/all"
weight = 10
[[menu.nav]]
name = "COVID-19"
url = "/images/about/bravo-lt-covid-19-response.pdf"
weight = 11
# Footer Service Menu
[[menu.service]]
name = "Custom Technology Solutions"
url = "/service"
weight = 1
[[menu.service]]
name = "Team Members"
url = "/service"
weight = 2
[[menu.service]]
name = "In-House Development Team"
url = "/service"
weight = 3
[[menu.service]]
name = "Agile Training"
url = "/agile"
weight = 4
# Footer Quick links Menu
[[menu.quicklink]]
name = "About"
url = "/about"
weight = 1
[[menu.quicklink]]
name = "Contact"
url = "/contact"
weight = 2
[[menu.quicklink]]
name = "Careers"
url = "/careers"
weight = 3
# Site Params
[params]
home = "Home"
logo = "images/logo.png"
dateFormat = "6 January 2006"
footerDescription = "Our mission is to empower our clients, team, and community to succeed through compassion, professionalism, and the power of technology."
# Hero Area Section
[params.hero]
enable = true
heading = "Success through collaboration and the power of technology"
description = "We're a trusted technology partner of Forbes Top 50 companies. We have a reputation of taking time to truly understand your needs, ensuring the technology we build and high-quality service we deliver adds value at every turn and aligns with your business goals."
button = true
btnText = "Explore How We Can Help"
btnURL = "./service"
videoThumb = "images/slider/video-player-thumbs.jpg"
videoURL = "https://youtu.be/gZ0vNGE3_Zo"
# About 2 Section ALYSA TURN BACK ON IF YOU WANT THIS VISIBLE -- remove #
#[params.aboutSm]
# enable = true
# title = "We're a trusted technology partner of 'Forbes Top 50' companies"
# description = "We have a reputation of taking time to truly understand your business needs and we ensure the technology we build aligns with your business objectives. Our mission is to empower our clients, team, and community to succeed through compassion, professionalism, and the power of technology."
# Blog Section On Homepage
[params.blog]
enable = true
#topTitle= "IN THE KNOW INSIGHTS"
title = "Blog"
#subtitle= "IN THE KNOW INSIGHTS"
# Call to Action Section on About Page
[params.cta]
enable = true
bg = "images/call-to-action/call-to-action-bg-2.jpg"
title = "Collaborating for Success"
subtitle= "Whether you need a team member to round out your team, custom technology solutions and consulting, <br>or to collaborate with our in-house team, we're here for you."
btnText = "Contact Us"
# Contact Section
[params.contact]
enable = true
#topTitle= "DROP US A NOTE"
#title = "Contact Us"
#subtitle= "We're here to help you succeed through collaboration and the power of technology."
address = "40 Monroe Center NW, Suite 11 <br> Grand Rapids, MI 49503"
phone = "(616) 259-7568"
instagram = "https://www.instagram.com/bravo_lt"
twitter = "https://twitter.com/bravo_lt"
linkedin= "https://www.linkedin.com/company/bravo-learning-technologies"
facebook= "https://www.facebook.com/BravoLT"
github= "https://github.com/bravolt"
# hrefTargetBlank = true
#
[deployment]
[[deployment.targets]]
name = "s3"
URL = "s3://www.bravolt.com?region=us-east-1"
cloudFrontDistributionID = "E24ZOIJF79BO2Z"