How to change light and dark Shiki themes when using Astro
A guide to configuring Shiki's dual light and dark syntax highlighting themes in an Astro.js project.
A guide to configuring Shiki's dual light and dark syntax highlighting themes in an Astro.js project.
A developer details updating their blog's code syntax highlighting and theme colors using Shiki and CSS custom properties.
A technical guide on customizing the Astro Starlight documentation sidebar to dynamically show/hide content based on user authentication status.
A guide to automating .NET documentation using Astro, Starlight, and MarkdownSnippets to keep code samples in sync.
A developer's 2024 review covering blog migration to Astro, popular tech posts, and work on Expo docs and GitHub projects.
A technical guide on how to style and beautify your RSS feed using XSL and CSS, with specific implementation examples for Astro.
A technical guide on migrating an Astro.js blog from Astro.glob() to the newer, type-safe Content Collections for better content management.
A developer details their experience updating a personal blog to use Astro 5.0's Content Collections API for improved performance and maintainability.
A guide to a popular React tech stack for building full-stack applications and SaaS products in 2025, based on the author's experience.
A technical guide on adding a Bluesky social media icon to an Astro blog using the AstroPaper theme, including SVG code and configuration.
Explains how to prevent Astro from stripping query parameters in static mode by disabling prerendering for API endpoints.
A guide to implementing automatic component imports for MDX files in the Astro framework using the astro-auto-import package.
A blog post discussing the concept of 'tag gardening' for cleaning up and organizing tags on a technical blog, inspired by another developer's process.
A technical tutorial on integrating Giscus, a GitHub-powered comment system, into an Astro.js blog, including dark mode support.
A tutorial on building a composable FadeIn animation component using Astro, JavaScript, and CSS for subtle UI flourishes.
A developer details the technical process of merging her separate blog and main website into a single Astro-based site for better SEO and maintenance.
A developer shares his experience and tips for converting a WordPress site to a static site using the Astro framework, focusing on performance and stability.
A tutorial on integrating Stripe payment processing into an Astro web project, covering setup, checkout options, and server-side rendering.
A developer explains why they're shifting from creating exhaustive courses to writing focused 'recipes' for web technologies like Astro and Svelte.
A tutorial on building a simple, clean photo gallery using Astro's content collections and image handling features.