Stablo - Astro Blog Template with MDX
Stablo Astro is an Astro version of Stablo - Next.js Blog Template, #1 template for Next.js & Sanity CMS. This is an Astro version of the same template.
This free template is sponsored by Web3Templates
Key Features:
- Astro Framework: Built using the Astro static site generator.
- MDX Support: Enables the use of MDX for writing content, allowing for embedding React components within Markdown.
- TailwindCSS: Utilizes TailwindCSS for styling, providing a utility-first CSS framework.
- Vercel Deployment: Ready for one-click deployment on Vercel.
Use Cases:
- Personal Blogs: Ideal for developers or writers looking to set up a minimal, fast-loading blog.
- Documentation Sites: Suitable for creating documentation websites with embedded interactive examples.
- Portfolio Sites: Can be adapted for portfolio sites showcasing projects with rich content.
- Quick Prototyping: Useful for quickly prototyping web projects with a blog-centric approach.
Installation:
- Clone the repo
git clone https://github.com/web3templates/stablo-astro.git myProjectName # or git clone https://github.com/web3templates/stablo-astro.git .
- Install Dependencies
npm install # or yarn install # or (recommended) pnpm install
- Start development Server
npm run dev # or yarn dev # or (recommended) pnpm dev
We recommend using pnpm to save disk space on your computer.