Static Site Generators

Fornax – scriptable static site generator

Fornax is a scriptable static site generator using type safe F# DSL to define page layouts.

Fornax is part of the Ionide tooling suite

This is free and open source software.

Key Features

  • 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.
  • Creating custom generators using .fsx files, meaning you can generate any type of output you want.
  • Dynamic configuration using .fsx file.
  • Watch mode that rebuilds your page whenever you change data, or any script file.
  • CLI applications that let users create and generate webpages:
    • fornax new – scaffolds new blog in current working directory using a really simple template.
    • fornax build – builds webpage, puts output to _public folder.
    • fornax watch – starts a small webserver that hosts your generated site, and a background .process that recompiles the site whenever any changes are detected. This is the recommended way of working with Fornax.
    • fornax clean – removes the output directory and any temp files.
    • fornax version – prints out the currently-installed version of Fornax.
    • fornax help – prints out help.

Website: ionide.io/Tools/fornax.html
Support: GitHub Code Repository
Developer: Lambda Factory
License: MIT License

Fornax is written in F#. Learn F# with our recommended free books and free tutorials.


Related Software

F# Static Site Generators
FornaxScriptable static site generator using type safe F# DSL to define page layouts
SiteFiUses WebSharper to build the pages of your website and to generate HTML files
FsBlogBlog-aware static site generator
FirmAnother blog-aware static site generator

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments