eclipsefdn-hugo-solstice-theme 1.0.0 → 3.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.
Files changed (30) hide show
  1. package/config.toml +637 -6
  2. package/exampleSite/config/_default/config.toml +2 -2
  3. package/layouts/_default/baseof.html +0 -2
  4. package/layouts/partials/breadcrumbs.html +28 -29
  5. package/layouts/partials/featured_story_popup.html +6 -0
  6. package/layouts/partials/footer.html +64 -17
  7. package/layouts/partials/footer_js.html +1 -1
  8. package/layouts/partials/head.html +10 -10
  9. package/layouts/partials/header.html +14 -11
  10. package/layouts/partials/jumbotron.html +78 -53
  11. package/layouts/partials/main_prefix.html +20 -19
  12. package/layouts/partials/main_suffix.html +1 -18
  13. package/layouts/partials/mega_menu.html +61 -0
  14. package/layouts/partials/mobile_menu.html +54 -0
  15. package/layouts/partials/nav.html +49 -58
  16. package/layouts/partials/navbar.html +113 -57
  17. package/layouts/partials/sidebar.html +59 -31
  18. package/layouts/partials/socials.html +15 -84
  19. package/layouts/partials/toolbar.html +4 -32
  20. package/package.json +3 -3
  21. package/webpack.mix.js +4 -4
  22. package/layouts/partials/featured_story.html +0 -31
  23. package/layouts/partials/footer_links/footer-copyright.html +0 -20
  24. package/layouts/partials/footer_links/footer-eclipse-foundation.html +0 -15
  25. package/layouts/partials/footer_links/footer-legal.html +0 -11
  26. package/layouts/partials/footer_links/footer-other.html +0 -12
  27. package/layouts/partials/footer_links/footer-useful-links.html +0 -11
  28. package/layouts/partials/footer_links/links.html +0 -5
  29. package/layouts/partials/footer_links/prefix.html +0 -0
  30. package/layouts/partials/footer_links/suffix.html +0 -13
package/config.toml CHANGED
@@ -53,18 +53,649 @@
53
53
  [menus]
54
54
  _merge = "shallow"
55
55
 
56
- [[menu.quicksilver]]
56
+ # Neptune Menu
57
+ [[menu.neptune]]
58
+ name = "Join us"
59
+ weight = 1
60
+ identifier = "join-us"
61
+
62
+ [[menu.neptune]]
63
+ name = "Membership"
64
+ weight = 1
65
+ identifier = "membership"
66
+ parent = "join-us"
67
+ pre = "<i class=\"fa-solid fa-user-group\" aria-hidden=\"true\"></i>"
68
+
69
+ [[menu.neptune]]
70
+ name = "Become a member"
71
+ url = "https://www.eclipse.org/membership/"
72
+ weight = 1
73
+ parent = "membership"
74
+
75
+ [[menu.neptune]]
76
+ name = "Review membership fees"
77
+ url = "https://www.eclipse.org/membership#tab-fees"
78
+ weight = 2
79
+ parent = "membership"
80
+
81
+ [[menu.neptune]]
82
+ name = "Access member portal"
83
+ url = "https://membership.eclipse.org/portal"
84
+ weight = 3
85
+ parent = "membership"
86
+ [menu.neptune.params]
87
+ target = "_blank"
88
+
89
+ [[menu.neptune]]
90
+ name = "Sponsorship"
91
+ weight = 2
92
+ identifier = "sponsorship-2"
93
+ parent = "join-us"
94
+ pre = "<i class=\"fa-solid fa-bookmark\" aria-hidden=\"true\"></i>"
95
+
96
+ [[menu.neptune]]
97
+ name = "Support us as a sponsor"
98
+ url = "https://www.eclipse.org/sponsor/"
99
+ weight = 1
100
+ parent = "sponsorship-2"
101
+
102
+ [[menu.neptune]]
103
+ name = "Contribute"
104
+ weight = 3
105
+ identifier = "contribute"
106
+ parent = "join-us"
107
+ pre = "<i class=\"fa-solid fa-handshake-simple\" aria-hidden=\"true\"></i>"
108
+
109
+ [[menu.neptune]]
110
+ name = "How to contribute"
111
+ url = "https://www.eclipse.org/contribute/"
112
+ weight = 1
113
+ parent = "contribute"
114
+
115
+ [[menu.neptune]]
116
+ name = "Bring us your project"
117
+ url = "https://www.eclipse.org/projects/bring-your-project/"
118
+ weight = 2
119
+ parent = "contribute"
120
+
121
+ [[menu.neptune]]
122
+ name = "Committer training"
123
+ url = "https://www.eclipse.org/projects/training/"
124
+ weight = 3
125
+ parent = "contribute"
126
+
127
+ [[menu.neptune]]
128
+ name = "Collaborate with us"
129
+ weight = 4
130
+ identifier = "collaborate-with-us"
131
+ parent = "join-us"
132
+ pre = "<i class=\"fa-solid fa-users\" aria-hidden=\"true\"></i>"
133
+
134
+ [[menu.neptune]]
135
+ name = "Join an existing industry collaboration"
136
+ url = "https://www.eclipse.org/org/working-groups/explore/"
137
+ weight = 1
138
+ parent = "collaborate-with-us"
139
+
140
+ [[menu.neptune]]
141
+ name = "Start a new collaboration"
142
+ url = "https://www.eclipse.org/collaborations/#start-collaboration"
143
+ weight = 2
144
+ parent = "collaborate-with-us"
145
+
146
+ [[menu.neptune]]
147
+ name = "What we do"
148
+ weight = 2
149
+ identifier = "what-we-do"
150
+
151
+ [[menu.neptune]]
57
152
  name = "Projects"
