
Scriptable static site generator using type safe F# DSL to define page templates.
Fornax is a scriptable static site generator that allows users to define page layouts using a type-safe F# DSL. It is part of the Ionide tooling suite and offers features such as creating custom data loaders and generators, dynamic configuration, and watch mode for real-time updates. Fornax is released as a global .Net Core tool and can be easily installed using the dotnet tool install command.
fornax new to scaffold a new blog, fornax build to build the webpage, fornax watch to start a web server and enable continuous rebuilding, fornax clean to remove the output directory, and fornax version and fornax help for version information and help documentation respectively.Fornax is a powerful scriptable static site generator that allows users to define page layouts using a type-safe F# DSL. It offers features such as custom data loaders and generators, dynamic configuration, and watch mode for real-time updates. With its CLI application and easy installation process, Fornax provides a convenient and flexible solution for creating static websites.

Blog websites feature posts written by one or more authors, organized by categories and tags, with a section for comments and archives sorted by date or topic. Additional features may include search bar, social media sharing, subscription or RSS feed, about and contact pages, and visual content.
Documentation themes are built specifically for writing technical and product documentation. They are normally written and maintained in Markdown. The often include a navigation menu, search bar, clear headings, semantic document structure and clean typography.