yst

Builds a static website from templates and data in YAML or CSV files.

http://github.com/jgm/yst

Latest on Hackage:0.7.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GPL-2.0-or-later licensed by John MacFarlane
Maintained by [email protected]

yst is a tool for generating a static website by filling string templates with data taken from YAML text files (or, alternatively, CSV files or from a Sqlite3 database). This approach combines the speed, security, and ease of deployment of a static website with the flexibility and maintainability of a dynamic site that separates presentation and data.