153
+ weight = 1
154
+ identifier = "projects"
155
+ parent = "what-we-do"
156
+ pre = "<i class=\"fa-solid fa-puzzle-piece\" aria-hidden=\"true\"></i>"
157
+
158
+ [[menu.neptune]]
159
+ name = "Explore projects"
160
+ url = "https://projects.eclipse.org/"
161
+ weight = 1
162
+ parent = "projects"
163
+
164
+ [[menu.neptune]]
165
+ name = "View specifications"
166
+ url = "https://www.eclipse.org/specifications/"
167
+ weight = 2
168
+ parent = "projects"
169
+
170
+ [[menu.neptune]]
171
+ name = "Industry collaborations"
172
+ weight = 2
173
+ identifier = "industry-collaborations"
174
+ parent = "what-we-do"
175
+ pre = "<i class=\"fa-solid fa-building\" aria-hidden=\"true\"></i>"
176
+
177
+ [[menu.neptune]]
178
+ name = "Explore collaborations"
179
+ url = "https://www.eclipse.org/org/working-groups/explore/"
180
+ weight = 1
181
+ parent = "industry-collaborations"
182
+
183
+ [[menu.neptune]]
184
+ name = "Join a working group"
185
+ url = "https://www.eclipse.org/org/working-groups/about/"
186
+ weight = 2
187
+ parent = "industry-collaborations"
188
+
189
+ [[menu.neptune]]
190
+ name = "Join an interest group"
191
+ url = "https://www.eclipse.org/collaborations/interest-groups/"
192
+ weight = 3
193
+ parent = "industry-collaborations"
194
+
195
+ [[menu.neptune]]
196
+ name = "Read success stories"
197
+ url = "https://www.eclipse.org/org/value/"
198
+ weight = 3
199
+ parent = "industry-collaborations"
200
+
201
+ [[menu.neptune]]
202
+ name = "Core services"
203
+ weight = 3
204
+ identifier = "core-services"
205
+ parent = "what-we-do"
206
+ pre = "<i class=\"fa-solid fa-laptop-code\" aria-hidden=\"true\"></i>"
207
+
208
+ [[menu.neptune]]
209
+ name = "Explore core services"
210
+ url = "https://www.eclipse.org/org/services/"
211
+ weight = 1
212
+ parent = "core-services"
213
+
214
+ [[menu.neptune]]
215
+ name = "Ensure project security"
216
+ url = "https://www.eclipse.org/security/"
217
+ weight = 2
218
+ parent = "core-services"
219
+
220
+ [[menu.neptune]]
221
+ name = "Strategic services"
222
+ weight = 5
223
+ identifier = "strategic-services"
224
+ parent = "what-we-do"
225
+ pre = "<i class=\"fa-solid fa-flag\" aria-hidden=\"true\"></i>"
226
+ [menu.neptune.params]
227
+ style = "grid-column: -3; margin-top: -20rem;"
228
+
229
+
230
+ [[menu.neptune]]
231
+ name = "Transform research into open source"
232
+ url = "https://www.eclipse.org/research/"
233
+ weight = 1
234
+ parent = "strategic-services"
235
+
236
+ [[menu.neptune]]
237
+ name = "Engage professional services"
238
+ url = "https://www.eclipse.org/os4biz/services/"
239
+ weight = 2
240
+ parent = "strategic-services"
241
+
242
+ [[menu.neptune]]
243
+ name = "Build your OSPO"
244
+ url = "https://www.eclipse.org/os4biz/ospo/"
245
+ weight = 3
246
+ parent = "strategic-services"
247
+
248
+ [[menu.neptune]]
249
+ name = "Key initiatives"
250
+ weight = 4
251
+ identifier = "key-initiatives"
252
+ parent = "what-we-do"
253
+ pre = "<i class=\"fa-solid fa-bullseye\" aria-hidden=\"true\"></i>"
254
+
255
+ [[menu.neptune]]
256
+ name = "Embedded & IoT"
257
+ url = "https://www.eclipse.org/topics/edge-and-iot/"
258
+ weight = 1
259
+ parent = "key-initiatives"
260
+
261
+ [[menu.neptune]]
262
+ name = "Enterprise Java"
263
+ url = "https://www.eclipse.org/topics/cloud-native/"
264
+ weight = 2
265
+ parent = "key-initiatives"
266
+
267
+ [[menu.neptune]]
268
+ name = "Data sovereignty"
269
+ url = "https://dataspace.eclipse.org/"
270
+ weight = 3
271
+ parent = "key-initiatives"
272
+
273
+ [[menu.neptune]]
274
+ name = "Security & privacy"
275
+ url = "https://www.eclipse.org/security/"
276
+ weight = 4
277
+ parent = "key-initiatives"
278
+
279
+ [[menu.neptune]]
280
+ name = "Developer tools & IDEs"
281
+ url = "https://www.eclipse.org/topics/ide/"
282
+ weight = 5
283
+ parent = "key-initiatives"
284
+
285
+ [[menu.neptune]]
286
+ name = "AI & emerging technologies"
287
+ url = "https://aieclipse.org/"
288
+ weight = 6
289
+ parent = "key-initiatives"
290
+ [menu.neptune.params]
291
+ target = "_blank"
292
+ external = true
293
+
294
+ [[menu.neptune]]
295
+ name = "Automotive & mobility"
296
+ url = "https://www.eclipse.org/topics/automotive-and-mobility/"
297
+ weight = 7
298
+ parent = "key-initiatives"
299
+
300
+ [[menu.neptune]]
301
+ name = "Policy & compliance"
302
+ url = "https://orcwg.org/"
303
+ weight = 8
304
+ parent = "key-initiatives"
305
+ [menu.neptune.params]
306
+ target = "_blank"
307
+ external = true
308
+
309
+ [[menu.neptune]]
310
+ name = "Resources"
311
+ weight = 3
312
+ identifier = "resources"
313
+ pre = "<i class=\"fa-solid fa-list-ul\" aria-hidden=\"true\"></i>"
314
+
315
+ [[menu.neptune]]
316
+ name = "What's happening"
317
+ weight = 1
318
+ identifier = "whats-happening"
319
+ parent = "resources"
320
+ pre = "<i class=\"fa-solid fa-bullhorn\" aria-hidden=\"true\"></i>"
321
+
322
+ [[menu.neptune]]
323
+ name = "Read our blog"
324
+ url = "https://blogs.eclipse.org/"
325
+ weight = 1
326
+ parent = "whats-happening"
327
+
328
+ [[menu.neptune]]
329
+ name = "Join mailing lists"
330
+ url = "https://accounts.eclipse.org/mailing-list"
331
+ weight = 2
332
+ parent = "whats-happening"
333
+
334
+ [[menu.neptune]]
335
+ name = "Get news updates"
336
+ url = "https://newsroom.eclipse.org/"
337
+ weight = 3
338
+ parent = "whats-happening"
339
+
340
+ [[menu.neptune]]
341
+ name = "Subscribe to newsletter"
342
+ url = "https://www.eclipse.org/community/eclipse_newsletter"
343
+ weight = 4
344
+ parent = "whats-happening"
345
+
346
+ [[menu.neptune]]
347
+ name = "Explore OSS global voices"
348
+ url = "https://opensourceglobalvoices.org/"
349
+ weight = 5
350
+ parent = "whats-happening"
351
+ [menu.neptune.params]
352
+ target = "_blank"
353
+ external = true
354
+
355
+ [[menu.neptune]]
356
+ name = "Events"
357
+ weight = 2
358
+ identifier = "events"
359
+ parent = "resources"
360
+ pre = "<i class=\"fa-solid fa-calendar-days\" aria-hidden=\"true\"></i>"
361
+
362
+ [[menu.neptune]]
363
+ name = "Explore events"
364
+ url = "https://events.eclipse.org/"
365
+ weight = 1
366
+ parent = "events"
367
+
368
+ [[menu.neptune]]
369
+ name = "Join a community meetup"
370
+ url = "https://www.eclipse.org/events/open-community-meetups/"
371
+ weight = 2
372
+ parent = "events"
373
+
374
+ [[menu.neptune]]
375
+ name = "Attend a webinar"
376
+ url = "https://www.eclipse.org/events/open-community-webinars/"
377
+ weight = 3
378
+ parent = "events"
379
+
380
+ [[menu.neptune]]
381
+ name = "Join OCX"
382
+ url = "https://www.ocxconf.org/"
383
+ weight = 3
384
+ parent = "events"
385
+ [menu.neptune.params]
386
+ target = "_blank"
387
+ external = true
388
+
389
+ [[menu.neptune]]
390
+ name = "Developer resources"
391
+ weight = 3
392
+ identifier = "developer-resources"
393
+ parent = "resources"
394
+ pre = "<i class=\"fa-solid fa-code\" aria-hidden=\"true\"></i>"
395
+
396
+ [[menu.neptune]]
397
+ name = "Explore projects hub"
58
398
  url = "https://www.eclipse.org/projects/"
