About
What this starter ships and how to make it your own.
This is the default Kirigami starter — the template kiri create uses when you don't name one. It's deliberately small: two pages, one layout, a themeable stylesheet and a few lines of progressive-enhancement JavaScript.
Make it yours
kirigami.yaml— setproject,baseurl,author,description,tagline. Every key underkirigami:is a PHP variable on every page.src/styles/partials/_conf.scss—@forwards@kirigami/canva/conf, so every design token (palette, dark mode, fonts) is one override away.- Add a page — a new
src/<path>/_index.phpbecomes<path>/index.html.sitemap.xmlandrobots.txtare generated frombaseurl. - Trim the examples — the
<year>tag and{% lead %}shortcode insrc/_lib/functions.phpare just there to show the extension points.
Deploy
npx kiri export writes a static site into dist/. Point any static host at it. A GitHub Pages workflow will ship with a later Kirigami release.