File tree Expand file tree Collapse file tree
public/img/blog/solidhack-2024-announcement Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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!
Original file line number Diff line number Diff 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
105114export interface BlogData {
You can’t perform that action at this time.
0 commit comments