Fornax
Fornax is a scriptable static site generator using type safe F# DSL to define page layouts.
Working features
- Creating custom data loaders using
.fsxfiles, meaning you can use anything you can imagine as a source of data for your site, not only predefined.mdor.ymlfiles - Creating custom generators using
.fsxfiles, meaning you can generate any type of output you want - Dynamic configuration using
.fsxfile - Watch mode that rebuilds your page whenever you change data, or any script file.