Skip to content
Minimal Blog

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.

Features

Getting Started

  1. Important: Ensure that pnpm (opens in a new window) is installed
  2. Clone the astro-theme-minimal-blog (opens in a new window) repository.
  3. Install dependencies.
    Terminal window
    pnpm install
  4. Run the development server.
    Terminal window
    pnpm dev