Static quilting website
10 August 2026My sister started making quilts a couple of years ago, and recently I made a website for her to show them off.

In the process I discovered some features of Jekyll! Like how easy it is to link to prev/next blog pages:
{{ page.previous.title }}
{{ page.next.title }}
All the quilt pages are automatically linked to from the home page, in reverse date order, which makes adding new quilts easy. A small, fun project!
