Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palmiak/pacamara-astro
Pacamara is a simple blog theme for Astro that uses md and mdx files to store your content.
https://github.com/palmiak/pacamara-astro
astro hacktoberfest kinsta
Last synced: 6 days ago
JSON representation
Pacamara is a simple blog theme for Astro that uses md and mdx files to store your content.
- Host: GitHub
- URL: https://github.com/palmiak/pacamara-astro
- Owner: palmiak
- License: mit
- Created: 2023-06-23T11:37:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-02T21:43:51.000Z (6 months ago)
- Last Synced: 2024-12-09T09:54:39.073Z (15 days ago)
- Topics: astro, hacktoberfest, kinsta
- Language: Astro
- Homepage: https://pacamara-astro-6y7xr.kinsta.page/
- Size: 51.9 MB
- Stars: 60
- Watchers: 2
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ☕ Pacamara - a blog theme for Astro
**Pacamara** is a simple blog theme for **Astro** that uses `md` and `mdx` files to store your content.You can see it live in action [**here**](https://pacamara-astro-6y7xr.kinsta.page/).
![Pacamara demo screen](https://github.com/palmiak/pacamara-astro/assets/2342458/9fbe8655-ee60-4c37-8bf3-eae0cca57d91)
## Features
- Dark & Light mode support
- SEO-friendly
- Type-safe markdown
- Support Astro's Assets and Collections
- Provides RSS feed
- Astro 3.0 Compatible
- View Transition API compatible## Installation
If you are reading this on GitHub, you can click on the "Use this template" button above to create a new repository on your account. Then you can do a git clone to clone it to your local system.Than run:
```
npm install
npm start
```or you can run:
```
npm create astro@latest -- --template palmiak/pacamara-astro
```## 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** - this means you can configure the colors using `tailwind.config.cjs`.## Thank you
Without my [wife](https://agnieszkapalmowska.myportfolio.com/), this project wouldn't be half as beautiful as it looks. Also, if you are looking for an amazing designer - click the link above.## Did you enjoy this theme?
If you don't want to miss any of the content I create, join my [weekly newsletter](https://newsletter.maciekpalmowski.dev/).