The Tiffey

{The Tiffey on Codeberg }

Tiffey is a simple minimalist static website generator that creates the flow of information on the river. Tiffey uses a single html layout to create pages filled with content from the Lizard files you create.

The layout html file.

This file is the basic layout for every page of your website. It is a regular html file in every way except that it includes a single special {{content}} tag. When you build your pages the {{content}} tag will be replaced with the content generated from a .liz file.

Building the project.

To build your website, navigate to the root of your project and run:

tiffey -t layoutFile.html -o output/dir

The project's build populated with html files.


Topics:

{projects}
{software}