-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
445 lines (395 loc) · 14.8 KB
/
config.yaml
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
baseURL: "https://jle.one"
languageCode: "en-us"
title: "JLE Business Tech Advisors"
theme: hugo-profile
outputs:
home:
- "HTML"
- "RSS"
- "JSON"
page:
- "HTML"
- "RSS"
Paginate: 10
enableRobotsTXT: true
# disqusShortname: your-disqus-shortname
googleAnalytics: G-FF5ML6MFX9
markup:
goldmark:
renderer:
unsafe: true
Menus:
main:
- identifier: FAQs
name: FAQs
title: FAQs
url: /faqs
weight: 1
# - identifier: gallery
# name: Gallery
# title: Blog posts
# url: /gallery
# weight: 2
#Dropdown menu
# - identifier: dropdown
# title: Example dropdown menu
# name: Dropdown
# weight: 3
# - identifier: dropdown1
# title: example dropdown 1
# name: example 1
# url: /#
# parent: dropdown
# weight: 1
# - identifier: dropdown2
# title: example dropdown 2
# name: example 2
# url: /#
# parent: dropdown
# weight: 2
params:
blogSubtitle: "30 second primers to various technologies and solutions with analogies to help demystify the technology"
title: "JLe"
description: Data solutions for your business
# staticPath: "" # The path to serve the static files from
favicon: "/fav.png"
# Whether to serve bootstrap css and js files from CDN or not. Can be set to true, "css" or "js" to choose between
# serving both, only the css, or only the js files through the CDN. Any other value will make so that CDN is not used.
# Note the lack of "" in true, it should be of boolean type.
useBootstrapCDN: false
# If you want to load dynamically responsive images from Cloudinary
# This requires your images to be uploaded + hosted on Cloudinary
# Uncomment and change YOUR_CLOUD_NAME to the Cloud Name in your Cloudinary console
# cloudinary_cloud_name: "YOUR_CLOUD_NAME"
# Whether to add mathjax support on all pages. Alternatively, you can opt-in per page by adding `mathjax: true` in the frontmatter.
mathjax: false
# Whether the fade animations on the home page will be enabled
animate: true
theme:
disableThemeToggle: true
defaultTheme: "light" # dark
font:
fontSize: 1rem # default: 1rem
fontWeight: 400 # default: 400
lineHeight: 1.5 # default: 1.5
textAlign: left # default: left
# color preference
# color:
# textColor:
# secondaryTextColor:
# backgroundColor:
# secondaryBackgroundColor:
# primaryColor:
# secondaryColor:
# darkmode:
# textColor:
# secondaryTextColor:
# backgroundColor:
# secondaryBackgroundColor:
# primaryColor:
# secondaryColor:
# If you want to customize the menu, you can change it here
navbar:
align: ms-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto
brandLogo: "/logo.png" #
# showBrandLogo: false # Show brand logo in nav bar | default is true
brandName: "Business Tech Advisors" # Brand name for the brand | default is the title variable
disableSearch: true
# searchPlaceholder: "Search"
stickyNavBar:
enable : true
showOnScrollUp : true
menus:
disableAbout: false
disableExperience: false
disableEducation: false
disableProjects: false
disableAchievements: false
disableContact: false
# Hero
hero:
enable: true
intro: "We help build your..."
title: "Technology Foundation."
# subtitle: "Build your technology foundation"
content: "Form your comprehensive toolset of technologies with us today."
image: /images/dashboard.jpg
bottomImage:
enable: true
# roundImage: true # Make hero image circular | default false
button:
enable: true
name: "Book Your Free 30min Consultation"
url: "/#contact"
download: false
newPage: false
# socialLinks:
# fontAwesomeIcons:
# - icon: fab fa-github
# url: https://example.com
# - icon: fab fa-x-twitter
# url: https://example.com
# customIcons:
# - icon: /fav.png
# url: "https://example.com"
# About
about:
enable: true
title: "Our Philosophy"
image: "/images/colab.jpg"
content: |-
We've come a long way with technology and it's very easy to complicate and get overwhelmed with the technologies we use.
At JLE Business Tech Advisors, we're focused on keeping technology simple and helping you understand the tools in your business.
Implementation is only one step of the journey - we ensure to provide you with all your options to meet the needs during your growth.
We offer our services to Sydney's local businesses. Contact us today to find out how we can help.
skills:
enable: false
title: "Here are a few technologies I've been working with recently:"
items:
- "HTML"
- "CSS"
- "JavaScript"
- "React"
- "Node"
- "Express"
# Experience
experience:
enable: true
title: "Your potential stack."
subtitle: "What your business could have in the toolkit."
items:
- job: "Tracking your website traffic"
company: "Web Analytics"
featuredLink:
enable: false
info:
enable: false
content: |
Connect your website with web analytic technologies such as Google Analytics and Google Tag Manager.
Why?
- Understand the traffic of your website
- Track events and conversions linked to your media advertising to understand your ROI
- Unlock audience segmentation and retargeting
- job: "Enterprise Resource Planning"
company: "ERP"
featuredLink:
enable: false
info:
enable: false
content: |
Need a one stop shop for running your business? An ERP may be something worth considering to consolidate varying different locations of data.
Some of the many things you can do...
- Generate Invoices and manage
- Stock Management
- Integrated shopfront
- Customer Relationship Management (CRM)
- Human Resource Management (HRM)
Of course, you could always have seperate solutions specialised in each area for your stack.
- job: "Data Solutions"
company: "Data Enablement"
featuredLink:
enable: false
info:
enable: false
content: |
If you want to have a data-led approach to making decisions, it's important to make sure you have solutions to
- Collect your from various sources
- Store your data in one place
- Visualise your data in an easy to understand way
- job: "Managing Organic and Paid Media"
company: "Media Management"
featuredLink:
enable: false
info:
enable: false
content: |
Keeping connected to your audience through media channels is vital to stay top-of-mind. For any channel you want to be on, keep it easy to post content across the platforms
- Lead backend developer for a product.
- Created a frontend design for a product.
- job: "Custom Scripts"
company: "Workflow Automation"
featuredLink:
enable: false
info:
enable: false
content: |
Python is one of the most popular programming languages due to it's ease of development. If you have any tasks that you do manually, you can be sure that you'd be able to script up something in Python and run it automatically for you.
- job: "Your own Wiki"
company: "Business Knowledgebase"
featuredLink:
enable: false
info:
enable: false
content: |
Your business should have it's own brain. Keeping a knowledge base for your business can help you
- Establish processes for the business
- Ease the onboarding process for new hires
- Keep a track of when and why things happen in your business
There are plenty of solutions out there to store all your knowledge
# Education
education:
enable: false
# title: "Custom Name"
index: false
items:
- title: "Master of Business Administration"
school:
name: "University of California, Berkeley"
url: "https://example.org"
date: "2013 - 2015"
GPA: "3.8 out of 5.0"
content: |-
Extracurricular Activities
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
- Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
- title: "Bachelor of Science in Computer Science"
school:
name: "Massachusetts Institute of Technology"
url: "https://example.org"
date: "2009 - 2013"
GPA: "3.9 out of 5.0"
content: |-
I Publiced two papers in the ACM SIGCHI Conference on Artificial Intelligence.
- [Fast and Accurate Object Detection with a Single Convolutional Neural Network](https://example.com)
- Face mask detection using a single convolutional neural network.
Extracurricular Activities
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
- Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.
featuredLink:
enable: true
name: "My academic record"
url: "https://example.com"
- title: "High School"
school:
name: "Thomas Jefferson High School for Science and Technology."
url: "https://example.org"
GPA: "4.2 out of 5.0"
featuredLink:
enable: true
url: "https://example.com"
# Achievements
achievements:
enable: true
title: "Services"
items:
- title: Workflow Automation
content: Automate all those tedious tasks you do daily
#url: https://example.com
# image: /images/achievment.jpg
- title: Data Analytics
content: Bring you closer to your data and make decisions easily
# image: /images/achievment.jpg
- title: In-house Solutions
content: Setting up the right solutions for your needs
#url: "https://github.com/gurusabarish/hugo-profile"
# image: /images/achievment.jpg
- title: Website Analytics
content: Understand traffic to your website and unlock audiences in your media strategy
- title: Media and Marketing Technologies
content: Help you track conversions and stay connected to your customers with marketing automation
# url: https://example.com
- title: Financial Bookkeeping and Analysis
content: Keep your financial records up to date and integrated into your data analytics
# projects
projects:
enable: false
# title: "Custom Name"
items:
- title: Hugo Profile
content: A highly customizable and mobile first Hugo template for personal portfolio and blog.
image: /images/projects/profile.png
featured:
name: Demo
link: https://hugo-profile.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fa fa-envelope
url: mailto:?subject=Hugo%20Profile%20Template&body=Check%20it%20out:%20https%3a%2f%2fhugo-profile.netlify.app%2fblog%2fmarkdown-syntax%2f
- icon: fab fa-github
url: https://github.com/gurusabarish/hugo-profile
- icon: fab fa-twitter
url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: Image Converter
content: A web app to convert image to pdf, png to jpg, png to jpg and png to webp without database using django.
image: /images/projects/converter.jpg
featured:
name: Demo
link: https://django-converter.herokuapp.com
badges:
- "Django"
- "Bootstrap"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/converter
- title: Hugo Profile V2
content: A clean and simple Hugo template for personal portfolio and blog.
image: /images/projects/profile2.jpg
featured:
name: Demo V2
link: https://hugo-profile-2.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/HugoProfileV2
#Contact
contact:
enable: true
# title: "Custom Name"
content: |
Book in a free 30min consultation now.
Otherwise send us an email and we'll get back to you as soon as we can.
email: [email protected]
btnName: Contact Us
# formspree:
# enable: true # `contact.email` value will be ignored
# formId: abcdefgh # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
# emailCaption: "Enter your email address"
# messageCaption: "Enter your message here"
footer:
recentPosts:
path: "blogs"
count: 3
title: Recent Posts
enable: false
disableFeaturedImage: false
# socialNetworks:
# github: https://github.com
# linkedin: https://linkedin.com
# twitter: https://twitter.com
# instagram: https://instagram.com
# facebook: https://facebook.com
# List pages like blogs and posts
listPages:
disableFeaturedImage: true
# Single pages like blog and post
singlePages:
readTime:
enable: false
content: "min read"
scrollprogress:
enable: true
# For translations
terms:
read: "Read"
toc: "Table Of Contents"
copyright: "All rights reserved"
pageNotFound: "Page not found"
emailText: "Check out this site"
datesFormat:
article: "Jan 2, 2006"
articleList: "Jan 2, 2006"
articleRecent: "Jan 2, 2006"
customScripts: | # You can add custom scripts which will be added before </body> tag
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FF5ML6MFX9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FF5ML6MFX9');
</script>