eclipsefdn-hugo-solstice-theme 2.1.0 → 3.0.1

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 (38) hide show
  1. package/.changeset/config.json +11 -0
  2. package/CHANGELOG.md +38 -19
  3. package/config.toml +521 -286
  4. package/exampleSite/config/_default/config.toml +2 -2
  5. package/exampleSite/config/_default/menus.en.toml +38 -47
  6. package/exampleSite/content/changelog/index.md +9 -0
  7. package/exampleSite/data/doc_params.yml +2 -23
  8. package/exampleSite/data/site_params.yml +5 -50
  9. package/exampleSite/layouts/changelog/single.html +43 -0
  10. package/layouts/_default/baseof.html +0 -1
  11. package/layouts/partials/breadcrumbs.html +26 -34
  12. package/layouts/partials/featured_story_popup.html +6 -0
  13. package/layouts/partials/footer.html +60 -19
  14. package/layouts/partials/footer_js.html +1 -1
  15. package/layouts/partials/head.html +10 -10
  16. package/layouts/partials/header.html +8 -8
  17. package/layouts/partials/jumbotron.html +73 -85
  18. package/layouts/partials/main_prefix.html +16 -18
  19. package/layouts/partials/main_suffix.html +1 -18
  20. package/layouts/partials/mega_menu.html +47 -51
  21. package/layouts/partials/mobile_menu.html +43 -97
  22. package/layouts/partials/nav.html +47 -60
  23. package/layouts/partials/navbar.html +108 -29
  24. package/layouts/partials/sidebar.html +48 -54
  25. package/layouts/partials/socials.html +15 -90
  26. package/layouts/partials/toolbar.html +4 -70
  27. package/package.json +7 -4
  28. package/webpack.mix.js +4 -4
  29. package/layouts/partials/featured_story.html +0 -38
  30. package/layouts/partials/footer_links/footer-copyright.html +0 -19
  31. package/layouts/partials/footer_links/footer-eclipse-foundation.html +0 -11
  32. package/layouts/partials/footer_links/footer-legal.html +0 -12
  33. package/layouts/partials/footer_links/footer-other.html +0 -10
  34. package/layouts/partials/footer_links/footer-useful-links.html +0 -11
  35. package/layouts/partials/footer_links/links.html +0 -3
  36. package/layouts/partials/footer_links/prefix.html +0 -0
  37. package/layouts/partials/footer_links/suffix.html +0 -36
  38. package/layouts/partials/working_group_footer.html +0 -55
