Fornax
Fornax copied to clipboard
Scriptable static site generator using type safe F# DSL to define page templates.
Per #114 Move Logger to it's own module and make log out text with different color values. Also change the way `fornax clean` works in terms of success/error.
**Describe the bug** Wanted to play with F# and Fornax, haven't touched it in a few years. I installed the .NET SDK via brew, and then installed Fornax as a...
Error when trying to run ```fornax watch``` **To Reproduce** Steps to reproduce the behaviour: 1. alpine linux clean install 2. install instruction dotnet from [official microsoft website](https://learn.microsoft.com/en-us/dotnet/core/install/linux-alpine) 3. execute command...
**Is your feature request related to a problem? Please describe.** Certain HTML tags display content based on how the child content is already formatted - e.g., the `` tag takes...