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.
- package/.changeset/config.json +11 -0
- package/CHANGELOG.md +38 -19
- package/config.toml +521 -286
- package/exampleSite/config/_default/config.toml +2 -2
- package/exampleSite/config/_default/menus.en.toml +38 -47
- package/exampleSite/content/changelog/index.md +9 -0
- package/exampleSite/data/doc_params.yml +2 -23
- package/exampleSite/data/site_params.yml +5 -50
- package/exampleSite/layouts/changelog/single.html +43 -0
- package/layouts/_default/baseof.html +0 -1
- package/layouts/partials/breadcrumbs.html +26 -34
- package/layouts/partials/featured_story_popup.html +6 -0
- package/layouts/partials/footer.html +60 -19
- package/layouts/partials/footer_js.html +1 -1
- package/layouts/partials/head.html +10 -10
- package/layouts/partials/header.html +8 -8
- package/layouts/partials/jumbotron.html +73 -85
- package/layouts/partials/main_prefix.html +16 -18
- package/layouts/partials/main_suffix.html +1 -18
- package/layouts/partials/mega_menu.html +47 -51
- package/layouts/partials/mobile_menu.html +43 -97
- package/layouts/partials/nav.html +47 -60
- package/layouts/partials/navbar.html +108 -29
- package/layouts/partials/sidebar.html +48 -54
- package/layouts/partials/socials.html +15 -90
- package/layouts/partials/toolbar.html +4 -70
- package/package.json +7 -4
- package/webpack.mix.js +4 -4
- package/layouts/partials/featured_story.html +0 -38
- package/layouts/partials/footer_links/footer-copyright.html +0 -19
- package/layouts/partials/footer_links/footer-eclipse-foundation.html +0 -11
- package/layouts/partials/footer_links/footer-legal.html +0 -12
- package/layouts/partials/footer_links/footer-other.html +0 -10
- package/layouts/partials/footer_links/footer-useful-links.html +0 -11
- package/layouts/partials/footer_links/links.html +0 -3
- package/layouts/partials/footer_links/prefix.html +0 -0
- package/layouts/partials/footer_links/suffix.html +0 -36
- package/layouts/partials/working_group_footer.html +0 -55
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
|
|
3
|
+
"changelog": "@changesets/cli/changelog",
|
|
4
|
+
"commit": false,
|
|
5
|
+
"fixed": [],
|
|
6
|
+
"linked": [],
|
|
7
|
+
"access": "public",
|
|
8
|
+
"baseBranch": "main",
|
|
9
|
+
"updateInternalDependencies": "patch",
|
|
10
|
+
"ignore": []
|
|
11
|
+
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,23 @@
|
|
|
1
1
|
# eclipsefdn-hugo-solstice-theme
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 3.0.1
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 611ee9c: Fix `seo_title_suffix` not having a fallback which caused strange
|
|
8
|
+
output in title tags
|
|
9
|
+
- 4b531a5: Update eclipse.org menu's explore projects link
|
|
10
|
+
- e2a7ae1: Fix featured story popup not using the `publish_target` parameter
|
|
8
11
|
|
|
9
|
-
|
|
12
|
+
## 3.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- d95247d: Extract Neptune into its own package
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
10
19
|
|
|
11
|
-
-
|
|
12
|
-
changes of Laravel Mix subdependencies.
|
|
13
|
-
- aadb681: Add missing seo_title_suffix fallback
|
|
14
|
-
- 3a5dd46: use publish_target params for featured story popup
|
|
20
|
+
- 297c5d9: [Menu] Add Bring Your Project menu item
|
|
15
21
|
|
|
16
22
|
## 2.0.0
|
|
17
23
|
|
|
@@ -32,6 +38,19 @@
|
|
|
32
38
|
|
|
33
39
|
- 49f11b9: Extract Quicksilver into its own package
|
|
34
40
|
|
|
41
|
+
## 0.3.3
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- aa2ec26: Upgrade eclipsefdn-solstice-assets to 0.2.8 to resolve bugs
|
|
46
|
+
- 40a389d: Update @eclipsefdn/solstice-components peer dependency version
|
|
47
|
+
|
|
48
|
+
## 0.3.2
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- 969234d: Upgrade dependencies
|
|
53
|
+
|
|
35
54
|
## 0.3.1
|
|
36
55
|
|
|
37
56
|
### Patch Changes
|
|
@@ -43,7 +62,7 @@
|
|
|
43
62
|
### Minor Changes
|
|
44
63
|
|
|
45
64
|
- b1c65af: [Featured Story Popup] Add featured story popup component
|
|
46
|
-
- d1e7e7c: Add solstice-components as peer dependency
|
|
65
|
+
- d1e7e7c: Add @eclipsefdn/solstice-components as peer dependency
|
|
47
66
|
|
|
48
67
|
## 0.2.6
|
|
49
68
|
|
|
@@ -55,7 +74,7 @@
|
|
|
55
74
|
|
|
56
75
|
### Patch Changes
|
|
57
76
|
|
|
58
|
-
- 3177e60: Upgrade
|
|
77
|
+
- 3177e60: Upgrade eclipsefdn-solstice-assets to 0.2.4
|
|
59
78
|
|
|
60
79
|
## 0.2.4
|
|
61
80
|
|
|
@@ -69,7 +88,7 @@
|
|
|
69
88
|
|
|
70
89
|
### Patch Changes
|
|
71
90
|
|
|
72
|
-
- b12ce69: Upgrade
|
|
91
|
+
- b12ce69: Upgrade eclipsefdn-solstice-assets to 0.2.2
|
|
73
92
|
|
|
74
93
|
## 0.2.2
|
|
75
94
|
|
|
@@ -86,7 +105,7 @@
|
|
|
86
105
|
|
|
87
106
|
### Patch Changes
|
|
88
107
|
|
|
89
|
-
- 4d3a118: Upgrade
|
|
108
|
+
- 4d3a118: Upgrade eclipsefdn-solstice-assets to 0.2.1
|
|
90
109
|
- d02c9fc: [Featured Footer] Fix publish target not applying
|
|
91
110
|
|
|
92
111
|
## 0.2.0
|
|
@@ -121,7 +140,7 @@
|
|
|
121
140
|
|
|
122
141
|
### Patch Changes
|
|
123
142
|
|
|
124
|
-
- 312914d: Upgrade
|
|
143
|
+
- 312914d: Upgrade eclipsefdn-solstice-assets to 0.1.21
|
|
125
144
|
|
|
126
145
|
## 0.1.18
|
|
127
146
|
|
|
@@ -139,14 +158,14 @@
|
|
|
139
158
|
|
|
140
159
|
### Minor Changes
|
|
141
160
|
|
|
142
|
-
- a25dd3d: Upgrade
|
|
161
|
+
- a25dd3d: Upgrade eclipsefdn-solstice-assets to 0.1.18
|
|
143
162
|
- 229ce92: Add option to hide or unformat seo_title and seo_title_suffix
|
|
144
163
|
|
|
145
164
|
## 0.1.15
|
|
146
165
|
|
|
147
166
|
### Patch Changes
|
|
148
167
|
|
|
149
|
-
- 0d3f05e: Upgrade
|
|
168
|
+
- 0d3f05e: Upgrade eclipsefdn-solstice-assets to 0.1.17
|
|
150
169
|
|
|
151
170
|
## 0.1.14
|
|
152
171
|
|
|
@@ -199,7 +218,7 @@
|
|
|
199
218
|
|
|
200
219
|
### Minor Changes
|
|
201
220
|
|
|
202
|
-
- 7df36f1: Upgrade
|
|
221
|
+
- 7df36f1: Upgrade eclipsefdn-solstice-assets to 0.1.10
|
|
203
222
|
|
|
204
223
|
## 0.1.7
|
|
205
224
|
|
|
@@ -209,7 +228,7 @@
|
|
|
209
228
|
|
|
210
229
|
### Patch Changes
|
|
211
230
|
|
|
212
|
-
- c64cfa0: Upgrade
|
|
231
|
+
- c64cfa0: Upgrade eclipsefdn-solstice-assets
|
|
213
232
|
|
|
214
233
|
## 0.1.6
|
|
215
234
|
|
|
@@ -228,7 +247,7 @@
|
|
|
228
247
|
|
|
229
248
|
### Patch Changes
|
|
230
249
|
|
|
231
|
-
- bd541ba: Upgrade
|
|
250
|
+
- bd541ba: Upgrade eclipsefdn-solstice-assets to 0.1.7
|
|
232
251
|
- 49f1f23: Fix news pagination not appearing
|
|
233
252
|
|
|
234
253
|
## 0.1.3
|
|
@@ -241,7 +260,7 @@
|
|
|
241
260
|
|
|
242
261
|
### Patch Changes
|
|
243
262
|
|
|
244
|
-
- 505f118: Upgrade
|
|
263
|
+
- 505f118: Upgrade eclipsefdn-solstice-assets to 0.1.4
|
|
245
264
|
|
|
246
265
|
## 0.1.1
|
|
247
266
|
|