eclipsefdn-hugo-solstice-theme 0.1.13 → 0.1.15
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 +14 -4
- package/i18n/de.toml +2 -14
- package/i18n/en.toml +2 -20
- package/i18n/es.toml +2 -14
- package/i18n/jp.toml +2 -14
- package/i18n/pt.toml +2 -14
- package/i18n/ru.toml +2 -14
- package/i18n/tr.toml +2 -14
- package/i18n/zh.toml +2 -14
- package/layouts/partials/astro/socials.html +2 -3
- package/package.json +1 -1
- package/static/images/bg-deprecated.gif +0 -0
- package/static/images/breadcrumbs-large-bg.jpg +0 -0
- package/static/images/discover-search-bg.jpg +0 -0
- package/static/images/eclipse-home-bg.jpg +0 -0
- package/static/images/featured-newsletter-bg.jpg +0 -0
- package/static/images/featured-story-default-bg.jpg +0 -0
- package/static/images/mid-banner.jpg +0 -0
- package/static/images/owl.video.play.png +0 -0
package/config.toml
CHANGED
|
@@ -9,13 +9,23 @@
|
|
|
9
9
|
[[Params.socials]]
|
|
10
10
|
name = "Bluesky"
|
|
11
11
|
icon = "fa-brands fa-bluesky"
|
|
12
|
-
url = "https://bsky.app/profile/
|
|
12
|
+
url = "https://bsky.app/profile/eclipse.org"
|
|
13
|
+
|
|
14
|
+
[[Params.socials]]
|
|
15
|
+
name = "Mastodon"
|
|
16
|
+
icon = "fa-brands fa-mastodon"
|
|
17
|
+
url = "https://mastodon.social/@EclipseFdn"
|
|
13
18
|
|
|
14
19
|
[[Params.socials]]
|
|
15
20
|
name = "Facebook"
|
|
16
21
|
icon = "fa-brands fa-facebook-f"
|
|
17
22
|
url = "https://www.facebook.com/eclipse.org"
|
|
18
23
|
|
|
24
|
+
[[Params.socials]]
|
|
25
|
+
name = "Instagram"
|
|
26
|
+
icon = "fa-brands fa-instagram"
|
|
27
|
+
url = "https://www.instagram.com/eclipsefoundation/"
|
|
28
|
+
|
|
19
29
|
[[Params.socials]]
|
|
20
30
|
name = "YouTube"
|
|
21
31
|
icon = "fa-brands fa-youtube"
|
|
@@ -184,14 +194,14 @@
|
|
|
184
194
|
parent = "supporters"
|
|
185
195
|
|
|
186
196
|
[[menus.astro]]
|
|
187
|
-
name = "Sponsor"
|
|
197
|
+
name = "Become a Sponsor"
|
|
188
198
|
url = "https://www.eclipse.org/sponsor/"
|
|
189
199
|
weight = 1
|
|
190
200
|
parent = "supporters-sponsorship"
|
|
191
201
|
|
|
192
202
|
[[menus.astro]]
|
|
193
|
-
name = "Sponsor
|
|
194
|
-
url = "https://www.eclipse.org/
|
|
203
|
+
name = "Sponsor Directory"
|
|
204
|
+
url = "https://www.eclipse.org/org/our-sponsors/"
|
|
195
205
|
weight = 2
|
|
196
206
|
parent = "supporters-sponsorship"
|
|
197
207
|
|
package/i18n/de.toml
CHANGED
|
@@ -88,20 +88,8 @@ other = "Sicherheitslücke melden"
|
|
|
88
88
|
[footer-other-status-text]
|
|
89
89
|
other = "Service-Status"
|
|
90
90
|
|
|
91
|
-
[footer-sr-
|
|
92
|
-
other = "
|
|
93
|
-
|
|
94
|
-
[footer-sr-facebook-text]
|
|
95
|
-
other = "Facebook-Account"
|
|
96
|
-
|
|
97
|
-
[footer-sr-youtube-text]
|
|
98
|
-
other = "Youtube-Account"
|
|
99
|
-
|
|
100
|
-
[footer-sr-linkedin-text]
|
|
101
|
-
other = "Linkedin-Account"
|
|
102
|
-
|
|
103
|
-
[footer-sr-bluesky-text]
|
|
104
|
-
other = "Bluesky-Account"
|
|
91
|
+
[footer-sr-social-account]
|
|
92
|
+
other = "{{ . }}-Account"
|
|
105
93
|
|
|
106
94
|
[navigation-back-to-top]
|
|
107
95
|
other = "Zurück nach oben"
|
package/i18n/en.toml
CHANGED
|
@@ -103,26 +103,8 @@
|
|
|
103
103
|
[footer-other-research-text]
|
|
104
104
|
other = "Research@Eclipse"
|
|
105
105
|
|
|
106
|
-
[footer-sr-
|
|
107
|
-
other = "
|
|
108
|
-
|
|
109
|
-
[footer-sr-x-text]
|
|
110
|
-
other = "X account"
|
|
111
|
-
|
|
112
|
-
[footer-sr-bluesky-text]
|
|
113
|
-
other = "Bluesky account"
|
|
114
|
-
|
|
115
|
-
[footer-sr-facebook-text]
|
|
116
|
-
other = "Facebook account"
|
|
117
|
-
|
|
118
|
-
[footer-sr-instagram-text]
|
|
119
|
-
other = "Instagram account"
|
|
120
|
-
|
|
121
|
-
[footer-sr-youtube-text]
|
|
122
|
-
other = "Youtube account"
|
|
123
|
-
|
|
124
|
-
[footer-sr-linkedin-text]
|
|
125
|
-
other = "Linkedin account"
|
|
106
|
+
[footer-sr-social-account]
|
|
107
|
+
other = "{{ . }} account"
|
|
126
108
|
|
|
127
109
|
[navigation-back-to-top]
|
|
128
110
|
other = "Back to the top"
|
package/i18n/es.toml
CHANGED
|
@@ -160,20 +160,8 @@ other = "Aprende más"
|
|
|
160
160
|
[footer-other-status-text]
|
|
161
161
|
other = "Estatus del Servicio"
|
|
162
162
|
|
|
163
|
-
[footer-sr-
|
|
164
|
-
other = "Cuenta de
|
|
165
|
-
|
|
166
|
-
[footer-sr-facebook-text]
|
|
167
|
-
other = "Cuenta de Facebook"
|
|
168
|
-
|
|
169
|
-
[footer-sr-youtube-text]
|
|
170
|
-
other = "Cuenta de Youtube"
|
|
171
|
-
|
|
172
|
-
[footer-sr-linkedin-text]
|
|
173
|
-
other = "Cuenta de Linkedin"
|
|
174
|
-
|
|
175
|
-
[footer-sr-bluesky-text]
|
|
176
|
-
other = "Cuenta de Bluesky"
|
|
163
|
+
[footer-sr-social-account]
|
|
164
|
+
other = "Cuenta de {{ . }}"
|
|
177
165
|
|
|
178
166
|
[navigation-back-to-top]
|
|
179
167
|
other = "Volver arriba"
|
package/i18n/jp.toml
CHANGED
|
@@ -160,20 +160,8 @@ other = "詳細"
|
|
|
160
160
|
[footer-other-status-text]
|
|
161
161
|
other = "サービス状況"
|
|
162
162
|
|
|
163
|
-
[footer-sr-
|
|
164
|
-
other = "
|
|
165
|
-
|
|
166
|
-
[footer-sr-facebook-text]
|
|
167
|
-
other = "Facebookのアカウント"
|
|
168
|
-
|
|
169
|
-
[footer-sr-youtube-text]
|
|
170
|
-
other = "Youtubeアカウント"
|
|
171
|
-
|
|
172
|
-
[footer-sr-linkedin-text]
|
|
173
|
-
other = "Linkedinアカウント"
|
|
174
|
-
|
|
175
|
-
[footer-sr-bluesky-text]
|
|
176
|
-
other = "Blueskyアカウント"
|
|
163
|
+
[footer-sr-social-account]
|
|
164
|
+
other = "{{ . }}アカウント"
|
|
177
165
|
|
|
178
166
|
[navigation-back-to-top]
|
|
179
167
|
other = "トップに戻る"
|
package/i18n/pt.toml
CHANGED
|
@@ -160,20 +160,8 @@ other = "Saiba mais"
|
|
|
160
160
|
[footer-other-status-text]
|
|
161
161
|
other = "Service Status"
|
|
162
162
|
|
|
163
|
-
[footer-sr-
|
|
164
|
-
other = "Conta do
|
|
165
|
-
|
|
166
|
-
[footer-sr-facebook-text]
|
|
167
|
-
other = "Conta do Facebook"
|
|
168
|
-
|
|
169
|
-
[footer-sr-youtube-text]
|
|
170
|
-
other = "Conta do Youtube"
|
|
171
|
-
|
|
172
|
-
[footer-sr-linkedin-text]
|
|
173
|
-
other = "Conta do Linkedin"
|
|
174
|
-
|
|
175
|
-
[footer-sr-bluesky-text]
|
|
176
|
-
other = "Conta do Bluesky"
|
|
163
|
+
[footer-sr-social-account]
|
|
164
|
+
other = "Conta do {{ . }}"
|
|
177
165
|
|
|
178
166
|
[navigation-back-to-top]
|
|
179
167
|
other = "Back to the top"
|
package/i18n/ru.toml
CHANGED
|
@@ -88,20 +88,8 @@
|
|
|
88
88
|
[footer-other-status-text]
|
|
89
89
|
other = "Статус сервиса"
|
|
90
90
|
|
|
91
|
-
[footer-sr-
|
|
92
|
-
other = "
|
|
93
|
-
|
|
94
|
-
[footer-sr-facebook-text]
|
|
95
|
-
other = "Facebook аккаунт"
|
|
96
|
-
|
|
97
|
-
[footer-sr-youtube-text]
|
|
98
|
-
other = "Youtube аккаунт"
|
|
99
|
-
|
|
100
|
-
[footer-sr-linkedin-text]
|
|
101
|
-
other = "Linkedin аккаунт"
|
|
102
|
-
|
|
103
|
-
[footer-sr-bluesky-text]
|
|
104
|
-
other = "Bluesky аккаунт"
|
|
91
|
+
[footer-sr-social-account]
|
|
92
|
+
other = "{{ . }} аккаунт"
|
|
105
93
|
|
|
106
94
|
[navigation-back-to-top]
|
|
107
95
|
other = "Вверх"
|
package/i18n/tr.toml
CHANGED
|
@@ -88,20 +88,8 @@ other = "Güvenlik Açığı Bildir"
|
|
|
88
88
|
[footer-other-status-text]
|
|
89
89
|
other = "Hizmet Durumu"
|
|
90
90
|
|
|
91
|
-
[footer-sr-
|
|
92
|
-
other = "
|
|
93
|
-
|
|
94
|
-
[footer-sr-facebook-text]
|
|
95
|
-
other = "Facebook hesabı"
|
|
96
|
-
|
|
97
|
-
[footer-sr-youtube-text]
|
|
98
|
-
other = "Youtube hesabı"
|
|
99
|
-
|
|
100
|
-
[footer-sr-linkedin-text]
|
|
101
|
-
other = "Linkedin hesabı"
|
|
102
|
-
|
|
103
|
-
[footer-sr-bluesky-text]
|
|
104
|
-
other = "Bluesky hesabı"
|
|
91
|
+
[footer-sr-social-account]
|
|
92
|
+
other = "{{ . }} hesabı"
|
|
105
93
|
|
|
106
94
|
[navigation-back-to-top]
|
|
107
95
|
other = "Başa dön"
|
package/i18n/zh.toml
CHANGED
|
@@ -127,20 +127,8 @@
|
|
|
127
127
|
[footer-other-compatibility]
|
|
128
128
|
other = "兼容产品"
|
|
129
129
|
|
|
130
|
-
[footer-sr-
|
|
131
|
-
other = "
|
|
132
|
-
|
|
133
|
-
[footer-sr-facebook-text]
|
|
134
|
-
other = "脸书账号"
|
|
135
|
-
|
|
136
|
-
[footer-sr-youtube-text]
|
|
137
|
-
other = "油管账号"
|
|
138
|
-
|
|
139
|
-
[footer-sr-linkedin-text]
|
|
140
|
-
other = "领英账号"
|
|
141
|
-
|
|
142
|
-
[footer-sr-bluesky-text]
|
|
143
|
-
other = "蓝天账户"
|
|
130
|
+
[footer-sr-social-account]
|
|
131
|
+
other = "{{ . }}账号"
|
|
144
132
|
|
|
145
133
|
[navigation-back-to-top]
|
|
146
134
|
other = "返回顶部"
|
|
@@ -78,13 +78,12 @@
|
|
|
78
78
|
<p class="footer-end-social-text hidden-xs">Follow Us:</p>
|
|
79
79
|
<ul class="footer-end-social-links list-inline">
|
|
80
80
|
{{ range $socials }}
|
|
81
|
-
{{ $
|
|
82
|
-
{{ $text := i18n $i18n_key | default .name }}
|
|
81
|
+
{{ $text := i18n "footer-sr-social-account" .name | default (printf "%s account" .name) }}
|
|
83
82
|
<li>
|
|
84
83
|
<a
|
|
85
84
|
class="link-unstyled"
|
|
86
85
|
href="{{ .url }}"
|
|
87
|
-
title="{{
|
|
86
|
+
title="{{ $text }}"
|
|
88
87
|
>
|
|
89
88
|
<span class="fa-stack">
|
|
90
89
|
<i class="fa-solid fa-circle fa-stack-2x" aria-hidden="true"></i>
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|