forked from EclipseFdn/ecdtools.eclipse.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
71 lines (62 loc) · 2.24 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
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-white.svg"
styles = "css/styles.css"
favicon = "images/ecdtools/favicon/favicon.ico"
share_img = "images/ecdtools/social-share-image.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"
projects_working_group = "cloud-development-tools"
news_count = 3
[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