Mirror of
0
fork

Configure Feed

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

feat: even more github links 🥳 (now in excerpts)

+9 -9
starlight/public/starlight.png

This is a binary file and will not be displayed.

+1 -1
starlight/src/content/docs/blog/accelerating-translations-with-continuous-integration.mdx
··· 8 8 - Plugins 9 9 authors: 10 10 - trueberryless 11 - excerpt: <p>I have been working in OSS on [GitHub](https://github.com/github) for over a year now and although I thought I found everything I want to contribute to, I recently discovered <a class="gh-badge" href="https://github.com/pelikhan"><img src="https://github.com/pelikhan.png" alt="pelikhan" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">Peli's</a> personal project <a href="https://github.com/pelikhan/action-continuous-translation">action-continuous-translation</a> and I am very happy that I started doing regular contributions there and being part of the little community now.</p> 11 + excerpt: <p>I have been working in OSS on <a class="gh-badge" href="https://github.com/github"><img src="https://github.com/github.png" alt="github" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">GitHub</a> for over a year now and although I thought I found everything I want to contribute to, I recently discovered <a class="gh-badge" href="https://github.com/pelikhan"><img src="https://github.com/pelikhan.png" alt="pelikhan" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">Peli's</a> personal project <a href="https://github.com/pelikhan/action-continuous-translation">action-continuous-translation</a> and I am very happy that I started doing regular contributions there and being part of the little community now.</p> 12 12 cover: 13 13 alt: A beautiful cover image with the text "AI Translations" 14 14 image: ../../../../public/blog/accelerating-translations-with-continuous-integration.png
+1 -1
starlight/src/content/docs/blog/setup-argocd-for-kubernetes.md
··· 6 6 tags: 7 7 - Automation 8 8 - Deployment 9 - excerpt: Continuing to improve our k3s cluster and especially the CI/CD workflow, we now take a look at the GitOps tool called Argo CD, and how we can integrate it into our cluster. Our tech stack for deployment uses these services&#58; k3s, Helm, Cilium & after this tutorial Argo CD as well 9 + excerpt: 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" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">Argo CD</a>, and how we can integrate it into our cluster. Our tech stack for deployment uses these services&#58; k3s, Helm, Cilium & after this tutorial Argo CD as well 10 10 authors: 11 11 - trueberryless 12 12 cover:
+1 -1
starlight/src/content/docs/blog/setup-continuous-integration-github-repository.md
··· 6 6 - Automation 7 7 - Deployment 8 8 - GitHub 9 - excerpt: Today we'll take a look at how to set up a GitHub repository which will be deployed to a k3s cluster via Argo CD. In summary, the article will include Workflow files, Dockerfile, manifests (deployment) and Docker Hub repositories. Please check out [our Argo CD blog](./setup-argocd-for-kubernetes) because this will be a continuation of the other post. 9 + excerpt: 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" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">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" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">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. 10 10 authors: 11 11 - trueberryless 12 12 cover:
+1 -1
starlight/src/content/docs/blog/setup-kubernetes-with-cilium-and-cloudflare.md
··· 5 5 lastUpdated: 2024-10-01 6 6 tags: 7 7 - Deployment 8 - excerpt: This blog posts describes the process of setting up a kubernetes cluster with k3s and cilium. We use Helm as the package manager and Cloudflare 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. 8 + excerpt: 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" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">Kubernetes</a> cluster with <a class="gh-badge" href="https://github.com/k3s-io"><img src="https://github.com/k3s-io.png" alt="k3s" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">k3s</a> and <a class="gh-badge" href="https://github.com/cilium"><img src="https://github.com/cilium.png" alt="Cilium" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">Cilium</a>. We use <a class="gh-badge" href="https://github.com/helm"><img src="https://github.com/helm.png" alt="Helm" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">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" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">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). 9 9 authors: 10 10 - trueberryless 11 11 - clemens
+1 -1
starlight/src/content/docs/blog/starlight-dropdown-and-list-together.mdx
··· 7 7 - Components 8 8 - Plugins 9 9 - CSS 10 - excerpt: Combine two Starlight Sidebar Topics plugins to show a list of topics on desktop and a dropdown menu in the mobile sidebar. 10 + excerpt: Combine two <a class="gh-badge" href="https://github.com/withastro/starlight"><img src="/starlight.png" alt="Starlight" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">Starlight</a> Sidebar Topics plugins to show a list of topics on desktop and a dropdown menu in the mobile sidebar. 11 11 authors: 12 12 - hideoo 13 13 - trueberryless
+1 -1
starlight/src/content/docs/blog/starlight-progress-indicator.mdx
··· 6 6 - Starlight 7 7 - Components 8 8 - CSS 9 - excerpt: Learn how to create a horizontal progress indicator for your Starlight site. 9 + excerpt: 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" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">Starlight</a> site. 10 10 authors: 11 11 - frostybee 12 12 - trueberryless
+1 -1
starlight/src/content/docs/blog/starlight-sidebar-whitespace.md
··· 5 5 tags: 6 6 - Starlight 7 7 - CSS 8 - excerpt: In this blog post, we'll take a look at how small changes can make a big difference when it comes to whitespaces in your Starlight sidebar. 8 + excerpt: In this blog post, we'll take a look at how small changes can make a big difference when it comes to whitespaces in your <a class="gh-badge" href="https://github.com/withastro/starlight"><img src="/starlight.png" alt="Starlight" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">Starlight</a> sidebar. 9 9 authors: 10 10 - trueberryless 11 11 cover:
+1 -1
starlight/src/content/docs/blog/starlight-topics-history-story.md
··· 5 5 tags: 6 6 - Starlight 7 7 - Plugins 8 - excerpt: In this post, I'll show you the evolution of Starlight plugins with a case study of the [Starlight Sidebar Topics](https://github.com/hideoo/starlight-sidebar-topics) plugin. Be prepared to find out some impressive facts about people and code around Starlight. 8 + excerpt: In this post, I'll show you the evolution of <a class="gh-badge" href="https://github.com/withastro/starlight"><img src="/starlight.png" alt="Starlight" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">Starlight</a> plugins with a case study of the [Starlight Sidebar Topics](https://github.com/hideoo/starlight-sidebar-topics) plugin. Be prepared to find out some impressive facts about people and code around Starlight. 9 9 authors: 10 10 - trueberryless 11 11 - ai
+1 -1
starlight/src/content/docs/blog/technically-impressive-github-profile-readme.mdx
··· 5 5 tags: 6 6 - Automation 7 7 - GitHub 8 - excerpt: Creating a standout GitHub profile README isn’t just about adding a few badges — it’s about pushing technical boundaries. In this deep dive, I explore low-level SVG manipulation, HTML-to-SVG conversion, inline animations, and full automation with GitHub Actions to build what I believe is one of the most technically advanced GitHub READMEs. From a dynamic Bento Grid that updates every 5 minutes to embedding live SVGs without external requests, this project transformed my profile into a living, self-updating showcase of my work. Want to know how I did it? Let’s break it down. 🚀 8 + excerpt: Creating a standout <a class="gh-badge" href="https://github.com/github"><img src="https://github.com/github.png" alt="github" width="16" height="16" style="border-radius:9999px;vertical-align:middle;margin-right:0.4em;">GitHub</a> profile README isn’t just about adding a few badges — it’s about pushing technical boundaries. In this deep dive, I explore low-level SVG manipulation, HTML-to-SVG conversion, inline animations, and full automation with GitHub Actions to build what I believe is one of the most technically advanced GitHub READMEs. From a dynamic Bento Grid that updates every 5 minutes to embedding live SVGs without external requests, this project transformed my profile into a living, self-updating showcase of my work. Want to know how I did it? Let’s break it down. 🚀 9 9 authors: 10 10 - trueberryless 11 11 - ai