@matthiesenxyz/ astro-ghostcms-catppuccin
Demo Live Demo of Catppuccin Theme
Install
Then set your astro.config.ts
to look like this:
Setup Tailwind
Catppuccin Themes | Default? |
---|
Latte (Light) | |
Frappe (Light Dark) | |
Macchiato (Dark Light) | TRUE |
Mocha (Darkest) | |
Setup .env
variables
When you deploy your install dont forget to set the above ENVIRONMENT VARIABLES!
Created Routes
The routes are the same as a standard Ghost Blog so you can migrate to Astro easily.
Route | Content |
---|
/ | Homepage with recents/features Blog Posts |
/404 | 404 Page |
/[slug] | Post or Page |
/author/[slug] | Author page with related posts |
/authors | All the authors |
/tag[slug] | Tag page with related posts |
/tags | All the tags |
/archives/[...page] | All the posts, paginated |
/rss.xml | All the posts, in a FEED |