☕ Pacamara - a blog theme for Astro
Pacamara is a simple blog theme for Astro that uses md and mdx files to store your content.
Features
- Dark & Light mode support
- SEO-friendly
- Type-safe markdown
- Support Astro's Assets and Collections
- Provides RSS feed
Usage
- Pacamara utilizes Astro Collections for blog posts, pages, and authors. You can find all of them in `src/content` folder
- Most of the configuration is customizable via `src/config.mjs`.
- The theme uses TailwindCSS - which means you can configure the colors using `tailwind.config.cjs`.