@@ -1,38 +0,0 @@
1
- {{/*
2
- Copyright (c) 2023 Eclipse Foundation, Inc.
3
-
4
- This program and the accompanying materials are made available under the
5
- terms of the Eclipse Public License v. 2.0 which is available at
6
- http://www.eclipse.org/legal/epl-2.0.
7
-
8
- Contributors:
9
- Olivier Goulet <olivier.goulet@eclipse-foundation.org>
10
-
11
- SPDX-License-Identifier: EPL-2.0
12
- */}}
13
-
14
- {{ $show_featured_story := .Page.Params.show_featured_story }}
15
-
16
- {{/*
17
- The `$has_jumbotron` scratch variable is set in the `jumbotron.html` partial.
18
- */}}
19
- {{ $has_jumbotron := .Scratch.Get "has_jumbotron" }}
20
-
21
- {{ if $show_featured_story }}
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>
32
- </div>
33
- </div>
34
- </div>
35
- </div>
36
- {{ end }}
37
- {{ end }}
38
-
@@ -1,19 +0,0 @@
1
- {{/*
2
- Copyright (c) 2023 Eclipse Foundation, Inc.
3
- This program and the accompanying materials are made available under the
4
- terms of the Eclipse Public License v. 2.0 which is available at
5
- http://www.eclipse.org/legal/epl-2.0.
6
-
7
- Contributors:
8
- Olivier Goulet <olivier.goulet@eclipse-foundation.org>
9
-
10
- SPDX-License-Identifier: EPL-2.0
11
- */}}
12
-
13
- <div class="col-sm-24 margin-top-20">
14
- <div class="row">
15
- <div id="copyright" class="col-sm-16">
16
- <p id="copyright-text">{{ i18n "footer-copyright-text" | safeHTML}}</p>
17
- </div>
18
- </div>
19
- </div>
@@ -1,11 +0,0 @@
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
- <ul class="nav">
5
- <li><a href="https://www.eclipse.org/org/">{{ i18n "footer-foundation-about-us-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>
10
- </ul>
11
- </section>
@@ -1,12 +0,0 @@
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
- <ul class="nav">
5
- <li><a href="https://www.eclipse.org/legal/privacy/">{{ i18n "footer-legal-privacy-policy-text" }}</a></li>
6
- <li><a href="https://www.eclipse.org/legal/terms-of-use/">{{ i18n "footer-legal-terms-use-text" }}</a></li>
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/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>
11
- </ul>
12
- </section>
@@ -1,10 +0,0 @@
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
- <ul class="nav">
5
- <li><a href="https://www.eclipse.org/security/">{{ i18n "footer-other-report-vulnerability-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>
9
- </ul>
10
- </section>
@@ -1,11 +0,0 @@
1
- <section class="{{- .Params.footer_section_useful_links_class | default .Site.Params.footer_section_useful_links_class | default "col-sm-6 hidden-print"}}" id="footer-useful-links">
2
- <h2 class="section-title">{{ i18n "footer-useful-links-section-text" }}</h2>
3
- <ul class="nav">
4
- <li><a href="https://bugs.eclipse.org/bugs/">{{ i18n "footer-useful-links-report-bug-text" }}</a></li>
5
- <li><a href="//help.eclipse.org/">{{ i18n "footer-useful-links-documentation-text" }}</a></li>
6
- <li><a href="https://www.eclipse.org/contribute/">{{ i18n "footer-useful-links-contribute-text" }}</a></li>
7
- <li><a href="https://www.eclipse.org/mail/">{{ i18n "footer-useful-links-mailing-list-text" }}</a></li>
8
- <li><a href="https://www.eclipse.org/forums/">{{ i18n "footer-useful-links-forums-text" }}</a></li>
9
- <li><a href="//marketplace.eclipse.org">{{ i18n "footer-useful-links-marketplace-text" }}</a></li>
10
- </ul>
11
- </section>
@@ -1,3 +0,0 @@
1
- {{ partial "footer_links/footer-eclipse-foundation.html" . }}
2
- {{ partial "footer_links/footer-legal.html" . }}
3
- {{ partial "footer_links/footer-other.html" . }}
File without changes
@@ -1,36 +0,0 @@
1
- {{/*
2
- Copyright (c) 2023 Eclipse Foundation, Inc.
3
-
4
- This program and the accompanying materials are made available under the
5
- terms of the Eclipse Public License v. 2.0 which is available at
6
- http://www.eclipse.org/legal/epl-2.0.
7
-
8
- Contributors:
9
- Olivier Goulet <olivier.goulet@eclipse-foundation.org>
10
-
11
- SPDX-License-Identifier: EPL-2.0
12
- */}}
13
-
14
- {{ $hide_footer_newsletter := $.Site.Params.hide_footer_newsletter | default false }}
15
-
16
- <div id="footer-end" class="footer-section col-md-8 col-md-offset-1 col-sm-24">
17
- {{ if not $hide_footer_newsletter }}
18
- <div class="footer-end-newsletter">
19
- <form
20
- id="mc-embedded-subscribe-form"
21
- action="https://eclipse.us6.list-manage.com/subscribe/post?u=eaf9e1f06f194eadc66788a85&amp;id=e7538485cd&amp;f_id=00f9c2e1f0"
22
- method="post"
23
- novalidate
24
- target="_blank"
25
- >
26
- <label class="footer-end-newsletter-label" for="email">Subscribe to our Newsletter</label>
27
- <div class="footer-end-newsletter-input-wrapper">
28
- <input class="footer-end-newsletter-input" type="email" id="email" name="EMAIL" autocomplete="email" placeholder="Enter your email address" />
29
- <button class="footer-end-newsletter-submit btn btn-link" id="mc-embedded-subscribe" type="submit" name="subscribe">
30
- <i class="fa fa-solid fa-envelope fa-lg" aria-hidden="true"></i>
31
- </button>
32
- </div>
33
- </form>
34
- </div>
35
- {{ end }}
36
- </div>
@@ -1,55 +0,0 @@
1
- {{/*
2
- Copyright (c) 2024 Eclipse Foundation, Inc.
3
- This program and the accompanying materials are made available under the
4
- terms of the Eclipse Public License v. 2.0 which is available at
5
- http://www.eclipse.org/legal/epl-2.0.
6
-
7
- SPDX-License-Identifier: EPL-2.0
8
- */}}
9
-
10
- {{ $eclipse_foundation_logo := "https://www.eclipse.org/eclipse.org-common/themes/solstice/public/images/logo/eclipse-foundation-grey-orange.svg" }}
11
-
12
- <p id="back-to-top">
13
- <a class="visible-xs" href="#">{{ i18n "navigation-back-to-top" }}</a>
14
- </p>
15
- <footer class="footer footer-working-group" id="footer">
16
- <div class="container">
17
- {{ partial "footer_prefix.html" . }}
18
- <div class="text-center margin-bottom-40">
19
- <img
20
- class="img-responsive margin-x-auto margin-bottom-30"
21
- src="{{ $eclipse_foundation_logo }}"
22
- width="150"
23
- aria-labelledby="footer-working-group-ef"
24
- />
25
- <div class="footer-working-group-sponsor">
26
- <div class="footer-working-group-circle-group">
27
- <div class="footer-working-group-circle"></div>
28
- <div class="footer-working-group-circle"></div>
29
- <div class="footer-working-group-circle hidden-xs"></div>
30
- <div class="footer-working-group-circle hidden-xs"></div>
31
- </div>
32
- <p class="fw-500" id="footer-working-group-ef">An Eclipse Foundation Working Group</p>
33
- <div class="footer-working-group-circle-group">
34
- <div class="footer-working-group-circle"></div>
35
- <div class="footer-working-group-circle hidden-xs"></div>
36
- <div class="footer-working-group-circle hidden-xs"></div>
37
- <div class="footer-working-group-circle"></div>
38
- </div>
39
- </div>
40
- </div>
41
-
42
- <div class="footer-sections row equal-height-md font-bold">
43
- {{ partial "footer_links/prefix.html" . }}
44
- <div class="col-sm-20 col-sm-offset-4 col-xs-24">
45
- {{ partial "footer_links/links.html" . }}
46
- </div>
47
- {{ partial "footer_links/suffix.html" . }}
48
- </div>
49
- <div class="text-center">
50
- {{ partial "footer_links/footer-copyright.html" . }}
51
- </div>
52
- <a href="#" class="scrollup">{{ i18n "navigation-back-to-top" }}</a>
53
- </div>
54
- </footer>
55
-