-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
97 lines (87 loc) · 2.27 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
baseURL = 'https://cloudpirates.github.io'
languageCode = 'en-us'
paginate = 6
theme= "coHub"
title = 'Cloud Pirates'
[Menu]
# Main Menu
[[menu.Main]]
name = "Mission"
url= "#mission"
weight = 1
[[menu.Main]]
name = "Gallery"
url= "#gallery"
weight = 2
[[menu.Main]]
name = "Features"
url= "#service"
weight = 3
[[menu.Main]]
name = "Blog"
url= "#blog"
weight = 4
[[menu.Main]]
name = "Pricing"
url= "#pricing"
weight = 5
[[menu.Main]]
name = "About"
url= "/about/"
weight = 7
[[menu.Main]]
name = "FAQ"
url= "#faq"
weight = 6
[[menu.Main]]
name = "Contact"
url= "/contact/"
weight = 8
# Sitemap Menu
[[menu.sitemap]]
name = "Privacy Policy"
url = "/privacy/"
weight = 1
[[menu.sitemap]]
name = "Terms"
url = "/terms/"
weight = 2
[markup.goldmark.renderer]
unsafe = true
[params]
aboutPageURL = "blog"
contactLink = "contact"
copyright = '© {year} Cloud Pirates B.V. <a href="https://creativecommons.org/licenses/by/4.0/">Some rights reserved</a>.'
formspreeURL = "https://formspree.io/f/xyyvyyzo"
googleAnalytics = "G-2JVEKLC0CH"
logo = "images/skull.png"
footerlogo = "images/bottom.png"
footerDescription = "A collaborative space for cloud native, data and DevOps engineers"
[params.address]
address = "Piet Heinkade 217, 1087AW, Amsterdam, The Netherlands <br> +31-643197789 <a href='mailto:[email protected]'>info [at] cloudpirates.nl</a>"
email = "[email protected]"
openingDesc = "Give us a call or drop by anytime, we endeavour to answer all enquiries within 24 hours on business days."
openingHours = "We are open from 9am — 5pm week days."
phone = "+(31) 643197789"
[params.map]
APIkey = "AIzaSyD2vPYYzrF2d_EAqc_5oA7G4mnpggy78AQ"
latitude = "52.375686"
longitude = "4.926027"
pinImage = "images/pin.png"
# Socail icons
[[params.social]]
icon = "ti-facebook"
url = "https://www.facebook.com/cloudpiratesams"
weight = 1
[[params.social]]
icon = "ti-twitter-alt"
url = "https://twitter.com/cloudpiratesnl"
weight = 2
[[params.social]]
icon = "ti-linkedin"
url = "https://www.linkedin.com/company/cloud-pirates/"
weight = 3
[[params.social]]
icon = "ti-instagram"
url = "https://www.instagram.com/cloudpirates_official/"
weight = 4