Skip to content
Sam Douglas edited this page Jul 14, 2025 · 9 revisions

Kibble

Kibble is a static site builder for the SHIFT72 platform.

You'll probably want to use it in conjunction with a premade template, for example:

You can use Kibble to run your a site template locally for development, then publish a new version of the template to your SHIFT72 site. Whenever your site content changes, our servers will rebuild your site using your latest published template.

Installation

Prebuilt binaries are available via npm. This will be a dependency in your template's package.json

$ npm i s72-kibble

Usage

All templates are rendered using CloudyKit Jet v2.

Any builtin function from Jet is also available in kibble templates. The Jet Wiki provides some helpful examples and lists of usable functions.

Clone this wiki locally