···133133## Conclusion
134134135135It was a joy to turn this celebration into a personal challenge and to see friends and family try to solve the riddle. Whether you spotted five 20s or all seventy-three - thank you for playing along! 🎉
136136-137137-## Credits
138138-139139-Cover image creator: https://unsplash.com/@bilal_ayadi
···3232Fast-forward three days and I am now an official contributor to the project, making it greater and greater almost daily, mainly focusing on docs and the support for my heart project: Starlight - as you might already have guessed from [my blogs](/blog/tags/starlight/).
33333434Peli and I have our virtual productivity sessions between 4pm and 8pm UTC, extending longer on weekends. So if you want to join us as an early bird of the project or got interested in using it, feel free to check it out on [GitHub](https://github.com/github): https://github.com/pelikhan/action-continuous-translation
3535-3636-3737-## Credits
3838-3939-Cover image creator: https://unsplash.com/@towfiqu999999
-4
src/content/docs/blog/cognitive-erosion.mdx
···104104- [The most powerful ways to "hack" our new Dia browser (YouTube.com)](https://www.youtube.com/watch?v=JCZUIm4S9QQ)
105105106106Happy reading!
107107-108108-## Credits
109109-110110-Cover image creator: https://neurolaunch.com
+1-4
src/content/docs/blog/diploma-thesis.mdx
···55excerpt: For our diploma thesis with Siemens AG, we built a service-oriented solution to detect power grid anomalies — featuring a Kafka pipeline, PostgreSQL, GraphQL API, and an Angular dashboard with tables and an interactive graph for real-time visualisation.
66tags:
77 - Tool
88+ - Collaboration
89authors:
910 - trueberryless
1011 - clemens
···3839Our final product not only met Siemens' requirements but also demonstrated the power of a well-designed service-oriented architecture (SOA) in solving complex, real-world problems. It was immensely rewarding to see our software functioning reliably and providing actionable insights to tackle power grid anomalies.
39404041For more details about our work, feel free to explore our thesis [here](https://trueberryless.org/thesis.pdf) 📜 or read our video course [here](https://videos.trueberryless.org/videos/thesis/) 🎥 (both only available in German).
4141-4242-## Credits
4343-4444-Cover image creator: https://animalia-life.club/qa/pictures/high-resolution-nasa-earth-at-night-from-space
-4
src/content/docs/blog/earworms.mdx
···2828The exact reason for that is completely unknown to me, but if I had to guess, I would say that the rhythms of the completed song (the penultimate one) are still ringing somewhere in your mind since the song itself was maybe one of those "I-just-fade-out-my-volume-to-end-me"-songs, which is not my favourite type of ending to music, but it encourages the brain to go on.
29293030At least that's what I think. I would be very interested if you have experienced similar patterns, so feel free to write your own blog post about it or just share this one with friends so you can discuss it with them!
3131-3232-## Credits
3333-3434-Cover image creator: https://unsplash.com/@unclearvision
+1-4
src/content/docs/blog/featuring/star-days.mdx
···55excerpt: A star day is a day declared one day in advance to only one cause. In a star day, everything besides daily habits, self care, and the most urgent of matters becomes noise. There only exists the topic of the day to engage with, or silence!
66tags:
77 - Mindspace
88+ - Collaboration
89authors:
910 - lan
1011cover:
···5960Another motivation is that by declaring an entire day for one cause, we have more incentive to put in all the effort necessary and face hardships that require high mental preparation and perseverance. This is harder to do when you're trying to squeeze them into a 2 hour slot window. This also allows momentum to build quicker since we can absorb the problem domain more deeply than if we had no clear purpose for day.
60616162The star topic doesn't have to be work-related only. It could be for a hobby you've always wanted to start, or social activities with friends!
6262-6363-## Credits
6464-6565-Cover image creator: https://unsplash.com/@xusanfeng
-4
src/content/docs/blog/github-profile-readme.mdx
···3131The final implementation consists of a refined and visually striking GitHub profile README that integrates dynamic content updates while maintaining an elegant structure. It presents information clearly without unnecessary clutter and is entirely automated, updating itself every five minutes without manual intervention. The project involved significant research and experimentation with SVGs, GitHub Actions, and Markdown limitations. The process required persistence and problem-solving to work within the constraints of the platform while achieving a technically impressive result. The outcome is a GitHub profile README that effectively balances design, automation, and functionality within the limitations of the platform.
32323333If you're now inspired to create a stunning GitHub profile README yourself, read my [more technical and amusing blog post](/blog/technically-impressive-github-profile-readme/) or directly check out my repository [github.com/trueberryless/trueberryless](https://github.com/trueberryless/trueberryless/tree/7519c6f50094bdfd6fb47f610e6638ac8efdd6ad). And if you find my work helpful, consider giving it a ⭐ and following me on GitHub at [trueberryless](https://github.com/trueberryless)! 🚀
3434-3535-## Credits
3636-3737-Cover image creator: https://unsplash.com/@yancymin
-4
src/content/docs/blog/mutanuq.mdx
···3131Thanks to Starlight, managing and expanding Mutanuq became effortless, and the project grew into something I’m proud to maintain even today. What started as *Schneider IT*—a small idea to organize my notes—blossomed into *Mutanuq*, a platform that simplifies learning for others while preserving valuable knowledge for my future self.
32323333You can take a look at Mutanuq under this domain: https://mutanuq.trueberryless.org
3434-3535-## Credits
3636-3737-Cover image creator: https://unsplash.com/@miracleday
···99 - Education
1010excerpt: Continuing to improve our k3s cluster and especially the CI/CD workflow, we now take a look at the GitOps tool called <a class="gh-badge" href="https://github.com/argoproj"><img src="https://github.com/argoproj.png" alt="Argo CD" />Argo CD</a>, and how we can integrate it into our cluster. Our tech stack for deployment uses these services: k3s, Helm, Cilium & after this tutorial Argo CD as well
1111authors:
1212- - trueberryless
1212+ - trueberryless
1313cover:
1414 alt: A massive container ship with stacked cargo containers sailing across the ocean under a clear blue sky.
1515 image: ../../../../public/blog/setup-argocd-for-kubernetes.jpg
···297297## Continuation
298298299299Be continued for our [next blog](/blog/setup-continuous-integration-github-repository) which will describe how to set up a [GitHub](https://github.com/github) repository which can then be deployed via Argo CD.
300300-301301-## Credits
302302-303303-Cover image creator: https://unsplash.com/@carrier_lost
···99 - Education
1010excerpt: Today we'll take a look at how to set up a <a class="gh-badge" href="https://github.com/github"><img src="https://github.com/github.png" alt="github" />GitHub</a> repository which will be deployed to a k3s cluster via Argo CD. In summary, the article will include Workflow files, Dockerfile, manifests (deployment) and <a class="gh-badge" href="https://github.com/docker"><img src="https://github.com/docker.png" alt="Docker Hub" />Docker Hub</a> repositories. Please check out [our Argo CD blog](./setup-argocd-for-kubernetes) because this will be a continuation of the other post.
1111authors:
1212- - trueberryless
1212+ - trueberryless
1313cover:
1414 alt: A person balances on a large pipe, with a view of the landscape in the background.
1515 image: ../../../../public/blog/setup-continuous-integration-github-repository.jpg
···276276## Celebrate with a Coffee!
277277278278Congratulations, you've successfully set up Argo CD with k3s and [Cilium](https://github.com/cilium)! You deserve a coffee break. Enjoy a well-earned cup, and if you'd like to share a virtual coffee with me, feel free to support my work on [Ko-fi](https://ko-fi.com/trueberryless). Thank you!
279279-280280-## Credits
281281-282282-Cover image creator: https://unsplash.com/@frostroomhead
···66tags:
77 - Deployment Series
88 - Education
99+ - Collaboration
910excerpt: This blog posts describes the process of setting up a <a class="gh-badge" href="https://github.com/kubernetes"><img src="https://github.com/kubernetes.png" alt="Kubernetes" />Kubernetes</a> cluster with <a class="gh-badge" href="https://github.com/k3s-io"><img src="https://github.com/k3s-io.png" alt="k3s" />k3s</a> and <a class="gh-badge" href="https://github.com/cilium"><img src="https://github.com/cilium.png" alt="Cilium" />Cilium</a>. We use <a class="gh-badge" href="https://github.com/helm"><img src="https://github.com/helm.png" alt="Helm" />Helm</a> as the package manager and <a class="gh-badge" href="https://github.com/cloudflare"><img src="https://github.com/cloudflare.png" alt="Cloudflare" />Cloudflare</a> as the certificate issuer. We used the tips and tricks from Vegard S. Hagen from [his article](https://blog.stonegarden.dev/articles/2024/02/bootstrapping-k3s-with-cilium/). Essentially, this blog explains, how all the trueberryless.org websites are deployed (not any more).
1011authors:
1111- - trueberryless
1212- - clemens
1212+ - trueberryless
1313+ - clemens
1314cover:
1415 alt: A cube in 3D with a yellow and green sticker applied to its surface, showcasing a geometric design.
1516 image: ../../../../public/blog/setup-kubernetes-with-cilium-and-cloudflare.jpg
···782783```
783784784785Hopefully, you're now good to go!
785785-786786-## Credits
787787-788788-Cover image creator: https://unsplash.com/@growtika
···152152However, if you want to automate the whole generation without having to specify labels and orders manually for each directory, coding the solution yourself (with some guidelines in this blog) is the preferred and recommended solution.
153153154154If you want to check out the code presented in this blog, feel free to visit the [StackBlitz](https://stackblitz.com/github/trueberryless/starlight-autogenerate-whole-sidebar?file=src%2Fcontent.config.ts) or the source code in the [GitHub repo](https://github.com/trueberryless/starlight-autogenerate-whole-sidebar).
155155-156156-## Credits
157157-158158-Cover image creator: https://unsplash.com/@viktortalashuk
-4
src/content/docs/blog/starlight-cooler-credit.mdx
···2424What started as a simple idea turned into something I’m really proud of: **Starlight Cooler Credit** . It’s more than just a plugin—it’s a way to give credit with style, customization, and a touch of global teamwork.
25252626If you’re curious, you can check it out at [starlight-cooler-credit.trueberryless.org](https://starlight-cooler-credit.trueberryless.org/) . Give it a try—I think you’ll love it as much as I do!
2727-2828-## Credits
2929-3030-Cover image creator: https://unsplash.com/@markuswinkler
···77 - Plugins
88 - CSS
99 - Education
1010+ - Collaboration
1011excerpt: Combine two <a class="gh-badge" href="https://github.com/withastro/starlight"><img src="/starlight.png" alt="Starlight" />Starlight</a> Sidebar Topics plugins to show a list of topics on desktop and a dropdown menu in the mobile sidebar.
1112authors:
1213 - hideoo
···116117You could also do it the other way around (list on mobile, dropdown on desktop) by swapping the `display: block` and `display: none` properties in the CSS.
117118118119Moreover, you could also create your own display component, which uses the route data from the Starlight Sidebar Topics plugin and renders the topics in a custom way. This is a bit more advanced, but you can find more information about this in the ["Custom Topics List" documentation](https://starlight-sidebar-topics.trueberryless.org/docs/guides/custom-topic-list/).
119119-120120-## Credits
121121-122122-Cover image creator: https://unsplash.com/@nahakiole
···66 - Starlight
77 - CSS
88 - Education
99+ - Collaboration
910excerpt: Learn how to create a horizontal progress indicator for your <a class="gh-badge" href="https://github.com/withastro/starlight"><img src="/starlight.png" alt="Starlight" />Starlight</a> site.
1011authors:
1112 - frostybee
···125126With this setup, the progress indicator will be displayed on every page (except landing pages) of your Starlight site. 🥳
126127127128You can also check out [FrostyBee's](https://github.com/frostybee) [Starlight Scroll To Top plugin](https://github.com/frostybee/starlight-scroll-to-top) which also supports a built in [Progress Ring](https://frostybee.github.io/starlight-scroll-to-top/configuration/#showprogressring) since version `0.3.1`. 🙌
128128-129129-## Credits
130130-131131-Cover image creator: https://unsplash.com/@muriel_1
···4141Profound. Timeless. Golden.
42424343And that single, beautiful spark of an idea? It’s precisely what I’ll guide you through in [the post "Starlight Topics Dropdown and List together"](/blog/starlight-dropdown-and-list-together/).
4444-4545-## Credits
4646-4747-Cover image creator: https://unsplash.com/@nakkeeran_raveendran
···156156Would I recommend it? Only if you have way too much patience. 😅
157157158158But in the end, I created a [GitHub](https://github.com/github) profile README that *shouldn't exist* — but it does. And I love it.
159159-160160-## Credits
161161-162162-Cover image creator: https://unsplash.com/@eduardoflorespe
···173173Here you can see the example from [the Terraform explanation](#what-is-terraform), showing how this extension visually adds the values of the variables in VS Code:
174174175175
176176-177177-## Credits
178178-179179-Cover image creator: https://unsplash.com/@pablocontreras
-4
src/content/docs/blog/true-tracker.mdx
···2828True Tracker became my first-ever Next.js project—a simple but unique app for tracking time with no strings attached. It's live now at [https://true-tracker.trueberryless.org](https://true-tracker.trueberryless.org/).
29293030The journey taught me more than just how to use Next.js. It taught me about pushing past challenges, transitioning between frameworks, and embracing the quirks that make each project unique. True Tracker isn't just an app; it's a milestone—a little piece of proof that even small ideas can have a big impact.
3131-3232-## Credits
3333-3434-Cover image creator: https://unsplash.com/@mboulden
-4
src/content/docs/blog/username.mdx
···3434Now, you might be thinking, _Three days for that? Really?_
35353636And to that, I say: _Yes_. Greatness takes time. Besides, who needs true berries when you can be berryless?
3737-3838-## Credits
3939-4040-Cover image creator: https://www.freepik.com
···5959- Blogs have easy and hard sides: This is what the title says, but know that when I wrote all that I realised that I haven't answered that question at all... Thank god, that Jacob didn't type a question mark at the end of that suggestion. 🙏
60606161Yeah, I guess that's it. If you want to share you thoughts, leave them in [Lou's comments](https://lou.gg/blog/why-writing-blogs-isnt-hard) because I have none.
6262-6363-## Credits
6464-6565-Cover image creator: https://unsplash.com/@dlxmedia
+435
src/content/docs/credits.mdx
···11+---
22+title: 🌟 Heartfelt Thanks & Credits
33+description: Overview of all the awesome people who make this blog possible.
44+template: splash
55+lastUpdated: true
66+editUrl: true
77+pagefind: true
88+badgeLinks: false
99+---
1010+1111+Creating this blog has been an incredible journey — one that simply wouldn’t have been possible without the creativity, dedication, and open hearts of so many amazing people and projects across the open-source community.
1212+This page is dedicated to everyone who helped make this corner of the internet a reality, whether through code, design, feedback, or inspiration. 💖
1313+1414+## ✨ Special Gratitude to Starlight Blog
1515+1616+A very special thank you goes to **[HiDeoo](https://hideoo.dev)**, the brilliant mind behind **[Starlight Blog](https://starlight-blog-docs.vercel.app/)** — a plugin that transforms the process of building a blog into one of the most seamless and delightful experiences imaginable.
1717+Your work embodies the spirit of accessibility and joy that open source is all about.
1818+1919+## 🌠 Shoutout to Starlight & Its Contributors
2020+2121+Endless gratitude to the entire **[Starlight](https://starlight.astro.build/)** team and all its [contributors](https://github.com/withastro/starlight/graphs/contributors) for crafting such a thoughtful, extensible, and inspiring documentation framework.
2222+Starlight makes it not only possible, but *fun*, to build something beautiful, structured, and personal.
2323+2424+## 🤝 Collaborations & Shared Voices
2525+2626+One of the most beautiful parts of this blog’s journey has been the chance to **create, think, and write together** with others.
2727+Some posts here were born from deep conversations, shared curiosity, and collective effort — each collaboration adding new perspective, depth, and heart.
2828+2929+A huge thank you to everyone who co-wrote, inspired, edited, or shared their words on this platform.
3030+Your voices make this space richer, warmer, and infinitely more human. 💬💞
3131+3232+**Collaborators & Co-Authors**
3333+3434+- [Clemens Schlipfinger](https://clemens.steinanet.at)
3535+- [FrostyBee](https://github.com/frostybee)
3636+- [HiDeoo](https://hideoo.dev)
3737+- [Lan](https://github.com/LanHikari22)
3838+- [Louis Escher](https://lou.gg)
3939+4040+_If you’ve written, inspired, or shaped even a small part of this blog — you’re part of this list too._ ✨
4141+4242+## 🧡 A Typeface That Speaks Clearly
4343+4444+This blog uses **[Atkinson Hyperlegible Next](https://brailleinstitute.org/freefont)** — a typeface designed by the **Braille Institute** to maximize legibility and inclusivity for readers of all kinds.
4545+Its thoughtful design combines accessibility and beauty, perfectly aligning with the open, welcoming spirit of this site.
4646+4747+## 🔌 Honorable Mentions — Plugins & Integrations
4848+4949+This site wouldn’t shine the same way without these fantastic tools and integrations that power it behind the scenes:
5050+5151+- [`@lunariajs/starlight`](https://github.com/lunariajs/starlight) – Localization sync that just *works*
5252+- [`starlight-giscus`](https://github.com/dragomano/starlight-giscus) – Smooth Giscus comment integration
5353+- [`starlight-image-zoom`](https://github.com/HiDeoo/starlight-image-zoom) – For that crisp, zoomable image experience
5454+- [`starlight-links-validator`](https://github.com/HiDeoo/starlight-links-validator) – Keeps all links neat and valid
5555+- [`starlight-theme-rapide`](https://github.com/HiDeoo/starlight-theme-rapide) – A fast and stylish theme that enhances the feel
5656+5757+## 🖼️ Image Credits
5858+5959+A huge thank you to all the talented photographers and artists whose visuals bring warmth and depth to this blog.
6060+Most images are sourced from **[Unsplash](https://unsplash.com)** and other freely shared creative platforms — each listed below with full credit and appreciation. 🌍💫
6161+6262+import ImageCreditsSection from '../../components/ImageCreditsSection.astro';
6363+import ImageCredit from '../../components/ImageCredit.astro';
6464+6565+<ImageCreditsSection>
6666+ <ImageCredit
6767+ image="/public/blog/authors/artificial-intelligence.jpg"
6868+ title="A Brain Displayed with Glowing Blue Lines"
6969+ author="Shubham Dhage"
7070+ authorUrl="https://unsplash.com/@theshubhamdhage"
7171+ sourceUrl="https://unsplash.com/photos/a-brain-displayed-with-glowing-blue-lines-2sz-3NrmZYU"
7272+ usedOn="Author: Artificial Intelligence (OG Image)"
7373+ usedOnUrl="/blog/authors/artificial-intelligence"
7474+ />
7575+ <ImageCredit
7676+ image="/public/blog/mutanuq.jpg"
7777+ title="A Bulletin Board with a Back to School Sign on It"
7878+ author="Elena Mozhvilo"
7979+ authorUrl="https://unsplash.com/@miracleday"
8080+ sourceUrl="https://unsplash.com/photos/a-bulletin-board-with-a-back-to-school-sign-on-it-1nz2RyutBEE"
8181+ usedOn="Organising School Life: The Journey Behind Mutanuq"
8282+ usedOnUrl="/blog/mutanuq"
8383+ />
8484+ <ImageCredit
8585+ image="/public/blog/starlight-progress-indicator.jpg"
8686+ title="A Close up of a Black Surface with Yellow Balls"
8787+ author="Muriel Liu"
8888+ authorUrl="https://unsplash.com/@muriel_1"
8989+ sourceUrl="https://unsplash.com/photos/a-close-up-of-a-black-surface-with-yellow-balls-CFPWZHBHLRk"
9090+ usedOn="How to create a horizontal progress indicator for your Starlight site"
9191+ usedOnUrl="/blog/starlight-progress-indicator"
9292+ />
9393+ <ImageCredit
9494+ image="/public/blog/github-profile-readme.jpg"
9595+ title="A Close up of a Text Description on a Computer Screen"
9696+ author="Yancy Min"
9797+ authorUrl="https://unsplash.com/@yancymin"
9898+ sourceUrl="https://unsplash.com/photos/a-close-up-of-a-text-description-on-a-computer-screen-842ofHC6MaI"
9999+ usedOn="Designing a Profile That Works Within GitHub's Rules"
100100+ usedOnUrl="/blog/github-profile-readme"
101101+ />
102102+ <ImageCredit
103103+ image="/public/blog/tags/tool.jpg"
104104+ title="A Group of Hammers and a Hammer on a Wooden Surface"
105105+ author="Rob Laughter"
106106+ authorUrl="https://unsplash.com/@roblaughter"
107107+ sourceUrl="https://unsplash.com/photos/a-group-of-hammers-and-a-hammer-on-a-wooden-surface-Okg5ne7l-Vg"
108108+ usedOn="Tag: Tool (OG Image)"
109109+ usedOnUrl="/blog/tags/tool"
110110+ />
111111+ <ImageCredit
112112+ image="/public/blog/tags/automation.jpg"
113113+ title="A Large Machine in a Large Building"
114114+ author="Homa Appliances"
115115+ authorUrl="https://unsplash.com/@homaappliances"
116116+ sourceUrl="https://unsplash.com/photos/a-large-machine-in-a-large-building-pWUyHVJgLhg"
117117+ usedOn="Tag: Automation (OG Image)"
118118+ usedOnUrl="/blog/tags/automation"
119119+ />
120120+ <ImageCredit
121121+ image="/public/blog/starlight-topics-history-story.jpg"
122122+ title="A Long Line of Pillars in a Building"
123123+ author="Nakkeeran Raveendran"
124124+ authorUrl="https://unsplash.com/@nakkeeran_raveendran"
125125+ sourceUrl="https://unsplash.com/photos/a-long-line-of-pillars-in-a-building-dxgIrClfpOc"
126126+ usedOn="A short history of Starlight Sidebar Topics plugins"
127127+ usedOnUrl="/blog/starlight-topics-history-story"
128128+ />
129129+ <ImageCredit
130130+ image="/public/blog/writing-blogs-is-hard-and-easy.jpg"
131131+ title="A Pen and a Cup of Coffee"
132132+ author="dlxmedia.hu"
133133+ authorUrl="https://unsplash.com/@dlxmedia"
134134+ sourceUrl="https://unsplash.com/photos/a-pen-and-a-cup-of-coffee-CF5I-rfrJ4s"
135135+ usedOn="Some aspects of creating a blog are really easy, and some are extremely difficult!"
136136+ usedOnUrl="/blog/writing-blogs-is-hard-and-easy"
137137+ />
138138+ <ImageCredit
139139+ image="/public/blog/tags/collaboration.jpg"
140140+ title="A Person Holding a Pair of Nails"
141141+ author="Vardan Papikyan"
142142+ authorUrl="https://unsplash.com/@varpap"
143143+ sourceUrl="https://unsplash.com/photos/a-person-holding-a-pair-of-nails-A2QhHQMZD0Y"
144144+ usedOn="Tag: Collaboration (OG Image)"
145145+ usedOnUrl="/blog/tags/collaboration"
146146+ />
147147+ <ImageCredit
148148+ image="/public/blog/accelerating-translations-with-continuous-integration.jpg"
149149+ title="A Pile of Plastic Letters and Numbers on a Pink and Blue Background"
150150+ author="Towfiqu barbhuiya"
151151+ authorUrl="https://unsplash.com/@towfiqu999999"
152152+ sourceUrl="https://unsplash.com/photos/a-pile-of-plastic-letters-and-numbers-on-a-pink-and-blue-background-5u6bz2tYhX8"
153153+ usedOn="Accelerating translations with continuous integration"
154154+ usedOnUrl="/blog/accelerating-translations-with-continuous-integration"
155155+ />
156156+ <ImageCredit
157157+ image="/public/blog/tags/deployment.jpg"
158158+ title="A Plane Flying Through a Cloudy Blue Sky"
159159+ author="Roman Petrov"
160160+ authorUrl="https://unsplash.com/@roap_oneee"
161161+ sourceUrl="https://unsplash.com/photos/a-plane-flying-through-a-cloudy-blue-sky-cz0EanY68n8"
162162+ usedOn="Tag: Deployment (OG Image)"
163163+ usedOnUrl="/blog/tags/deployment"
164164+ />
165165+ <ImageCredit
166166+ image="/public/blog/true-tracker.jpg"
167167+ title="A Pocket Watch Sitting on Top of a Book"
168168+ author="Meg Boulden"
169169+ authorUrl="https://unsplash.com/@mboulden"
170170+ sourceUrl="https://unsplash.com/photos/a-pocket-watch-sitting-on-top-of-a-book-eLqWJqJzJDg"
171171+ usedOn="Designing a No-Account, No-Database Approach to Time Tracking"
172172+ usedOnUrl="/blog/true-tracker"
173173+ />
174174+ <ImageCredit
175175+ image="/public/blog/tags/components.jpg"
176176+ title="A Small Island in the Middle of a Body of Water"
177177+ author="Nicholas Bullett"
178178+ authorUrl="https://unsplash.com/@munkstt"
179179+ sourceUrl="https://unsplash.com/photos/a-small-island-in-the-middle-of-a-body-of-water-oJlzkhHTT-A"
180180+ usedOn="Tag: Components (OG Image)"
181181+ usedOnUrl="/blog/tags/components"
182182+ />
183183+ <ImageCredit
184184+ image="/public/blog/earworms.jpg"
185185+ title="A Sound Wave Is Shown in the Middle of a Pink Background"
186186+ author="Yassine Ait Tahit"
187187+ authorUrl="https://unsplash.com/@unclearvision"
188188+ sourceUrl="https://unsplash.com/photos/a-sound-wave-is-shown-in-the-middle-of-a-pink-background-uBqd-tGQI8o"
189189+ usedOn="Earworms and the message hidden within the pattern"
190190+ usedOnUrl="/blog/earworms"
191191+ />
192192+ <ImageCredit
193193+ image="/public/blog/tags/github.jpg"
194194+ title="A White Dice with a Black Github Logo on It"
195195+ author="Rubaitul Azad"
196196+ authorUrl="https://unsplash.com/@rubaitulazad"
197197+ sourceUrl="https://unsplash.com/photos/a-white-dice-with-a-black-github-logo-on-it-HLQDfaJUTVI"
198198+ usedOn="Tag: GitHub (OG Image)"
199199+ usedOnUrl="/blog/tags/github"
200200+ />
201201+ <ImageCredit
202202+ image="/public/blog/authors/felix-schneider.jpg"
203203+ title="A White Mask Sitting on Top of a Piece of Paper"
204204+ author="Bret Lama"
205205+ authorUrl="https://unsplash.com/@sepiatone"
206206+ sourceUrl="https://unsplash.com/photos/a-white-mask-sitting-on-top-of-a-piece-of-paper-8zJMGvGeFig"
207207+ usedOn="Author: Felix Schneider (OG Image)"
208208+ usedOnUrl="/blog/authors/felix-schneider"
209209+ />
210210+ <ImageCredit
211211+ image="/public/blog/starlight-cooler-credit.jpg"
212212+ title="A Wooden Block Spelling Credit on a Table"
213213+ author="Markus Winkler"
214214+ authorUrl="https://unsplash.com/@markuswinkler"
215215+ sourceUrl="https://unsplash.com/photos/a-wooden-block-spelling-credit-on-a-table-ULXC8_R1sXE"
216216+ usedOn="A Stylish Way to Give Credit in Starlight Projects"
217217+ usedOnUrl="/blog/starlight-cooler-credit"
218218+ />
219219+ <ImageCredit
220220+ image="/public/blog/technically-impressive-github-profile-readme.jpg"
221221+ title="An Aerial View of a Soccer Field from Above"
222222+ author="Eduardo Flores"
223223+ authorUrl="https://unsplash.com/@eduardoflorespe"
224224+ sourceUrl="https://unsplash.com/photos/an-aerial-view-of-a-soccer-field-from-above-tOdS_OYdnKA"
225225+ usedOn="How I Built a GitHub Profile README That Shouldn't Exist (But It Does)"
226226+ usedOnUrl="/blog/technically-impressive-github-profile-readme"
227227+ />
228228+ <ImageCredit
229229+ image="/public/blog/rehype-github-badge-links.jpg"
230230+ title="Assorted Colored Lapel Pin Lot"
231231+ author="Kevin Luarte"
232232+ authorUrl="https://unsplash.com/@luarte_raw"
233233+ sourceUrl="https://unsplash.com/photos/assorted-colored-lapel-pin-lot-FHTxbpRWEsE"
234234+ usedOn="How to create a Rehype plugin that turns GitHub links into beautiful badges"
235235+ usedOnUrl="/blog/rehype-github-badge-links"
236236+ />
237237+ <ImageCredit
238238+ image="/public/blog/starlight-autogenerate-whole-sidebar.jpg"
239239+ title="Assorted Files"
240240+ author="Viktor Talashuk"
241241+ authorUrl="https://unsplash.com/@viktortalashuk"
242242+ sourceUrl="https://unsplash.com/photos/assorted-files-05HLFQu8bFw"
243243+ usedOn="How to fully autogenerate Starlight sidebars (without losing control)"
244244+ usedOnUrl="/blog/starlight-autogenerate-whole-sidebar"
245245+ />
246246+ <ImageCredit
247247+ image="/public/blog/setup-argocd-for-kubernetes.jpg"
248248+ title="Blue and Red Cargo Ship on Sea During Daytime"
249249+ author="Ian Taylor"
250250+ authorUrl="https://unsplash.com/@carrier_lost"
251251+ sourceUrl="https://unsplash.com/photos/blue-and-red-cargo-ship-on-sea-during-daytime-jOqJbvo1P9g"
252252+ usedOn="Setting up Argo CD in a k3s cluster"
253253+ usedOnUrl="/blog/setup-argocd-for-kubernetes"
254254+ />
255255+ <ImageCredit
256256+ image="/public/blog/starlight-sidebar-whitespace.jpg"
257257+ title="Blue Red and Yellow Abstract Painting"
258258+ author="Steve Johnson"
259259+ authorUrl="https://unsplash.com/@steve_j"
260260+ sourceUrl="https://unsplash.com/photos/blue-red-and-yellow-abstract-painting-nDqFutpNNC4"
261261+ usedOn="How to make your Starlight sidebar items look better"
262262+ usedOnUrl="/blog/starlight-sidebar-whitespace"
263263+ />
264264+ <ImageCredit
265265+ image="/public/blog/tags/mindspace.jpg"
266266+ title="Brown and White Water Splash"
267267+ author="Pawel Czerwinski"
268268+ authorUrl="https://unsplash.com/@pawel_czerwinski"
269269+ sourceUrl="https://unsplash.com/photos/brown-and-white-water-splash-BFxnx0UHVGM"
270270+ usedOn="Tag: Mindspace (OG Image)"
271271+ usedOnUrl="/blog/tags/mindspace"
272272+ />
273273+ <ImageCredit
274274+ image="/public/blog/terraform-variables-resolution.jpg"
275275+ title="Brown Wooden Building under White Clouds During Daytime"
276276+ author="@invadingkingdom"
277277+ authorUrl="https://unsplash.com/@pablocontreras"
278278+ sourceUrl="https://unsplash.com/photos/brown-wooden-building-under-white-clouds-during-daytime-pdRpNwIJMGQ"
279279+ usedOn="Vibe-coding a VS Code Extension for Terraform projects"
280280+ usedOnUrl="/blog/terraform-variables-resolution"
281281+ />
282282+ <ImageCredit
283283+ image="/public/blog/authors/frostybee.jpg"
284284+ title="Closeup Photo of Dried Leaf"
285285+ author="Caleb Stokes"
286286+ authorUrl="https://unsplash.com/@yoitscalebb"
287287+ sourceUrl="https://unsplash.com/photos/closeup-photo-of-dried-leaf-dWc5Gs4E2wA"
288288+ usedOn="Author: FrostyBee (OG Image)"
289289+ usedOnUrl="/blog/authors/frostybee"
290290+ />
291291+ <ImageCredit
292292+ image="/public/blog/tags/plugins.jpg"
293293+ title="Closeup Photography of Plant on Ground"
294294+ author="Jeremy Bishop"
295295+ authorUrl="https://unsplash.com/@jeremybishop"
296296+ sourceUrl="https://unsplash.com/photos/closeup-photography-of-plant-on-ground-vGjGvtSfys4"
297297+ usedOn="Tag: Plugins (OG Image)"
298298+ usedOnUrl="/blog/tags/plugins"
299299+ />
300300+ <ImageCredit
301301+ image="/public/blog/setup-kubernetes-with-cilium-and-cloudflare.jpg"
302302+ title="Diagram"
303303+ author="Growtika"
304304+ authorUrl="https://unsplash.com/@growtika"
305305+ sourceUrl="https://unsplash.com/photos/diagram-f7uCQxhucw4"
306306+ usedOn="Setting up Kubernetes with Cilium and Cloudflare"
307307+ usedOnUrl="/blog/setup-kubernetes-with-cilium-and-cloudflare"
308308+ />
309309+ <ImageCredit
310310+ image="/public/blog/starlight-dropdown-and-list-together.jpg"
311311+ title="Flat Lay Photography of Circuit Board"
312312+ author="Robin Glauser"
313313+ authorUrl="https://unsplash.com/@nahakiole"
314314+ sourceUrl="https://unsplash.com/photos/flat-lay-photography-of-circuit-board-zP7X_B86xOg"
315315+ usedOn="How components open up endless possibilities"
316316+ usedOnUrl="/blog/starlight-dropdown-and-list-together"
317317+ />
318318+ <ImageCredit
319319+ image="/public/blog/deep-thoughts.jpg"
320320+ title="Green Leafed Tree on Desert"
321321+ author="Damian Denis"
322322+ authorUrl="https://unsplash.com/@dwade"
323323+ sourceUrl="https://unsplash.com/photos/green-leafed-tree-on-desert-D8R_txR_0PE"
324324+ usedOn="Homepage (OG Image)"
325325+ usedOnUrl="/"
326326+ />
327327+ <ImageCredit
328328+ image="/public/blog/authors/hideoo.jpg"
329329+ title="Latte Art in Brown Cup in Macro Photography"
330330+ author="Jonas Jacobsson"
331331+ authorUrl="https://unsplash.com/@jonasjacobsson"
332332+ sourceUrl="https://unsplash.com/photos/latte-art-in-brown-cup-in-macro-photography-RFHFV7lVQBY"
333333+ usedOn="Author: HiDeoo (OG Image)"
334334+ usedOnUrl="/blog/authors/hideoo"
335335+ />
336336+ <ImageCredit
337337+ image="/public/blog/tags/starlight.jpg"
338338+ title="Nebula"
339339+ author="NASA"
340340+ authorUrl="https://unsplash.com/@nasa"
341341+ sourceUrl="https://unsplash.com/photos/nebula--hI5dX2ObAs"
342342+ usedOn="Tag: Starlight (OG Image)"
343343+ usedOnUrl="/blog/tags/starlight"
344344+ />
345345+ <ImageCredit
346346+ image="/public/blog/cognitive-erosion.jpg"
347347+ title="Omega Brain: Unlocking Cognitive Potential with Essential Fatty Acids"
348348+ author="NeuroLaunch Editorial Team"
349349+ authorUrl="https://neurolaunch.com/editorial-team/"
350350+ source="NeuroLaunch"
351351+ sourceUrl="https://neurolaunch.com/wp-content/uploads/2024/09/omega-brain-unlocking-cognitive-potential-with-essential-fatty-acids-1024x585.webp"
352352+ usedOn="Stop Outsourcing Your Soul to AI"
353353+ usedOnUrl="/blog/cognitive-erosion"
354354+ />
355355+ <ImageCredit
356356+ image="/public/blog/authors/clemens-schlipfinger.jpg"
357357+ title="Person in Red Sweater Holding Babys Hand"
358358+ author="Hannah Busing"
359359+ authorUrl="https://unsplash.com/@hannahbusing"
360360+ sourceUrl="https://unsplash.com/photos/person-in-red-sweater-holding-babys-hand-Zyx1bK9mqmA"
361361+ usedOn="Author: Clemens Schlipfinger (OG Image)"
362362+ usedOnUrl="/blog/authors/clemens-schlipfinger"
363363+ />
364364+ <ImageCredit
365365+ image="/public/blog/setup-continuous-integration-github-repository.jpg"
366366+ title="Person on Top of Brown Steel Frame"
367367+ author="Rodion Kutsaiev"
368368+ authorUrl="https://unsplash.com/@frostroomhead"
369369+ sourceUrl="https://unsplash.com/photos/person-on-top-of-brown-steel-frame-xNdPWGJ6UCQ"
370370+ usedOn="Setting up Continuous deployment in a GitHub repository"
371371+ usedOnUrl="/blog/setup-continuous-integration-github-repository"
372372+ />
373373+ <ImageCredit
374374+ image="/public/blog/diploma-thesis.jpg"
375375+ title="Planet Space Photography"
376376+ author="Animalia Life"
377377+ authorUrl="https://animalia-life.club/qa/pictures/high-resolution-nasa-earth-at-night-from-space"
378378+ source="High Resolution Nasa Earth At Night From Space"
379379+ sourceUrl="https://ena.our-dogs.info/facts-ph.html"
380380+ usedOn="Designing a Kafka-Based Pipeline and Interactive Graph for Energy Anomaly Detection"
381381+ usedOnUrl="/blog/diploma-thesis"
382382+ />
383383+ <ImageCredit
384384+ image="/public/blog/tags/css.jpg"
385385+ title="Programming Language"
386386+ author="Pankaj Patel"
387387+ authorUrl="https://unsplash.com/@pankajpatel"
388388+ sourceUrl="https://unsplash.com/photos/programming-language-6JVlSdgMacE"
389389+ usedOn="Tag: CSS (OG Image)"
390390+ usedOnUrl="/blog/tags/css"
391391+ />
392392+ <ImageCredit
393393+ image="/public/blog/tags/education.jpg"
394394+ title="Red Apple Fruit on Four Pyle Books"
395395+ author="Element5 Digital"
396396+ authorUrl="https://unsplash.com/@element5digital"
397397+ sourceUrl="https://unsplash.com/photos/red-apple-fruit-on-four-pyle-books-OyCl7Y4y0Bk"
398398+ usedOn="Tag: Education (OG Image)"
399399+ usedOnUrl="/blog/tags/education"
400400+ />
401401+ <ImageCredit
402402+ image="/public/blog/featuring/star-days.jpg"
403403+ title="Water Ripple"
404404+ author="Levi XU"
405405+ authorUrl="https://unsplash.com/@xusanfeng"
406406+ sourceUrl="https://unsplash.com/photos/water-ripple-dOhJtfXJZfw"
407407+ usedOn="Star Days ★"
408408+ usedOnUrl="/blog/featuring/star-days"
409409+ />
410410+ <ImageCredit
411411+ image="/public/blog/authors/lan.jpg"
412412+ title="White Flowers and Dark Green Leaves Fill the Frame"
413413+ author="Sourav Kundu"
414414+ authorUrl="https://unsplash.com/@uravx"
415415+ sourceUrl="https://unsplash.com/photos/white-flowers-and-dark-green-leaves-fill-the-frame-xYd2ri2F0Sw"
416416+ usedOn="Author: Lan (OG Image)"
417417+ usedOnUrl="/blog/authors/lan"
418418+ />
419419+ <ImageCredit
420420+ image="/public/blog/20th-birthday.jpg"
421421+ title="Yellow and Green Lighted Candle"
422422+ author="Bilal Ayadi"
423423+ authorUrl="https://unsplash.com/@bilal_ayadi"
424424+ sourceUrl="https://unsplash.com/photos/yellow-and-green-lighted-candle-k8Lp1IOsZt4"
425425+ usedOn="From Balloons to Binary: A 20th Birthday Packed with Clues"
426426+ usedOnUrl="/blog/20th-birthday"
427427+ />
428428+</ImageCreditsSection>
429429+430430+## ❤️ To Everyone Involved
431431+432432+To the developers, designers, artists, testers, friends, and readers who contributed in one way or another — thank you.
433433+Your work, feedback, and presence make this blog what it is today.
434434+435435+This site stands as a small tribute to the open-source spirit: collaboration, curiosity, and creativity shared freely for the love of building something together.