From 7ba50dd1971ae2827ecd81abd35a7a53a723aab5 Mon Sep 17 00:00:00 2001 From: Aaron Czichon Date: Fri, 12 Apr 2024 19:38:18 +0000 Subject: [PATCH] feat: added image header support for blog entries --- personal/src/components/BlogEntryList.astro | 9 ---- .../content/blog/17-custom-github-runner.md | 3 ++ personal/src/content/config.ts | 3 +- personal/src/layouts/Post.astro | 6 ++- personal/src/pages/blog/[...slug].astro | 6 ++- personal/src/pages/index2.astro | 49 ------------------- 6 files changed, 15 insertions(+), 61 deletions(-) delete mode 100644 personal/src/pages/index2.astro diff --git a/personal/src/components/BlogEntryList.astro b/personal/src/components/BlogEntryList.astro index 21afd24..cd6ed55 100644 --- a/personal/src/components/BlogEntryList.astro +++ b/personal/src/components/BlogEntryList.astro @@ -21,15 +21,6 @@ const { limit } = Astro.props; .slice(0, limit) .map((post) => ( - {post.data.image ? ( - {post.data.image.alt} - ) : null}

{post.data.title}
-
-

Hi, I'm Aaron!

-

- I work at PlanB. GmbH since September 2020 as an Solution Expert with focus on web technologies. - In previous years I worked at cellent AG as a developer and at a startup - as Head of Software Development. -

-

- Over the past few years of software development I wrote several apps, - articles and talked at conferences. Since August 2022 I'm listed as an - official Ionic Developer Expert (IDE). -

-

- You can also take a look at my public Github profile or let me hear something from you on Mastodon. -

-

- Need a conversation starter?
I like motorcycling, volleyball and Formula - 1. -

-

If you have questions don't hesitate to contact me.

-

- Want to talk to me? Book a slot if you like. I would love to chat :) -

-
-

My latest blog entries

- - read more... -
-