-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
228 lines (187 loc) · 6.57 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
# Site settings
baseURL = "http://example.org/"
languageCode = "en-us"
title = "Josh Asbury"
theme = "forty"
[markup.goldmark.renderer]
unsafe = true
# Enter your tracking code to enable Google Analytics
googleAnalytics = "UA-613249-19"
# Enter your disqus shortname to enable comments
disqusShortname = ""
[params]
# You can use Markdown syntax for urls [text](//url.to/source)
# To create multi-line text in strings use the """example Text""" format
#
# All icons using Fontawesome's icon font. Look at fontawesome.io/icons
# for more icons. The icons are represented by their corresponding
# CSS class.
# Provide your metadata here.
name = "Josh Asbury"
description = "Your description"
# Link custom assets relative to /static
custom_css = []
custom_js = []
favicon = "favicon.ico"
# Just a custom image variable, please define it in .md files for content.
image = ""
# 404 error customization
[params.error404]
heading = "Page couldn't be found"
text = "Please visit [this page](/)"
# Navigation Section
[params.navigation]
title = "Josh Asbury"
subtitle = "Profile and Projects"
menu = "Menu"
# Optional logo as brand stored in img/
# logo = "logo.png"
[[params.navigation.links]]
name = "Home"
url = "#"
[[params.navigation.links]]
name = "blog"
url = "blog"
[[params.navigation.links]]
name = "Generic Blog"
url = "blog/ipsum"
[[params.navigation.links]]
name = "Elements"
url = "elements.html"
# Add custom links here by uncommenting code below. To remove links just delete
# the [[params.navigation.links]] map associated with that link. Copy and paste
# code below if you need more links. Buttons work in the same way.
# [[params.navigation.links]]
# name = "NameOfLink"
# url = "UrlOfLink"
# Button Style 1
#[[params.navigation.button1]]
# name = "Get Started"
# url = "blog"
# Button Style 2
#[[params.navigation.button2]]
# name = "Log In"
# url = "#"
# Banner section
[params.banner]
# To change the background image on the homepage banner, replace 'banner.jpg' in
# the 'static/img' folder.
title = "Hi, my name is Josh Asbury"
subtitle = "HERE ARE SOME OF THE THINGS I AM WORKING ON."
buttonText = "Learn More"
# Tiles Section
[params.tiles]
enable = true
# Display your showcases here.
[[params.tiles.showcase]]
title = "Supply Chain Automation"
subtitle = "Best practices for 3PLs and Freight Brokers seeking to automate freight settlement."
image = "blog-trucks-header.jpg"
#url = "blog/aliquam"
url = "supply-chain"
#[[params.tiles.showcase]]
# title = "Marketing"
# subtitle = "Make the most of your marketing and communications."
# image = "pic02.jpg"
#url = "blog/tempus"
# url = "marketing"
[[params.tiles.showcase]]
title = "Sales and Sales Operations"
subtitle = "Build a scalable growth engine."
image = "blog-header-dollar-icon.jpg"
#url = "blog/magna"
url = "sales"
#[[params.tiles.showcase]]
# title = "Technology"
# subtitle = "A roundup of technologies I use for Sales, Marketing, Web Design, and Social Media."
# image = "pic04.jpg"
#url = "blog/ipsum"
# url = "technology"
#[[params.tiles.showcase]]
# title = "Consequat"
# subtitle = "Ipsum Dolor Sit Amet"
# image = "pic05.jpg"
# url = "blog/ipsum"
#[[params.tiles.showcase]]
# title = "Etiam"
# subtitle = "Feugiat Amet Tempus"
# image = "pic06.jpg"
# url = "blog/ipsum"
# You can make more showcases by copy and pasting the code above
[params.blog]
# All blogs defined in their own files. You can find example blogs
# at 'exampleSite/content/blog'. Copy the 'blog' folder into the 'content' directory
# at the root of this Hugo site.
# For more informtion take a look at the README.
# To add more blogs just copy and paste the code.
# Section Type Two
#[params.two]
# enable = true
# title = "Massa libero"
# subtitle = """Nullam et orci eu lorem consequat tincidunt vivamus et sagittis libero.
# Mauris aliquet magna magna sed nunc rhoncus pharetra.
# Pellentesque condimentum sem. In efficitur ligula tate urna. Maecenas laoreet massa vel lacinia pellentesque lorem ipsum dolor.
# Nullam et orci eu lorem consequat tincidunt. Vivamus et sagittis libero.
# Mauris aliquet magna magna sed nunc rhoncus amet pharetra et feugiat tempus."""
# buttonText = "Get Started"
# url = "blog"
# Contact section
[params.contact]
enable = true
buttonSend = "Send message"
buttonClear = "Clear"
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below and uncomment
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
# formEmail = "[email protected]"
# Contact Section
# You can add multiple emails, phone numbers, or addresses
# by copying the corresponding map with frontmatter code.
[[params.contact.email]]
title = "Email"
email = "[email protected]"
[[params.contact.phone]]
title = "Phone"
phone = "(513) 341-5024"
[[params.contact.address]]
title = "Proudly based out of"
#street = "Proudly based out of"
city = "Hamilton, OH"
country = "USA"
# Footer section
[params.footer]
enable = true
copyright = "Josh Asbury"
# Uses font awesome icons
[[params.footer.social]]
icon = "fa-linkedin"
url= "https://www.linkedin.com/in/joshasbury/"
label = "LinkedIn"
[[params.footer.social]]
icon = "fa-twitter"
url= "https://twitter.com/joshasbury"
label = "Twitter"
# [[params.footer.social]]
# icon = "fa-facebook"
# url= "https://www.facebook.com"
# label = "Facebook"
[[params.footer.social]]
icon = "fa-instagram"
url= "https://www.instagram.com/josh.asbury/"
label = "Instagram"
[[params.footer.social]]
icon = "fa-github"
url= "https://www.github.com"
label = "GitHub"
[[params.footer.quicklinks]]
text = "Design: "
url= "https://www.html5up.net"
alt = "HTML5 UP"