Skip to content

Commit 44be051

Browse files
committed
New blogpost
1 parent 843bb00 commit 44be051

5 files changed

Lines changed: 29 additions & 0 deletions

File tree

213 KB
Loading
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
The Solid Core Team, Solid DX Team as well as our generous corporate sponsors [Netlify](https://www.netlify.com)
2+
and [Sentry](https://sentry.io/) are proud to announce the continuation of SolidHack.
3+
4+
The inaugral SolidHack event was so successful that we decided to bring it back this
5+
year. A lot has changed since the previous event. Solid and the ecosystem have matured
6+
considerably and SolidStart is now 1.0. It's an ideal time to be working with Solid!
7+
We're giving the talented developers in our community an incredible opportunity to
8+
show what they got and win prize money.
9+
10+
Additional contest details regarding the event will be announced October 1st. Visit the
11+
[SolidHack website](https://hack.solidjs.com/) to learn more!

src/pages/Blog.data.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,15 @@ export const list: { [key: string]: BlogInfo } = {
100100
date: 1716308491000,
101101
body: async () => await import('./Articles/solid-start-the-shape-frameworks-to-come.mdx'),
102102
},
103+
'solidhack-2024-announcement': {
104+
img: '/img/blog/solidhack-2024-announcement/header.jpeg',
105+
title: 'SolidHack 2024 Announcement',
106+
description: 'Official SolidStart Version 1.0 release announcement.',
107+
author: 'SolidJS Core',
108+
author_url: 'https://www.solidjs.com',
109+
date: 1725403091000,
110+
body: async () => await import('./Articles/solidhack-2024-announcement.mdx'),
111+
},
103112
};
104113

105114
export interface BlogData {

0 commit comments

Comments
 (0)