59
399
  weight = 1
400
+ parent = "developer-resources"
401
+
402
+ [[menu.neptune]]
403
+ name = "Attend office hours"
404
+ url = "https://www.eclipse.org/projects/calendar/#office-hours"
405
+ weight = 2
406
+ parent = "developer-resources"
407
+
408
+ [[menu.neptune]]
409
+ name = "Report a vulnerability"
410
+ url = "https://www.eclipse.org/security/"
411
+ weight = 3
412
+ parent = "developer-resources"
413
+
414
+ [[menu.neptune]]
415
+ name = "View known vulnerabilities"
416
+ url = "https://www.eclipse.org/security/known/"
417
+ weight = 4
418
+ parent = "developer-resources"
419
+
420
+ [[menu.neptune]]
421
+ name = "Use the security handbook"
422
+ url = "https://github.com/eclipse-csi/security-handbook/blob/main/docs/vulnerabilities/advisories.md"
423
+ weight = 5
424
+ parent = "developer-resources"
425
+ [menu.neptune.params]
426
+ target = "_blank"
427
+
428
+ [[menu.neptune]]
429
+ name = "Industry insights"
430
+ weight = 4
431
+ identifier = "industry-intelligence-insights"
432
+ parent = "resources"
433
+ pre = "<i class=\"fa-solid fa-gear\" aria-hidden=\"true\"></i>"
434
+
435
+ [[menu.neptune]]
436
+ name = "View case studies"
437
+ url = "https://www.eclipse.org/org/value/#success_stories"
438
+ weight = 1
439
+ parent = "industry-intelligence-insights"
440
+
441
+ [[menu.neptune]]
442
+ name = "View whitepapers"
443
+ url = "https://www.eclipse.org/org/value/#whitepapers"
444
+ weight = 2
445
+ parent = "industry-intelligence-insights"
446
+
447
+ [[menu.neptune]]
448
+ name = "View surveys & reports"
449
+ url = "https://www.eclipse.org/org/value/#surveyReports"
450
+ weight = 3
451
+ parent = "industry-intelligence-insights"
452
+
453
+ [[menu.neptune]]
454
+ name = "Marketplaces"
455
+ weight = 5
456
+ identifier = "marketplaces"
457
+ parent = "resources"
458
+ pre = "<i class=\"fa-solid fa-store\" aria-hidden=\"true\"></i>"
459
+ [menu.neptune.params]
460
+ style = "grid-column: -2; margin-top: -6rem;"
461
+
462
+ [[menu.neptune]]
463
+ name = "Adoptium"
464
+ url = "https://adoptium.net/marketplace"
465
+ weight = 1
466
+ parent = "marketplaces"
467
+ [menu.neptune.params]
468
+ target = "_blank"
469
+ external = true
470
+
471
+ [[menu.neptune]]
472
+ name = "Eclipse IDE"
473
+ url = "https://marketplace.eclipse.org/"
474
+ weight = 2
475
+ parent = "marketplaces"
476
+ [menu.neptune.params]
477
+ target = "_blank"
478
+ external = true
479
+
480
+ [[menu.neptune]]
481
+ name = "Open VSX"
482
+ url = "https://open-vsx.org/"
483
+ weight = 3
484
+ parent = "marketplaces"
485
+ [menu.neptune.params]
486
+ target = "_blank"
487
+ external = true
488
+
489
+ [[menu.neptune]]
490
+ name = "About us"
491
+ weight = 4
492
+ identifier = "about-us"
493
+
494
+ [[menu.neptune]]
495
+ name = "The Foundation"
496
+ weight = 1
497
+ identifier = "the-foundation"
498
+ parent = "about-us"
499
+ pre = "<i class=\"fa-regular fa-moon rotate-90\" aria-hidden=\"true\"></i>"
500
+
501
+ [[menu.neptune]]
502
+ name = "About"
503
+ url = "https://www.eclipse.org/about/"
504
+ weight = 1
505
+ parent = "the-foundation"
506
+
507
+ [[menu.neptune]]
508
+ name = "Meet the team"
509
+ url = "https://www.eclipse.org/org/foundation/staff/"
510
+ weight = 2
511
+ parent = "the-foundation"
512
+
513
+ [[menu.neptune]]
514
+ name = "Board & governance"
515
+ url = "https://www.eclipse.org/org/governance/"
516
+ weight = 3
517
+ parent = "the-foundation"
518
+
519
+ [[menu.neptune]]
520
+ name = "Our members"
521
+ weight = 2
522
+ identifier = "our-members"
523
+ parent = "about-us"
524
+ pre = "<i class=\"fa-solid fa-user-group\" aria-hidden=\"true\"></i>"
525
+
526
+ [[menu.neptune]]
527
+ name = "Become a member"
528
+ url = "https://www.eclipse.org/membership/"
529
+ weight = 1
530
+ identifier = "our-members-become-a-member"
531
+ parent = "our-members"
532
+
533
+ [[menu.neptune]]
534
+ name = "View member directory"
535
+ url = "https://www.eclipse.org/membership/explore-membership/"
536
+ weight = 2
537
+ identifier = "our-members-view-member-directory"
538
+ parent = "our-members"
539
+
540
+ [[menu.neptune]]
541
+ name = "Access member portal"
542
+ url = "https://membership.eclipse.org/portal"
543
+ weight = 3
544
+ identifier = "our-members-access-member-portal"
545
+ parent = "our-members"
546
+ [menu.neptune.params]
547
+ target = "_blank"
548
+
549
+ [[menu.neptune]]
550
+ name = "Sponsorship"
551
+ weight = 3
552
+ identifier = "sponsorship"
553
+ parent = "about-us"
554
+ pre = "<i class=\"fa-regular fa-bookmark\" aria-hidden=\"true\"></i>"
555
+
556
+ [[menu.neptune]]
557
+ name = "Become a sponsor"
558
+ url = "https://www.eclipse.org/sponsor/"
559
+ weight = 1
560
+ parent = "sponsorship"
561
+
562
+ [[menu.neptune]]
563
+ name = "Sponsor directory"
564
+ url = "https://www.eclipse.org/org/our-sponsors/"
565
+ weight = 2
566
+ parent = "sponsorship"
567
+
568
+ [[menu.neptune]]
569
+ name = "More"
570
+ weight = 4
571
+ identifier = "more"
572
+ parent = "about-us"
573
+ pre = "<i class=\"fa-solid fa-cube\" aria-hidden=\"true\"></i>"
574
+
575
+ [[menu.neptune]]
576
+ name = "Join our team"
577
+ url = "https://www.eclipse.org/careers/"
578
+ weight = 1
579
+ parent = "more"
60
580
 
