Introducing Astro Theme: Minimal Blog
Mar 28, 2025 — General, Open Source
Welcome to Astro Theme: Minimal Blog, an ideal option to start sharing your ideas. It’s easy to set up and features everything you’d need for a blog.
If you previously used @lekoarts/gatsby-theme-minimal-blog (opens in a new window) you’ll feel right at home as it’s a natural evolution of the Gatsby version.
- Write blog posts with MDX
- Styled with Tailwind (opens in a new window)
- Code blocks powered by Expressive Code (opens in a new window)
- Custom asides component
- Live coding powered by Sandpack (opens in a new window)
- RSS, Sitemap
- Light/Dark/System color mode toggle
- Add tags to your blog posts
- Pagefind (opens in a new window) search
- Important: Ensure that pnpm (opens in a new window) is installed
- Clone the astro-theme-minimal-blog (opens in a new window) repository.
- Install dependencies.
Terminal window pnpm install - Run the development server.
Terminal window pnpm dev