You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Scriptable static site generator using type safe F# DSL to define page templates.
12
+
---
13
+
14
+
Fornax is a scriptable static site generator using type safe F# DSL to define page layouts.
15
+
16
+
## Working features
17
+
18
+
* Creating custom data loaders using `.fsx` files, meaning you can use anything you can imagine as a source of data for your site, not only predefined `.md` or `.yml` files
19
+
* Creating custom generators using `.fsx` files, meaning you can generate any type of output you want
20
+
* Dynamic configuration using `.fsx` file
21
+
* Watch mode that rebuilds your page whenever you change data, or any script file.
0 commit comments