forked from EclipseFdn/sparkplug.eclipse.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
69 lines (60 loc) · 2.19 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
baseurl = "https://sparkplug.eclipse.org/"
DefaultContentLanguage = "en"
title = "Eclipse Sparkplug"
theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml"
googleAnalytics = "UA-910670-30"
disableKinds = []
themesDir = "node_modules/"
enableRobotsTXT = true
pluralizeListTitles = false
[Params]
google_tag_manager = "GTM-5WLCZXC"
description = "The Eclipse Sparkplug Working Group seeks to drive the evolution and adoption of the Eclipse Sparkplug protocol and related MQTT-based technologies that enable the creation of open, collaborative, interoperable, and scalable Industrial IoT (IIoT) solutions and provide support for Industry 4.0."
seo_title_suffix = " | The Eclipse Foundation"
keywords = ["Internet of Things", "Industrial Internet of Things", "MQTT", "Interoperability", "Sparkplug", "specification", "Sparkplug Specification", "protocol", "Sparkplug Procotol", "open source"]
logo = "images/sparkplug/sparkplug-logo-white-no-tagline.svg"
styles = "css/styles.css"
favicon = "images/sparkplug/favicon/favicon.ico"
share_img = "images/sparkplug/social-image-sparkplug.png"
gcse = "011805775785170369411:p3ec0igo0qq"
js = "js/solstice.js"
header_wrapper_class = " featured-section-darken header-default-bg-img"
logo_width = "210"
header_left_classes = "col-sm-7"
main_menu_wrapper_classes = "col-sm-17 margin-top-25"
[taxonomies]
category = "categories"
tag = "tags"
membership_level = "membership_levels"
participation_level = "participation_levels"
[Author]
name = "Christopher Guindon"
website = "https://www.eclipse.org"
email = "[email protected]"
facebook = "eclipse.org"
twitter = "EclipseFdn"
youtube = "EclipseFdn"
googleplus = "+Eclipse"
linkedin = "company/eclipse-foundation/"
[permalinks]
news = "/:sections/:year/:month/:day/:slug/"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
[[menu.main]]
name = "About"
url = "/about/faq"
weight = 1
[[menu.main]]
name = "Members"
url = "/#members"
weight = 2
[[menu.main]]
name = "Testimonials"
url = "/#testimonials"
weight = 2
[[menu.main]]
name = "Join"
url = "https://accounts.eclipse.org/contact/membership"
weight = 2