61
- [[menu.quicksilver]]
62
- name = "Working Groups"
63
- url = "https://www.eclipse.org/org/workinggroups/"
581
+ [[menu.neptune]]
582
+ name = "Explore our brand"
583
+ url = "https://www.eclipse.org/org/artwork/"
584
+ weight = 2
585
+ parent = "more"
586
+
587
+ [[menu.neptune]]
588
+ name = "Contact us"
589
+ url = "https://www.eclipse.org/org/foundation/contact.php"
590
+ weight = 3
591
+ parent = "more"
592
+
593
+ # Neptune Footer
594
+
595
+ [[menu.footer]]
596
+ name = "Eclipse Foundation"
597
+ identifier = "eclipse-foundation"
598
+ weight = 1
599
+
600
+ [[menu.footer]]
601
+ name = "About"
602
+ url = "https://www.eclipse.org/org/"
603
+ parent = "eclipse-foundation"
604
+ weight = 1
605
+
606
+ [[menu.footer]]
607
+ name = "Projects"
608
+ url = "https://projects.eclipse.org/"
609
+ parent = "eclipse-foundation"
64
610
  weight = 2
65
611
 
66
- [[menu.quicksilver]]
67
- name = "Members"
612
+ [[menu.footer]]
613
+ name = "Collaborations"
614
+ url = "https://www.eclipse.org/collaborations/"
615
+ parent = "eclipse-foundation"
616
+ weight = 3
617
+
618
+ [[menu.footer]]
619
+ name = "Membership"
68
620
  url = "https://www.eclipse.org/membership/"
