forked from EclipseFdn/ecdtools.eclipse.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
109 lines (94 loc) · 2.92 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
98
99
100
101
102
103
104
105
106
107
108
109
baseurl = "https://ecdtools.eclipse.org/"
DefaultContentLanguage = "en"
title = "Eclipse ecdtools"
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 Cloud Development Tools Working Group drives the evolution and broad adoption of de facto standards for cloud development tools, including language support, extensions, and developer workspace definition."
seo_title_suffix = " | The Eclipse Foundation"
keywords = ["Cloud developer tools", "Cloud-based developer tools", "Cloud native applications","Open source", "Vendor-neutral", "Multi-language support", "Extensions", "Marketplaces", "Developer workspace", "In-browser IDE", "Building", "Testing", "Debugging", "Industry collaboration"]
logo = "images/ecdtools/ecdtools-logo.svg"
styles = "css/styles.css?v1.1"
favicon = "images/ecdtools/favicon/favicon.ico"
share_img = "images/ecdtools/ecdtools-social-share.png"
gcse = ""
js = "js/solstice.js"
header_wrapper_class = " featured-section-darken"
logo_width = "250"
header_left_classes = "col-sm-7"
main_menu_wrapper_classes = "col-sm-17 margin-top-30"
projects_working_group = "cloud-development-tools"
news_count = 3
featured_content_publish_target = "ecd_tools"
linkedin_url = "https://www.linkedin.com/showcase/ecd-tools/"
jumbotron_bg_class = "header-default-bg-img"
[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 = "ECDTools"
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"
weight = 1
[[menu.main]]
name = "Projects"
url = "/projects"
weight = 2
[[menu.main]]
name = "Adopters"
url = "/adopters"
weight = 3
[[menu.main]]
name = "Membership"
url = "/membership"
weight = 4
[[menu.main]]
name = "Resources"
url = "/resources"
weight = 5
[[menu.main]]
name = "News & Events"
url = "/resources/news"
weight = 1
parent = "Resources"
[[menu.main]]
name = "Videos"
url = "/resources/videos"
weight = 2
parent = "Resources"
[[menu.main]]
name = "Community"
url = "/resources/community"
weight = 3
parent = "Resources"
[[menu.main]]
name = "Blogs"
url = "/resources/blogs"
weight = 4
parent = "Resources"
[[menu.main]]
name = "Other Resources"
url = "/resources/other-resources"
weight = 5
parent = "Resources"