-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Sam Douglas edited this page Jul 14, 2025
·
9 revisions
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:
- shift72/shift72-template: our standard site template that you can fork
- shift72/core-template: the library providing the base template functionality used by shift72-template
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.
Prebuilt binaries are available via npm. This will be a dependency in your template's package.json
$ npm i s72-kibbleAll 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.
- kibble.json reference
- Jet Template Syntax
- Kibble provided globals
- shift72-template wiki: docs around using our template