Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Pacamara is a simple blog theme for Astro that uses md and mdx files to store your content.
Pacamara is a simple, SEO-friendly blog theme built for Astro, leveraging md and mdx files for content management. It offers a modern blogging experience with robust features and easy customization.
Key Features:
src/content folder, ensuring content integrity.Installation:
To get started, you can use the "Use this template" button on GitHub to create a new repository. Alternatively, clone the repository and run npm install followed by npm start. For a quick setup, use the Astro CLI: npm create astro@latest -- --template palmiak/pacamara-astro.
Usage:
The theme is highly customizable. Most configurations are managed through src/config.mjs. Styling is handled by TailwindCSS, allowing for easy color and design adjustments via tailwind.config.cjs. Content is organized using Astro Collections within the src/content directory, making it straightforward to add and manage blog posts, pages, and author profiles.