Skip to content

Commit 91d188e

Browse files
authored
add fornax static site generator (#844)
* add fornax static site generator Signed-off-by: Muhammad Aviv Burhanudin <[email protected]> * capitalize "type save" --------- Signed-off-by: Muhammad Aviv Burhanudin <[email protected]>
1 parent cb34fb2 commit 91d188e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/site/generators/fornax.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Fornax
3+
repo: ionide/Fornax
4+
homepage: https://ionide.io/Tools/fornax.html
5+
language:
6+
- F#
7+
license:
8+
- MIT
9+
templates:
10+
- Type Safe F# DSL
11+
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

Comments
 (0)