eclipsefdn-hugo-solstice-theme 1.0.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config.toml +403 -7
- package/exampleSite/config/_default/config.toml +2 -2
- package/layouts/_default/baseof.html +0 -1
- package/layouts/partials/breadcrumbs.html +11 -5
- package/layouts/partials/featured_story.html +16 -9
- package/layouts/partials/footer.html +16 -10
- package/layouts/partials/footer_js.html +1 -1
- package/layouts/partials/footer_links/footer-copyright.html +0 -1
- package/layouts/partials/footer_links/footer-eclipse-foundation.html +7 -11
- package/layouts/partials/footer_links/footer-legal.html +6 -5
- package/layouts/partials/footer_links/footer-other.html +6 -8
- package/layouts/partials/footer_links/links.html +0 -2
- package/layouts/partials/footer_links/suffix.html +23 -0
- package/layouts/partials/head.html +1 -1
- package/layouts/partials/header.html +8 -5
- package/layouts/partials/jumbotron.html +84 -47
- package/layouts/partials/main_prefix.html +11 -8
- package/layouts/partials/mega_menu.html +65 -0
- package/layouts/partials/mobile_menu.html +108 -0
- package/layouts/partials/nav.html +59 -55
- package/layouts/partials/navbar.html +38 -61
- package/layouts/partials/sidebar.html +62 -28
- package/layouts/partials/socials.html +22 -16
- package/layouts/partials/toolbar.html +65 -27
- package/layouts/partials/working_group_footer.html +55 -0
- package/package.json +1 -1
- package/webpack.mix.js +4 -4
package/config.toml
CHANGED
|
@@ -53,18 +53,414 @@
|
|
|
53
53
|
[menus]
|
|
54
54
|
_merge = "shallow"
|
|
55
55
|
|
|
56
|
-
[[menu.
|
|
56
|
+
[[menu.astro]]
|
|
57
57
|
name = "Projects"
|
|
58
|
-
url = "https://www.eclipse.org/projects/"
|
|
59
58
|
weight = 1
|
|
59
|
+
identifier = "projects"
|
|
60
|
+
[menu.astro.params]
|
|
61
|
+
description = """
|
|
62
|
+
The Eclipse Foundation is home to the Eclipse IDE, Jakarta EE, and
|
|
63
|
+
hundreds of open source projects, including runtimes, tools,
|
|
64
|
+
specifications, and frameworks for cloud and edge applications, IoT, AI,
|
|
65
|
+
automotive, systems engineering, open processor designs, and many others.
|
|
66
|
+
"""
|
|
60
67
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
68
|
+
|
|
69
|
+
[[menu.astro]]
|
|
70
|
+
name = "Technologies"
|
|
71
|
+
weight = 1
|
|
72
|
+
identifier = "projects-technologies"
|
|
73
|
+
parent = "projects"
|
|
74
|
+
|
|
75
|
+
[[menu.astro]]
|
|
76
|
+
name = "Developer Tools & IDEs"
|
|
77
|
+
url = "https://www.eclipse.org/topics/ide/"
|
|
78
|
+
weight = 1
|
|
79
|
+
parent = "projects-technologies"
|
|
80
|
+
|
|
81
|
+
[[menu.astro]]
|
|
82
|
+
name = "Cloud Native"
|
|
83
|
+
url = "https://www.eclipse.org/topics/cloud-native/"
|
|
84
|
+
weight = 2
|
|
85
|
+
parent = "projects-technologies"
|
|
86
|
+
|
|
87
|
+
[[menu.astro]]
|
|
88
|
+
name = "Edge & IoT"
|
|
89
|
+
url = "https://www.eclipse.org/topics/edge-and-iot/"
|
|
90
|
+
weight = 3
|
|
91
|
+
parent = "projects-technologies"
|
|
92
|
+
|
|
93
|
+
[[menu.astro]]
|
|
94
|
+
name = "Automotive & Mobility"
|
|
95
|
+
url = "https://www.eclipse.org/topics/automotive-and-mobility/"
|
|
96
|
+
weight = 4
|
|
97
|
+
parent = "projects-technologies"
|
|
98
|
+
|
|
99
|
+
[[menu.astro]]
|
|
100
|
+
name = "Projects"
|
|
101
|
+
weight = 2
|
|
102
|
+
identifier = "projects-projects"
|
|
103
|
+
parent = "projects"
|
|
104
|
+
|
|
105
|
+
[[menu.astro]]
|
|
106
|
+
name = "Project Finder"
|
|
107
|
+
url = "https://projects.eclipse.org/"
|
|
108
|
+
weight = 1
|
|
109
|
+
parent = "projects-projects"
|
|
110
|
+
|
|
111
|
+
[[menu.astro]]
|
|
112
|
+
name = "Project Activity"
|
|
113
|
+
url = "https://www.eclipse.org/projects/project_activity.php"
|
|
114
|
+
weight = 2
|
|
115
|
+
parent = "projects-projects"
|
|
116
|
+
|
|
117
|
+
[[menu.astro]]
|
|
118
|
+
name = "Project Resources"
|
|
119
|
+
url = "https://www.eclipse.org/projects/resources/"
|
|
120
|
+
weight = 3
|
|
121
|
+
parent = "projects-projects"
|
|
122
|
+
|
|
123
|
+
[[menu.astro]]
|
|
124
|
+
name = "Specifications"
|
|
125
|
+
url = "https://www.eclipse.org/specifications/"
|
|
126
|
+
weight = 4
|
|
127
|
+
parent = "projects-projects"
|
|
128
|
+
|
|
129
|
+
[[menu.astro]]
|
|
130
|
+
name = "Contribute"
|
|
131
|
+
url = "https://www.eclipse.org/contribute/"
|
|
132
|
+
weight = 5
|
|
133
|
+
parent = "projects-projects"
|
|
134
|
+
|
|
135
|
+
[[menu.astro]]
|
|
136
|
+
name = "Supporters"
|
|
64
137
|
weight = 2
|
|
138
|
+
identifier = "supporters"
|
|
139
|
+
[menu.astro.params]
|
|
140
|
+
description = """
|
|
141
|
+
The Eclipse Foundation is an international non-profit association
|
|
142
|
+
supported by our members, including industry leaders who value open
|
|
143
|
+
source as a key enabler for their business strategies.
|
|
144
|
+
"""
|
|
145
|
+
|
|
146
|
+
[[menu.astro]]
|
|
147
|
+
name = "Membership"
|
|
148
|
+
weight = 1
|
|
149
|
+
identifier = "supporters-membership"
|
|
150
|
+
parent = "supporters"
|
|
65
151
|
|
|
66
|
-
[[menu.
|
|
67
|
-
name = "Members"
|
|
152
|
+
[[menu.astro]]
|
|
153
|
+
name = "Our Members"
|
|
154
|
+
url = "https://www.eclipse.org/membership/explore-membership/"
|
|
155
|
+
weight = 1
|
|
156
|
+
parent = "supporters-membership"
|
|
157
|
+
|
|
158
|
+
[[menu.astro]]
|
|
159
|
+
name = "Member Benefits"
|
|
68
160
|
url = "https://www.eclipse.org/membership/"
|
|
69
161
|
weight = 2
|
|
162
|
+
parent = "supporters-membership"
|
|
163
|
+
|
|
164
|
+
[[menu.astro]]
|
|
165
|
+
name = "Membership Levels & Fees"
|
|
166
|
+
url = "https://www.eclipse.org/membership#tab-levels"
|
|
167
|
+
weight = 3
|
|
168
|
+
parent = "supporters-membership"
|
|
169
|
+
|
|
170
|
+
[[menu.astro]]
|
|
171
|
+
name = "Membership Application"
|
|
172
|
+
url = "https://www.eclipse.org/membership#tab-membership"
|
|
173
|
+
weight = 4
|
|
174
|
+
parent = "supporters-membership"
|
|
175
|
+
|
|
176
|
+
[[menu.astro]]
|
|
177
|
+
name = "Member Resources"
|
|
178
|
+
url = "https://www.eclipse.org/membership#tab-resources"
|
|
179
|
+
weight = 5
|
|
180
|
+
parent = "supporters-membership"
|
|
181
|
+
|
|
182
|
+
[[menu.astro]]
|
|
183
|
+
name = "Member Portal"
|
|
184
|
+
url = "https://membership.eclipse.org/portal"
|
|
185
|
+
weight = 6
|
|
186
|
+
parent = "supporters-membership"
|
|
187
|
+
|
|
188
|
+
[[menu.astro]]
|
|
189
|
+
name = "Sponsorship"
|
|
190
|
+
weight = 1
|
|
191
|
+
identifier = "supporters-sponsorship"
|
|
192
|
+
parent = "supporters"
|
|
193
|
+
|
|
194
|
+
[[menu.astro]]
|
|
195
|
+
name = "Become a Sponsor"
|
|
196
|
+
url = "https://www.eclipse.org/sponsor/"
|
|
197
|
+
weight = 1
|
|
198
|
+
parent = "supporters-sponsorship"
|
|
199
|
+
|
|
200
|
+
[[menu.astro]]
|
|
201
|
+
name = "Sponsor Directory"
|
|
202
|
+
url = "https://www.eclipse.org/org/our-sponsors/"
|
|
203
|
+
weight = 2
|
|
204
|
+
parent = "supporters-sponsorship"
|
|
205
|
+
|
|
206
|
+
[[menu.astro]]
|
|
207
|
+
name = "Collaborations"
|
|
208
|
+
weight = 3
|
|
209
|
+
identifier = "collaborations"
|
|
210
|
+
[menu.astro.params]
|
|
211
|
+
description = """
|
|
212
|
+
Whether you intend on contributing to Eclipse technologies that are
|
|
213
|
+
important to your product strategy, or simply want to explore a specific
|
|
214
|
+
innovation area with like-minded organisations, the Eclipse Foundation is
|
|
215
|
+
the open source home for industry collaboration.
|
|
216
|
+
"""
|
|
217
|
+
|
|
218
|
+
[[menu.astro]]
|
|
219
|
+
name = "Industry Collaborations"
|
|
220
|
+
weight = 1
|
|
221
|
+
parent = "collaborations"
|
|
222
|
+
identifier = "collaborations-industry-collaborations"
|
|
223
|
+
|
|
224
|
+
[[menu.astro]]
|
|
225
|
+
name = "About Industry Collaborations"
|
|
226
|
+
url = "https://www.eclipse.org/collaborations/"
|
|
227
|
+
weight = 1
|
|
228
|
+
parent = "collaborations-industry-collaborations"
|
|
229
|
+
|
|
230
|
+
[[menu.astro]]
|
|
231
|
+
name = "Current Collaborations"
|
|
232
|
+
url = "https://www.eclipse.org/org/workinggroups/explore.php"
|
|
233
|
+
weight = 2
|
|
234
|
+
parent = "collaborations-industry-collaborations"
|
|
235
|
+
|
|
236
|
+
[[menu.astro]]
|
|
237
|
+
name = "About Working Groups"
|
|
238
|
+
url = "https://www.eclipse.org/org/workinggroups/about.php"
|
|
239
|
+
weight = 3
|
|
240
|
+
parent = "collaborations-industry-collaborations"
|
|
241
|
+
|
|
242
|
+
[[menu.astro]]
|
|
243
|
+
name = "About Interest Groups"
|
|
244
|
+
url = "https://www.eclipse.org/collaborations/interest-groups/"
|
|
245
|
+
weight = 4
|
|
246
|
+
parent = "collaborations-industry-collaborations"
|
|
247
|
+
|
|
248
|
+
[[menu.astro]]
|
|
249
|
+
name = "Research Collaborations"
|
|
250
|
+
identifier = "collaborations-research-collaborations"
|
|
251
|
+
weight = 2
|
|
252
|
+
parent = "collaborations"
|
|
253
|
+
|
|
254
|
+
[[menu.astro]]
|
|
255
|
+
name = "Research @ Eclipse"
|
|
256
|
+
url = "https://www.eclipse.org/research/"
|
|
257
|
+
weight = 1
|
|
258
|
+
parent="collaborations-research-collaborations"
|
|
259
|
+
|
|
260
|
+
[[menu.astro]]
|
|
261
|
+
name = "Resources"
|
|
262
|
+
weight = 4
|
|
263
|
+
identifier = "resources"
|
|
264
|
+
[menu.astro.params]
|
|
265
|
+
description = """
|
|
266
|
+
The Eclipse community consists of individual developers and organisations
|
|
267
|
+
spanning many industries. Stay up to date on our open source community
|
|
268
|
+
and find resources to support your journey.
|
|
269
|
+
"""
|
|
270
|
+
|
|
271
|
+
[[menu.astro]]
|
|
272
|
+
name = "Open Source for Business"
|
|
273
|
+
weight = 1
|
|
274
|
+
parent = "resources"
|
|
275
|
+
identifier = "resources-open-source"
|
|
276
|
+
|
|
277
|
+
[[menu.astro]]
|
|
278
|
+
name = "Business Value of Open Source"
|
|
279
|
+
url = "https://www.eclipse.org/org/value/"
|
|
280
|
+
weight = 1
|
|
281
|
+
parent = "resources-open-source"
|
|
282
|
+
|
|
283
|
+
[[menu.astro]]
|
|
284
|
+
name = "Professional Services"
|
|
285
|
+
url = "https://www.eclipse.org/os4biz/services/"
|
|
286
|
+
weight = 2
|
|
287
|
+
parent = "resources-open-source"
|
|
288
|
+
|
|
289
|
+
[[menu.astro]]
|
|
290
|
+
name = "Open Source Program Offices"
|
|
291
|
+
url = "https://www.eclipse.org/os4biz/ospo/"
|
|
292
|
+
weight = 3
|
|
293
|
+
parent = "resources-open-source"
|
|
294
|
+
|
|
295
|
+
[[menu.astro]]
|
|
296
|
+
name = "What's Happening"
|
|
297
|
+
weight = 2
|
|
298
|
+
parent = "resources"
|
|
299
|
+
identifier = "resources-happening"
|
|
300
|
+
|
|
301
|
+
[[menu.astro]]
|
|
302
|
+
name = "News"
|
|
303
|
+
url = "https://newsroom.eclipse.org/"
|
|
304
|
+
weight = 1
|
|
305
|
+
parent = "resources-happening"
|
|
306
|
+
|
|
307
|
+
[[menu.astro]]
|
|
308
|
+
name = "Events"
|
|
309
|
+
url = "https://events.eclipse.org/"
|
|
310
|
+
weight = 2
|
|
311
|
+
parent = "resources-happening"
|
|
312
|
+
|
|
313
|
+
[[menu.astro]]
|
|
314
|
+
name = "Newsletter"
|
|
315
|
+
url = "https://www.eclipse.org/community/eclipse_newsletter/"
|
|
316
|
+
weight = 3
|
|
317
|
+
parent = "resources-happening"
|
|
318
|
+
|
|
319
|
+
[[menu.astro]]
|
|
320
|
+
name = "Press Releases"
|
|
321
|
+
url = "https://newsroom.eclipse.org/news/press-releases"
|
|
322
|
+
weight = 4
|
|
323
|
+
parent = "resources-happening"
|
|
324
|
+
|
|
325
|
+
[[menu.astro]]
|
|
326
|
+
name = "Awards & Recognition"
|
|
327
|
+
url = "https://www.eclipse.org/org/foundation/eclipseawards/"
|
|
328
|
+
weight = 5
|
|
329
|
+
parent = "resources-happening"
|
|
330
|
+
|
|
331
|
+
[[menu.astro]]
|
|
332
|
+
name = "Developer Resources"
|
|
333
|
+
weight = 3
|
|
334
|
+
parent = "resources"
|
|
335
|
+
identifier = "resources-developer"
|
|
336
|
+
|
|
337
|
+
[[menu.astro]]
|
|
338
|
+
name = "Forum"
|
|
339
|
+
url = "https://eclipse.org/forums/"
|
|
340
|
+
weight = 1
|
|
341
|
+
parent = "resources-developer"
|
|
342
|
+
|
|
343
|
+
[[menu.astro]]
|
|
344
|
+
name = "Mailing Lists"
|
|
345
|
+
url = "https://accounts.eclipse.org/mailing-list"
|
|
346
|
+
weight = 2
|
|
347
|
+
parent = "resources-developer"
|
|
348
|
+
|
|
349
|
+
[[menu.astro]]
|
|
350
|
+
name = "Blogs & Videos"
|
|
351
|
+
url = "https://www.eclipse.org/blogs-and-videos/"
|
|
352
|
+
weight = 3
|
|
353
|
+
parent = "resources-developer"
|
|
354
|
+
|
|
355
|
+
[[menu.astro]]
|
|
356
|
+
name = "Marketplaces"
|
|
357
|
+
url = "https://www.eclipse.org/resources/marketplaces/"
|
|
358
|
+
weight = 4
|
|
359
|
+
parent = "resources-developer"
|
|
360
|
+
|
|
361
|
+
[[menu.astro]]
|
|
362
|
+
name = "The Foundation"
|
|
363
|
+
weight = 5
|
|
364
|
+
identifier = "the-foundation"
|
|
365
|
+
[menu.astro.params]
|
|
366
|
+
description = """
|
|
367
|
+
The Eclipse Foundation provides our global community of individuals and
|
|
368
|
+
organisations with a mature, scalable, and vendor-neutral environment for
|
|
369
|
+
open source software collaboration and innovation.
|
|
370
|
+
"""
|
|
371
|
+
|
|
372
|
+
[[menu.astro]]
|
|
373
|
+
name = "About"
|
|
374
|
+
weight = 1
|
|
375
|
+
identifier = "the-foundation-about"
|
|
376
|
+
parent = "the-foundation"
|
|
377
|
+
|
|
378
|
+
[[menu.astro]]
|
|
379
|
+
name = "About the Eclipse Foundation"
|
|
380
|
+
url = "https://www.eclipse.org/org/"
|
|
381
|
+
weight = 1
|
|
382
|
+
parent="the-foundation-about"
|
|
383
|
+
|
|
384
|
+
[[menu.astro]]
|
|
385
|
+
name = "Board & Governance"
|
|
386
|
+
url = "https://www.eclipse.org/org/governance/"
|
|
387
|
+
weight = 2
|
|
388
|
+
parent="the-foundation-about"
|
|
389
|
+
|
|
390
|
+
[[menu.astro]]
|
|
391
|
+
name = "Staff"
|
|
392
|
+
url = "https://www.eclipse.org/org/foundation/staff.php"
|
|
393
|
+
weight = 3
|
|
394
|
+
parent="the-foundation-about"
|
|
395
|
+
|
|
396
|
+
[[menu.astro]]
|
|
397
|
+
name = "Services"
|
|
398
|
+
url = "https://www.eclipse.org/org/services/"
|
|
399
|
+
weight = 4
|
|
400
|
+
parent="the-foundation-about"
|
|
401
|
+
|
|
402
|
+
[[menu.astro]]
|
|
403
|
+
name = "Legal"
|
|
404
|
+
weight = 2
|
|
405
|
+
identifier = "the-foundation-legal"
|
|
406
|
+
parent = "the-foundation"
|
|
407
|
+
|
|
408
|
+
[[menu.astro]]
|
|
409
|
+
name = "Legal Policies"
|
|
410
|
+
url = "https://www.eclipse.org/legal/"
|
|
411
|
+
weight = 1
|
|
412
|
+
parent="the-foundation-legal"
|
|
413
|
+
|
|
414
|
+
[[menu.astro]]
|
|
415
|
+
name = "Privacy Policy"
|
|
416
|
+
url = "https://www.eclipse.org/legal/privacy/"
|
|
417
|
+
weight = 2
|
|
418
|
+
parent="the-foundation-legal"
|
|
419
|
+
|
|
420
|
+
[[menu.astro]]
|
|
421
|
+
name = "Terms of Use"
|
|
422
|
+
url = "https://www.eclipse.org/legal/terms-of-use/"
|
|
423
|
+
weight = 3
|
|
424
|
+
parent="the-foundation-legal"
|
|
425
|
+
|
|
426
|
+
[[menu.astro]]
|
|
427
|
+
name = "Compliance"
|
|
428
|
+
url = "https://www.eclipse.org/legal/compliance/"
|
|
429
|
+
weight = 4
|
|
430
|
+
parent="the-foundation-legal"
|
|
431
|
+
|
|
432
|
+
[[menu.astro]]
|
|
433
|
+
name = "Eclipse Public License"
|
|
434
|
+
url = "https://www.eclipse.org/legal/epl-2.0/"
|
|
435
|
+
weight = 5
|
|
436
|
+
parent="the-foundation-legal"
|
|
437
|
+
|
|
438
|
+
[[menu.astro]]
|
|
439
|
+
name = "More"
|
|
440
|
+
weight = 3
|
|
441
|
+
identifier = "the-foundation-more"
|
|
442
|
+
parent = "the-foundation"
|
|
443
|
+
|
|
444
|
+
[[menu.astro]]
|
|
445
|
+
name = "Press Releases "
|
|
446
|
+
url = "https://newsroom.eclipse.org/news/press-releases"
|
|
447
|
+
weight = 1
|
|
448
|
+
parent="the-foundation-more"
|
|
449
|
+
|
|
450
|
+
[[menu.astro]]
|
|
451
|
+
name = "Careers"
|
|
452
|
+
url = "https://www.eclipse.org/careers/"
|
|
453
|
+
weight = 2
|
|
454
|
+
parent="the-foundation-more"
|
|
455
|
+
|
|
456
|
+
[[menu.astro]]
|
|
457
|
+
name = "Logos & Artwork"
|
|
458
|
+
url = "https://www.eclipse.org/org/artwork/"
|
|
459
|
+
weight = 3
|
|
460
|
+
parent="the-foundation-more"
|
|
70
461
|
|
|
462
|
+
[[menu.astro]]
|
|
463
|
+
name = "Contact Us"
|
|
464
|
+
url = "https://www.eclipse.org/org/foundation/contact.php"
|
|
465
|
+
weight = 4
|
|
466
|
+
parent="the-foundation-more"
|
|
@@ -15,8 +15,8 @@ baseURL = "https://webdev.eclipse.org/docs/hugo"
|
|
|
15
15
|
keywords = ["hugo", "solstice", "eclipse foundation"]
|
|
16
16
|
# logo = "images/logo/eclipse-foundation-white.svg"
|
|
17
17
|
# favicon = "images/favicon.ico"
|
|
18
|
-
styles = "css/
|
|
19
|
-
js = "js/
|
|
18
|
+
styles = "css/astro.css"
|
|
19
|
+
js = "js/astro.js"
|
|
20
20
|
gcse = "011805775785170369411:p3ec0igo0qq"
|
|
21
21
|
gcse_result_url = "/search"
|
|
22
22
|
# eclipse_search_icon = "<i data-feather=\"search\" stroke-width=\"1\"></i>"
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
</head>
|
|
20
20
|
<body {{ with .Page.Params.body_class -}}class="{{ . }}"{{- end }}>
|
|
21
21
|
{{ block "header" . }}{{ partial "header.html" . }}{{ end }}
|
|
22
|
-
{{ block "breadcrumbs" . }}{{ if and (ne .Page.Params.hide_breadcrumb true) (ne .Site.Params.hide_breadcrumb true) }}{{ partial "breadcrumbs.html" . }}{{ end }}{{ end }}
|
|
23
22
|
{{ block "featured_story" . }}{{ partial "featured_story.html" . }}{{ end }}
|
|
24
23
|
{{ block "main_prefix" . }}{{ partial "main_prefix.html" . }}{{ end }}
|
|
25
24
|
{{ block "main" . }}{{ .Content }}{{ end }}
|
|
@@ -11,26 +11,32 @@
|
|
|
11
11
|
SPDX-License-Identifier: EPL-2.0
|
|
12
12
|
*/}}
|
|
13
13
|
|
|
14
|
-
{{ $breadcrumb_container := "
|
|
14
|
+
{{ $breadcrumb_container := "" }}
|
|
15
|
+
|
|
16
|
+
{{ if strings.Contains .Params.container "container-fluid" }}
|
|
17
|
+
{{ $breadcrumb_container = "container" }}
|
|
18
|
+
{{ end }}
|
|
15
19
|
|
|
16
20
|
<div class="default-breadcrumbs hidden-print" id="breadcrumb">
|
|
17
21
|
<div class="{{ $breadcrumb_container }}">
|
|
18
22
|
<div class="row">
|
|
19
23
|
<div class="col-sm-24">
|
|
20
24
|
<ol aria-label="Breadcrumb" class="breadcrumb">
|
|
21
|
-
{{ template "breadcrumbnav" (dict "p1" . "p2" .) }}
|
|
25
|
+
{{ template "breadcrumbnav" (dict "p1" . "p2" . "site_params" $.Site.Params) }}
|
|
22
26
|
</ol>
|
|
23
27
|
{{ define "breadcrumbnav" }}
|
|
24
28
|
{{ if .p1.Parent }}
|
|
25
|
-
{{ template "breadcrumbnav" (dict "p1" .p1.Parent "p2" .p2 ) }}
|
|
29
|
+
{{ template "breadcrumbnav" (dict "p1" .p1.Parent "p2" .p2 "site_params" .site_params) }}
|
|
26
30
|
{{ else if not .p1.IsHome }}
|
|
27
|
-
{{ template "breadcrumbnav" (dict "p1" .p1.Site.Home "p2" .p2 ) }}
|
|
31
|
+
{{ template "breadcrumbnav" (dict "p1" .p1.Site.Home "p2" .p2 "site_params" .site_params) }}
|
|
28
32
|
{{ end }}
|
|
29
33
|
<li {{ if eq .p1 .p2 }} class="active" aria-current="page"{{ end }}>
|
|
30
|
-
<a href="{{ .p1.Permalink }}">{{ if eq .p1.Params.format_title false }}{{ .p1.Title | safeHTML }}{{ else }}{{ .p1.Title | safeHTML | title }}{{ end }}</a>
|
|
34
|
+
<a href="{{ .p1.Permalink }}">{{ if eq (.p1.Params.format_title | default .site_params.format_title) false }}{{ .p1.Title | safeHTML }}{{ else }}{{ .p1.Title | safeHTML | title }}{{ end }}</a>
|
|
31
35
|
</li>
|
|
32
36
|
{{ end }}
|
|
33
37
|
</div>
|
|
34
38
|
</div>
|
|
35
39
|
</div>
|
|
36
40
|
</div>
|
|
41
|
+
|
|
42
|
+
|
|
@@ -13,19 +13,26 @@
|
|
|
13
13
|
|
|
14
14
|
{{ $show_featured_story := .Page.Params.show_featured_story }}
|
|
15
15
|
|
|
16
|
+
{{/*
|
|
17
|
+
The `$has_jumbotron` scratch variable is set in the `jumbotron.html` partial.
|
|
18
|
+
*/}}
|
|
19
|
+
{{ $has_jumbotron := .Scratch.Get "has_jumbotron" }}
|
|
20
|
+
|
|
16
21
|
{{ if $show_featured_story }}
|
|
17
|
-
|
|
18
|
-
<div class="
|
|
19
|
-
<div class="
|
|
20
|
-
<div class="
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
<div class="featured-side-
|
|
24
|
-
|
|
22
|
+
{{ if not $has_jumbotron }}
|
|
23
|
+
<div class="eclipsefdn-featured-story featured-story" id="featured-story" data-publish-target="{{ .Page.Params.featured_content_publish_target | default .Site.Params.featured_content_publish_target | default "eclipse_org"}}">
|
|
24
|
+
<div class="container">
|
|
25
|
+
<div class="row">
|
|
26
|
+
<div class="col-sm-12 col-sm-offset-2 col-md-16 col-md-offset-0 featured-story-block featured-story-block-content match-height-item-by-row featured-container">
|
|
27
|
+
</div>
|
|
28
|
+
<div class="col-sm-9 col-md-8 featured-side featured-story-block match-height-item-by-row">
|
|
29
|
+
<div class="featured-side-content text-center">
|
|
30
|
+
{{ .Site.Data.featuredstory.defaultRight | safeHTML }}
|
|
31
|
+
</div>
|
|
25
32
|
</div>
|
|
26
33
|
</div>
|
|
27
34
|
</div>
|
|
28
35
|
</div>
|
|
29
|
-
|
|
36
|
+
{{ end }}
|
|
30
37
|
{{ end }}
|
|
31
38
|
|
|
@@ -1,26 +1,32 @@
|
|
|
1
1
|
{{/*
|
|
2
|
-
Copyright (c)
|
|
2
|
+
Copyright (c) 2023 Eclipse Foundation, Inc.
|
|
3
3
|
This program and the accompanying materials are made available under the
|
|
4
4
|
terms of the Eclipse Public License v. 2.0 which is available at
|
|
5
5
|
http://www.eclipse.org/legal/epl-2.0.
|
|
6
6
|
|
|
7
7
|
Contributors:
|
|
8
|
-
Christopher Guindon <chris.guindon@eclipse-foundation.org>
|
|
9
8
|
Olivier Goulet <olivier.goulet@eclipse-foundation.org>
|
|
10
9
|
|
|
11
10
|
SPDX-License-Identifier: EPL-2.0
|
|
12
11
|
*/}}
|
|
13
12
|
|
|
14
13
|
<p id="back-to-top">
|
|
15
|
-
<a class="visible-xs" href="#
|
|
14
|
+
<a class="visible-xs" href="#">{{ i18n "navigation-back-to-top" }}</a>
|
|
16
15
|
</p>
|
|
17
|
-
<footer
|
|
18
|
-
<div class="
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
16
|
+
<footer class="footer" id="footer">
|
|
17
|
+
<div class="container">
|
|
18
|
+
{{ partial "footer_prefix.html" . }}
|
|
19
|
+
<div class="footer-sections row equal-height-md font-bold">
|
|
20
|
+
{{ partial "footer_links/prefix.html" . }}
|
|
21
|
+
<div class="col-md-15">
|
|
22
|
+
<div class="row">
|
|
23
|
+
{{ partial "footer_links/links.html" . }}
|
|
24
|
+
</div>
|
|
25
|
+
</div>
|
|
26
|
+
{{ partial "footer_links/suffix.html" . }}
|
|
24
27
|
</div>
|
|
28
|
+
{{ partial "footer_links/footer-copyright.html" . }}
|
|
29
|
+
<a href="#" class="scrollup">{{ i18n "navigation-back-to-top" }}</a>
|
|
25
30
|
</div>
|
|
26
31
|
</footer>
|
|
32
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div id="footer-js">
|
|
2
2
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
3
|
-
{{- $default_js := "https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/
|
|
3
|
+
{{- $default_js := "https://www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/astro.min.js" -}}
|
|
4
4
|
{{- with .Site.Params.js | default $default_js }}
|
|
5
5
|
<script src="{{ . | relURL }}?v={{ now.Unix }}"></script>
|
|
6
6
|
{{ end }}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
{{ $footer_eclipse_foundation_class := .Params.footer_section_eclipse_foundation_class | default .Site.Params.footer_section_eclipse_foundation_class | default "col-sm-
|
|
2
|
-
<section class="{{ $footer_eclipse_foundation_class }}"
|
|
3
|
-
<
|
|
1
|
+
{{ $footer_eclipse_foundation_class := .Params.footer_section_eclipse_foundation_class | default .Site.Params.footer_section_eclipse_foundation_class | default "footer-section col-sm-8" }}
|
|
2
|
+
<section id="footer-eclipse-foundation" class="{{ $footer_eclipse_foundation_class }}">
|
|
3
|
+
<div class="menu-heading">{{ i18n "eclipse-foundation-text" }}</div>
|
|
4
4
|
<ul class="nav">
|
|
5
5
|
<li><a href="https://www.eclipse.org/org/">{{ i18n "footer-foundation-about-us-text" }}</a></li>
|
|
6
|
-
<li><a href="https://
|
|
7
|
-
<li><a href="https://www.eclipse.org/
|
|
8
|
-
<li><a href="https://www.eclipse.org/membership">{{ i18n "footer-foundation-members-text" }}</a></li>
|
|
9
|
-
<li><a href="https://www.eclipse.org/
|
|
10
|
-
<li><a href="https://www.eclipse.org/org/documents/Community_Code_of_Conduct.php">{{ i18n "footer-foundation-code-of-conduct-text" }}</a></li>
|
|
11
|
-
<li><a href="https://www.eclipse.org/artwork/">{{ i18n "footer-foundation-logo-artwork-text" }}</a></li>
|
|
12
|
-
<li><a href="https://www.eclipse.org/org/foundation/directors.php">{{ i18n "footer-foundation-board-of-directors-text" }}</a></li>
|
|
13
|
-
<li><a href="https://www.eclipse.org/careers/">{{ i18n "footer-foundation-careers-text" }}</a></li>
|
|
6
|
+
<li><a href="https://projects.eclipse.org/">Projects</a></li>
|
|
7
|
+
<li><a href="https://www.eclipse.org/collaborations/">Collaborations</a></li>
|
|
8
|
+
<li><a href="https://www.eclipse.org/membership/">{{ i18n "footer-foundation-members-text" }}</a></li>
|
|
9
|
+
<li><a href="https://www.eclipse.org/sponsor/">{{ i18n "footer-foundation-sponsor-text" }}</a></li>
|
|
14
10
|
</ul>
|
|
15
11
|
</section>
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
{{ $footer_section_legal_class := .Params.footer_section_legal_class | default .Site.Params.footer_section_legal_class | default "col-sm-
|
|
2
|
-
<section class="{{ $footer_section_legal_class }}"
|
|
3
|
-
<
|
|
1
|
+
{{ $footer_section_legal_class := .Params.footer_section_legal_class | default .Site.Params.footer_section_legal_class | default "footer-section col-sm-8" }}
|
|
2
|
+
<section id="footer-legal" class="{{ $footer_section_legal_class }}">
|
|
3
|
+
<div class="menu-heading">{{ i18n "footer-legal-section-text" }}</div>
|
|
4
4
|
<ul class="nav">
|
|
5
5
|
<li><a href="https://www.eclipse.org/legal/privacy/">{{ i18n "footer-legal-privacy-policy-text" }}</a></li>
|
|
6
6
|
<li><a href="https://www.eclipse.org/legal/terms-of-use/">{{ i18n "footer-legal-terms-use-text" }}</a></li>
|
|
7
7
|
<li><a href="https://www.eclipse.org/legal/compliance/">{{ i18n "footer-legal-compliance-text" }}</a></li>
|
|
8
|
-
<li><a href="https://www.eclipse.org/
|
|
9
|
-
<li><a href="https://www.eclipse.org/legal/">{{ i18n "footer-legal-resources-text" }}
|
|
8
|
+
<li><a href="https://www.eclipse.org/org/documents/Community_Code_of_Conduct.php">{{ i18n "footer-legal-code-of-conduct-text" }}</a></li>
|
|
9
|
+
<li><a href="https://www.eclipse.org/legal/">{{ i18n "footer-legal-resources-text" }}</a></li>
|
|
10
|
+
<li><a class="toolbar-manage-cookies" href="#" onclick="event.preventDefault()">{{ i18n "footer-legal-manage-cookies-label" }}</a></li>
|
|
10
11
|
</ul>
|
|
11
12
|
</section>
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
{{ $footer_section_other_class := .Params.footer_section_other_class | default .Site.Params.footer_section_other_class | default "col-sm-
|
|
2
|
-
<section class="{{ $footer_section_other_class }}"
|
|
3
|
-
<
|
|
1
|
+
{{ $footer_section_other_class := .Params.footer_section_other_class | default .Site.Params.footer_section_other_class | default "footer-section col-sm-8" }}
|
|
2
|
+
<section id="footer-more" class="{{ $footer_section_other_class }}">
|
|
3
|
+
<div class="menu-heading">{{ i18n "footer-other-section-text" }}</div>
|
|
4
4
|
<ul class="nav">
|
|
5
|
-
<li><a href="https://www.eclipse.org/ide/">{{ i18n "footer-other-tools-text" }}</a></li>
|
|
6
|
-
<li><a href="https://www.eclipse.org/projects">{{ i18n "footer-other-community-projects-text" }}</a></li>
|
|
7
|
-
<li><a href="https://www.eclipse.org/org/workinggroups/">{{ i18n "footer-other-working-groups-text" }}</a></li>
|
|
8
|
-
<li><a href="https://www.eclipse.org/org/research/">{{ i18n "footer-other-research-text" }}</a></li>
|
|
9
5
|
<li><a href="https://www.eclipse.org/security/">{{ i18n "footer-other-report-vulnerability-text" }}</a></li>
|
|
10
|
-
<li><a href="https://status.eclipse.org">{{ i18n "footer-other-status-text" }}</a></li>
|
|
6
|
+
<li><a href="https://status.eclipse.org/">{{ i18n "footer-other-status-text" }}</a></li>
|
|
7
|
+
<li><a href="https://www.eclipse.org/org/foundation/contact.php">{{ i18n "footer-other-contact-text" }}</a></li>
|
|
8
|
+
<li><a href="https://www.eclipse.org/projects/support/">{{ i18n "footer-other-support-text" }}</a></li>
|
|
11
9
|
</ul>
|
|
12
10
|
</section>
|
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
{{ partial "footer_links/footer-eclipse-foundation.html" . }}
|
|
2
2
|
{{ partial "footer_links/footer-legal.html" . }}
|
|
3
|
-
{{ partial "footer_links/footer-useful-links.html" . }}
|
|
4
3
|
{{ partial "footer_links/footer-other.html" . }}
|
|
5
|
-
{{ partial "footer_links/footer-copyright.html" . }}
|