A modular static content and static site generator written in .NET. Fork of Wyam project.
Wyam2 is a simple to use, highly modular, and extremely configurable static content generator that 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.
The easiest way to get started is to install as a .NET Core global tool and use a recipe and theme.
Download and install Wyam as a global tool:
dotnet tool install -g Wyam2.Tool
Scaffold a new blog:
wyam2 new --recipe Blog
Edit the scaffolded files.
Build the blog with a theme:
wyam2 --recipe Blog --theme CleanBlog
To go deeper, read more about the underlying concepts and then read about configuration files and the available command line arguments. Then check out the full list of modules.
For more information see Wyam2.
For questions and everything else
For more details about how you can help this project, see this.
For details on building this project, see this.
Wyam.Tool
and wyam
Wyam2.Tool
and wyam2