Wyam
Wyam is a static content generator and can be used to generate web sites, produce documentation, create ebooks, and much more. Since everything is configured by chaining together flexible modules (that you can even write yourself), the only limits to what it can create are your imagination.
Features
- Written in .NET and easily extensible
- Low ceremony - download a zip file, unzip, and run
- Flexible script-based configuration using the power of the .NET Compiler Platform (Roslyn)
- Lots of modules for things like reading and writing files, handling frontmatter, and manipulating metadata
- YAML parser
- Less CSS compiler
- Support for multiple templating languages including Razor
- Integrated web server for previewing output
- Integrated file watching and regeneration
- Full NuGet support
- Embeddable engine