🐱 A tiny static site generator for CuteKit projects.
https://cute-engineering.github.io/cat/
- CSS 65.3%
- Python 34.7%
| .github/workflows | meta: Migrated to codeberg. | |
| meta |
meta: Release v0.14.0.
|
|
| .gitignore | Update to CuteKit 0.8 | |
| license.md | meta: Migrated to codeberg. | |
| project.json |
meta: Release v0.14.0.
|
|
| readme.md |
meta: Release v0.14.0.
|
|
🐱 Cat
A tiny static site generator for CuteKit projects.
Features
- Nothing fancy
- purrs like a kitten
- Easy to use with CuteKit
Installation
Just add the following piece of json to your project.json file:
{
"externs": {
"cute-engineering/cat": {
"git": "https://codeberg.org/cute-engineering/cat.git",
"tag": "v0.12.0"
},
}
}
Then run cutekit model init to install the package and cutekit cat init to initialize the site.