This repository has been archived by the owner on Oct 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
74 lines (57 loc) · 1.75 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
baseURL = ""
languageCode = "en-us"
title = "Securely using Cryptography with CogniCrypt"
theme = "hugo-solstice-theme"
[permalinks]
news = "/:sections/:slug/"
[[menu.main]]
name = "Downloads"
weight = -150
identifier = "downloads"
url= "/downloads/"
[[menu.main]]
name = "Documentation"
weight = -100
identifier = "documentation"
url= "/documentation/"
[[menu.main]]
name = "Contributing"
weight = -70
identifier = "contributing"
url= "/contributing/"
[[menu.main]]
name = "News"
weight = -50
identifier = "news"
url= "/news/"
DefaultContentLanguage = "en"
metaDataFormat = "yaml"
#googleAnalytics = "UA-910670-30"
disableKinds = ["cloud", "devices", "events", "gateway", "hardware", "member", "news", "open-iot-challenge-entries", "resources"]
paginate = 6
buildFuture = true
[Params]
description = "iot.eclipse.org is where you can learn about the technologies developed at Eclipse to make Internet of Things (IoT) development simpler. These technologies aim at establishing an open, end-to-end, IoT stack."
subtitle = ""
seo_title_suffix = " | CogniCrypt"
keywords = [""]
# logo = "assets/images/iot-logo.png"
styles = "assets/css/bootstrap.css"
js = "assets/js/main.js"
favicon = "favicon.ico"
# share_img = "site_preview.jpg"
# gcse = "011805775785170369411:p3ec0igo0qq"
# header_wrapper_class = "header-default-bg-img"
# subtheme = "jakarta"
# call_for_action_text = ""
# call_for_action_url = ""
# call_for_action_icon = ""
[Author]
name = "Eclipse Foundation"
website = "https://www.eclipse.org"
email = "[email protected]"
# facebook = "eclipseiot"
# twitter = "CogniCrypt"
# youtube = "EclipseFdn"
# googleplus = "+Eclipse"
# linkedin = "company/eclipse-foundation/"