Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: description and excerpt

+2 -3
+2 -2
starlight/src/content/docs/blog/rehype-github-badge-links.mdx
··· 1 1 --- 2 2 title: How to create a Rehype plugin that turns GitHub links into beautiful badges 3 - description: TOD 3 + description: Learn how to build a simple yet delightful Rehype plugin that automatically transforms plain GitHub profile links into stylish, badge-like links with profile images—perfect for adding personality to your blog or docs. 4 4 date: 2025-07-12 5 5 tags: 6 6 - Plugins 7 7 authors: 8 8 - trueberryless 9 - excerpt: TODO 9 + excerpt: Discover how a tiny Rehype plugin can give your GitHub links a big visual upgrade. With just a few lines of code, we’ll turn regular profile links into elegant badges with avatars, inspired by Antfu’s site and powered by Astro + Starlight. 10 10 cover: 11 11 alt: A beautiful cover image with the text "Badge Links" 12 12 image: ../../../../public/blog/rehype-github-badge-links.png
-1
starlight/src/content/docs/blog/writing-blogs-is-hard-and-easy.mdx
··· 7 7 authors: 8 8 - trueberryless 9 9 excerpt: <p>Talk a little bit about how one can become better (not master by any means, nobody is perfect) in writing a blog post. These are just my thoughts after two awesome guys from the <a href="https://astro.build/chat">Astro Community</a> (<a class="gh-badge" href="https://github.com/jdtjenkins"><img src="https://github.com/jdtjenkins.png" alt="jdtjenkins" />Jacob</a> and <a class="gh-badge" href="https://github.com/louisescher"><img src="https://github.com/louisescher.png" alt="louisescher" />Lou</a>) decided to write blogs about how hard and easy it is to write blog posts.</p><p>Please read their posts first as this is the follow-up on both of them:</p><ol><li><a href="https://jacobjenkins.codes/posts/why-is-writing-blogs-so-hard/">"Why is writing blog posts so hard?" - Jacob Jenkins</a></li><li><a href="https://lou.gg/blog/why-writing-blogs-isnt-hard">"Why Writing Blogs isn't hard" - Louis Escher</a></li><li><a href="/blog/writing-blogs-is-hard-and-easy/">"Some aspects of creating a blog are really easy, and some are extremely difficult!" - Felix Schneider</a></li></ol><p>After that you have successfully completed this awesome trilogy of blog posts about blog posts.</p> 10 - 11 10 cover: 12 11 alt: A beautiful cover image with the text "Writing Skill" 13 12 image: ../../../../public/blog/writing-blogs-is-hard-and-easy.png