This repository has been archived by the owner on Mar 14, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.toml
131 lines (113 loc) · 2.98 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
baseurl = "https://lts.eclipse.org/"
DefaultContentLanguage = "en"
title = "Eclipse LTS"
theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml"
#googleAnalytics = "U"
disableKinds = []
themesDir = "node_modules/"
enableRobotsTXT = true
pluralizeListTitles = false
[Params]
google_tag_manager = "GTM-5WLCZXC"
description = "Eclipse LTS enables long term maintenance for Eclipse technologies to help adopters to stay on top of regular software updates to avoid problems upfront, as well as to react to problems that impede users."
seo_title_suffix = " | The Eclipse Foundation"
keywords = ["eclipse lts", "lts", "open source lts", "eclipse lts"]
gcse = "011805775785170369411:p3ec0igo0qq"
js = "js/solstice.js"
# logo = ""
# styles = "css/styles.css"
# favicon = ""
# share_img = ""
header_wrapper_class = "header-default-bg-img"
# logo_width = ""
# header_left_classes = ""
# main_menu_wrapper_classes = ""
featured_content_publish_target = "eclipse_org"
[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 = "Projects"
url = "/projects/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Resources"
url = "/resources/"
weight = 3
[[menu.main]]
name = "FAQ"
url = "/about/faq/"
weight = 4
# GET SUPPORT Sidebar
[[menu.sidebar]]
name = "GET SUPPORT"
weight = 1
identifier = "home"
[[menu.sidebar]]
parent = "home"
name = "Subscribe"
url = "https://accounts.eclipse.org/mailing-list/lts-iwg"
weight = 2
identifier = "subscribe"
[[menu.sidebar]]
parent ="home"
name = "Get help"
url = "/about/request-help/"
weight = 3
identifier = "get-help"
# LTS FLYOVER Sidebar
[[menu.sidebar]]
name = "LTS FLYOVER"
weight = 4
identifier = "flyover"
[[menu.sidebar]]
parent = "flyover"
name = "How It Works?"
url = "/about/how-does-it-work/"
weight = 5
identifier = "how-does-it-work"
[[menu.sidebar]]
parent ="flyover"
name = "Business Opportunities"
url = "/about/business-opportunities/"
weight = 6
identifier = "business-opportunities"
[[menu.sidebar]]
parent ="flyover"
name = "Criteria for being LTS ready"
url = "/about/criteria-being-lts-ready/"
weight = 7
identifier = "criteria-being-lts-ready"
[[menu.sidebar]]
parent ="flyover"
name = "LTS Infrastructure"
url = "/about/infrastructure/"
weight = 8
identifier = "infrastructure"
[[menu.sidebar]]
parent ="flyover"
name = "Need Help With An Older Release?"
url = "/about/request-help/"
weight = 9
identifier = "request-help"