Skip to content

cute-engineering/cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐱 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.7.0"
        },
    }
}

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