Introducing Paperstack

01/07/2023
Paperstack is a simple static site generator I've been working on for the last couple of weeks.

The core of Paperstack is a new templating language called Stencil. Stencil is based around components (like Vue or React) instead of blocks, partials and includes.

At the moment, Paperstack can compile a directory of .stencil files into a directory of .html files. It can also copy static assets into the output folder.

Long-term, the goal is to make Paperstack a 'batteries-included' project that takes care of things like compiling CSS/JS and minifying images and handles a lot of small tasks like creating sitemaps and generating favicons.