diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 37a7bf2d..a6ccb762 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -488,8 +488,8 @@ importers: specifier: ^4.22.0 version: 4.22.0 '@astro-community/astro-embed-youtube': - specifier: ^0.4.3 - version: 0.4.3(astro@4.0.8) + specifier: ^0.4.4 + version: 0.4.4(astro@4.0.8) '@astrojs/mdx': specifier: ^2.0.3 version: 2.0.3(astro@4.0.8) @@ -812,8 +812,8 @@ packages: leven: 3.1.0 dev: true - /@astro-community/astro-embed-youtube@0.4.3(astro@4.0.8): - resolution: {integrity: sha512-zXtPmR9yxrTo6cuLhH8v+r62bsXbsLJgsU2FiZalPr4bXJxAUQEIlG46S/qK0AEXi9uNShKqy4+zBaJ98xTVEg==} + /@astro-community/astro-embed-youtube@0.4.4(astro@4.0.8): + resolution: {integrity: sha512-fYlycLrJFNnibZ9VHPSJO766kO2IgqYQU4mBd4iaDMaicL0gGX9cVZ80QdnpzGrI6w0XOJOY7prx86eWEVBy8w==} peerDependencies: astro: ^2.0.0 || ^3.0.0-beta || ^4.0.0-beta dependencies: diff --git a/website/.astro/types.d.ts b/website/.astro/types.d.ts index 268e956b..4ea3cd80 100644 --- a/website/.astro/types.d.ts +++ b/website/.astro/types.d.ts @@ -262,6 +262,13 @@ declare module 'astro:content' { collection: "blog"; data: InferEntrySchema<"blog"> } & { render(): Render[".mdx"] }; +"year-2.mdx": { + id: "year-2.mdx"; + slug: "year-2"; + body: string; + collection: "blog"; + data: InferEntrySchema<"blog"> +} & { render(): Render[".mdx"] }; }; }; diff --git a/website/package.json b/website/package.json index a84527cf..af100889 100644 --- a/website/package.json +++ b/website/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@algolia/client-search": "^4.22.0", - "@astro-community/astro-embed-youtube": "^0.4.3", + "@astro-community/astro-embed-youtube": "^0.4.4", "@astrojs/mdx": "^2.0.3", "@astrojs/react": "^3.0.9", "@astrojs/rss": "^4.0.2", diff --git a/website/public/img/autocomplete.png b/website/public/img/autocomplete.png new file mode 100644 index 00000000..140b21e8 Binary files /dev/null and b/website/public/img/autocomplete.png differ diff --git a/website/public/img/strudel-alien-live-coding.png b/website/public/img/strudel-alien-live-coding.png new file mode 100644 index 00000000..b9af35b6 Binary files /dev/null and b/website/public/img/strudel-alien-live-coding.png differ diff --git a/website/public/img/strudel-collaborative-coding.png b/website/public/img/strudel-collaborative-coding.png new file mode 100644 index 00000000..24e53114 Binary files /dev/null and b/website/public/img/strudel-collaborative-coding.png differ diff --git a/website/public/img/strudel-live-coding-mars-college.jpg b/website/public/img/strudel-live-coding-mars-college.jpg new file mode 100644 index 00000000..2612e78d Binary files /dev/null and b/website/public/img/strudel-live-coding-mars-college.jpg differ diff --git a/website/public/img/strudel-monkeys.png b/website/public/img/strudel-monkeys.png new file mode 100644 index 00000000..aec04bb9 Binary files /dev/null and b/website/public/img/strudel-monkeys.png differ diff --git a/website/public/img/strudel-scope.png b/website/public/img/strudel-scope.png new file mode 100644 index 00000000..0dd20eec Binary files /dev/null and b/website/public/img/strudel-scope.png differ diff --git a/website/public/img/strudel-themes.png b/website/public/img/strudel-themes.png new file mode 100644 index 00000000..0cd511a7 Binary files /dev/null and b/website/public/img/strudel-themes.png differ diff --git a/website/public/img/workshop-space.png b/website/public/img/workshop-space.png new file mode 100644 index 00000000..571afbe4 Binary files /dev/null and b/website/public/img/workshop-space.png differ diff --git a/website/src/components/BlogPost.astro b/website/src/components/BlogPost.astro index 6117d3ce..7f598cb3 100644 --- a/website/src/components/BlogPost.astro +++ b/website/src/components/BlogPost.astro @@ -13,7 +13,8 @@ import { format } from 'date-fns'; >
-

{post.data.title}

+

{post.data.title}

+