Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 508 Bytes

File metadata and controls

26 lines (19 loc) · 508 Bytes

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

{
    "extern": {
        "cute-engineering/cat": {
            "git": "https://github.com/cute-engineering/cat.git",
            "tag": "v0.9.1"
        },
    }
}

Then run cutekit model init to install the package and cutekit cat init to initialize the site.