621
+ parent = "eclipse-foundation"
622
+ weight = 4
623
+
624
+ [[menu.footer]]
625
+ name = "Sponsor"
626
+ url = "https://www.eclipse.org/sponsor/"
627
+ parent = "eclipse-foundation"
628
+ weight = 5
629
+
630
+
631
+ [[menu.footer]]
632
+ name = "Legal"
633
+ identifier = "legal"
634
+ weight = 2
635
+
636
+ [[menu.footer]]
637
+ name = "Privacy Policy"
638
+ url = "https://www.eclipse.org/legal/privacy/"
639
+ parent = "legal"
640
+ weight = 1
641
+
642
+ [[menu.footer]]
643
+ name = "Terms of Use"
644
+ url = "https://www.eclipse.org/legal/terms-of-use/"
645
+ parent = "legal"
69
646
  weight = 2
70
647
 
648
+ [[menu.footer]]
649
+ name = "Compliance"
650
+ url = "https://www.eclipse.org/legal/compliance/"
651
+ parent = "legal"
652
+ weight = 3
653
+
654
+ [[menu.footer]]
655
+ name = "Code of Conduct"
656
+ url = "https://www.eclipse.org/org/documents/Community_Code_of_Conduct.php"
657
+ parent = "legal"
658
+ weight = 4
659
+
660
+ [[menu.footer]]
661
+ name = "Legal Resources"
662
+ url = "https://www.eclipse.org/legal/"
663
+ parent = "legal"
664
+ weight = 5
665
+
666
+ [[menu.footer]]
667
+ name = "Manage Cookies"
668
+ parent = "legal"
669
+ weight = 6
670
+ [menu.footer.params]
671
+ class = "toolbar-manage-cookies"
672
+
673
+ [[menu.footer]]
674
+ name = "More"
675
+ identifier = "more"
676
+ weight = 3
677
+
678
+ [[menu.footer]]
679
+ name = "Report a Vulnerability"
680
+ url = "https://www.eclipse.org/security/"
681
+ parent = "more"
682
+ weight = 1
683
+
684
+ [[menu.footer]]
685
+ name = "Service Status"
686
+ url = "https://status.eclipse.org/"
687
+ parent = "more"
688
+ weight = 2
689
+
690
+ [[menu.footer]]
691
+ name = "Contact Us"
692
+ url = "https://www.eclipse.org/org/foundation/contact.php"
693
+ parent = "more"
694
+ weight = 3
695
+
696
+ [[menu.footer]]
697
+ name = "Support"
698
+ url = "https://www.eclipse.org/projects/support/"
699
+ parent = "more"
700
+ weight = 4
701
+
@@ -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/quicksilver.css"
19
- js = "js/solstice.js"
18
+ styles = "css/neptune.css"
19
+ js = "js/neptune.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,8 +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
- {{ block "featured_story" . }}{{ partial "featured_story.html" . }}{{ end }}
24
22
  {{ block "main_prefix" . }}{{ partial "main_prefix.html" . }}{{ end }}
25
23
  {{ block "main" . }}{{ .Content }}{{ end }}
26
24
  {{ block "main_suffix" . }}{{ partial "main_suffix.html" . }}{{ end }}