-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
67 lines (61 loc) · 1.38 KB
/
config.toml
File metadata and controls
67 lines (61 loc) · 1.38 KB
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
baseURL = 'http://mobconverge.com/'
languageCode = 'en-us'
title = 'Mobconverge, LLC'
theme = "hugo-initio"
[params]
name = "Mobconverge LLC"
description = "Software Engineering Services"
email = "info@mobconverge.com"
phone = ""
address = ""
year = 2023
avatar = "images/logo-small.png"
avatarclass = "circle"
banner = "images/background.jpg"
background = ""
favicon = "images/gt_favicon.png"
DateForm = "January 2, 2006"
showSubheader = true
showServices = true
showRecentWorks = true
showDownloads = false
showClients = true
showFooterContact = true
showFooterFollowMe = true
showFooterTextWidget = false
showFooterFormWidget = false
[[menu.main]]
name = "home"
url = "/"
weight = 1
[[menu.main]]
name = "blog"
url = "/post/"
weight = 5
[[menu.main]]
name = "about"
url = "/about"
weight = 5
[params.google.analytics]
trackerID = "GA-000000000-0"
[[params.social]]
title = "linkedin"
url = "https://www.linkedin.com/company/mobconverge-llc"
icon = "fab fa-linkedin"
footer = true
sharethis = true
network = "linkedin"
[[params.social]]
title = "github"
url = "https://github.com/mobconverge"
icon = "fab fa-github"
footer = true
sharethis = false
network = ""
[[params.social]]
title = "email"
url = "mailto:info@mobconverge.com"
icon = "fas fa-envelope-square"
footer = true
sharethis = true
network = "email"