@rmdes/indiekit-endpoint-homepage 1.0.1 → 1.0.2

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 (2) hide show
  1. package/index.js +32 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -138,6 +138,38 @@ export default class HomepageEndpoint {
138
138
  defaultConfig: {},
139
139
  configSchema: {},
140
140
  },
141
+ {
142
+ id: "social-activity",
143
+ label: "Social Activity",
144
+ description: "Bluesky and Mastodon feeds",
145
+ icon: "message-circle",
146
+ defaultConfig: {},
147
+ configSchema: {},
148
+ },
149
+ {
150
+ id: "github-repos",
151
+ label: "GitHub Projects",
152
+ description: "GitHub repositories and activity",
153
+ icon: "github",
154
+ defaultConfig: {},
155
+ configSchema: {},
156
+ },
157
+ {
158
+ id: "funkwhale",
159
+ label: "Listening",
160
+ description: "Funkwhale now playing and stats",
161
+ icon: "music",
162
+ defaultConfig: {},
163
+ configSchema: {},
164
+ },
165
+ {
166
+ id: "blogroll",
167
+ label: "Blogroll",
168
+ description: "Blog recommendations",
169
+ icon: "list",
170
+ defaultConfig: {},
171
+ configSchema: {},
172
+ },
141
173
  ];
142
174
  }
143
175
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rmdes/indiekit-endpoint-homepage",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Homepage builder endpoint for Indiekit. Configure layout, sections, and sidebar widgets from the admin UI.",
5
5
  "keywords": [
6
6
  "indiekit",