forked from Custobar/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
49 lines (49 loc) · 1.04 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
baseURL = "/"
enableRobotsTXT = true
languageCode = "en-us"
theme = "custobar"
title = "Custobar"
[params]
metaDescription = "Custobar"
shareDescription = "Custobar"
shareImage = "/uploads/2017/11/26/share.jpg"
shareTitle = "Custobar"
[params.header.logo]
src = "images-theme/custobar_logo.png"
alt = "Custobar"
url = "/"
[params.header.button]
title = "Book a demo"
url = "/"
[[params.topNavigation]]
title = 'Features'
url = '/#features'
[[params.topNavigation]]
title = 'Pricing'
url = '/#pricing'
[[params.topNavigation]]
title = 'Support'
url = '/#supprot'
[[params.topNavigation]]
title = 'Partners'
url = '/#partners'
[[params.topNavigation]]
title = 'Blog'
url = '/#blog'
[params.copyright]
text = 'Copyright © 2018 Custobar '
[params.privacy_link]
text = "Privacy Policy"
url = "/"
[[params.socialNetwork]]
icon = "images-theme/linkedin.png"
title = "linkedin"
link = "/"
[[params.socialNetwork]]
icon = "images-theme/facebook.png"
title = "Facebook"
link = "/"
[[params.socialNetwork]]
icon = "images-theme/twitter.png"
title = "Twitter"
link = "/"