- Update to FCS 35.0 (by @Krzysztof-Cieslak)
- Pass
WATCH
define in case of watch mode (by @Krzysztof-Cieslak)
- Add way to check developments to the template (by @robertpi)
- Summarize posts using more marker (by @robertpi)
- Update to FCS 34.1 (by @Krzysztof-Cieslak)
- WebSocket refresh uses excesive CPU (by @robertpi)
- Allow generate to return a byte array (by @robertpi)
- Refactor template (by @robertpi)
- Fix for once generator running even if not found (by @sasmithjr)
- Use exceptions .ToString() when printing error (by @robertpi)
- Add a port argument to the watch command (by @toburger)
- Collect and propogate loader errors (by @jbeeko)
- Add MultipleFiles as possible generator output (by @Krzysztof-Cieslak)
- Update to .NET Core 3.0
- Adds tools manifest .config/dotnet-tools.json
- Redesign Fornax around idea of
loaders
andgenerators
- Create new
fornax new
template
- Update to .Net Core
- Distribute as .Net Core global tool
- Defining templates in F# DSL
- Creating pages using templates from
.md
files withlayout
entry - Creating plain pages without templates from
md
files withoutlayout
entry - Transforming
.less
files to.css
files - Transforming
.scss
files to.css
files (require havingsass
installed) - Coping other static content to output directory