A tiny static site generator for CuteKit projects.
- Nothing fancy
- purrs like a kitten
- Easy to use with CuteKit
Just add the following piece of json to your project.json
file:
{
"extern": {
"cute-engineering/cat": {
"git": "https://github.com/cute-engineering/cat.git",
"tag": "v0.7.0"
},
}
}
Then run cutekit model init
to install the package and cutekit cat init
to initialize the site.