Introducing Paperstack
01/07/2023Paperstack
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 cares of things like compiling css/js and minifiying images and does a lot of small utilities like creating sitemaps and generating favicons.