4
0
Fork
You've already forked cat
0
🐱 A tiny static site generator for CuteKit projects. https://cute-engineering.github.io/cat/
  • CSS 65.3%
  • Python 34.7%
2026年06月22日 12:58:48 +02:00
.github/workflows meta: Migrated to codeberg. 2026年01月13日 14:07:39 +01:00
meta meta: Release v0.14.0. 2026年06月22日 12:58:48 +02:00
.gitignore Update to CuteKit 0.8 2025年01月28日 11:25:52 +01:00
license.md meta: Migrated to codeberg. 2026年01月13日 14:07:39 +01:00
project.json meta: Release v0.14.0. 2026年06月22日 12:58:48 +02:00
readme.md meta: Release v0.14.0. 2026年06月22日 12:58:48 +02:00

🐱 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.