Wyam alternatives and similar packages
Based on the "Static Site Generators" category.
Alternatively, view Wyam alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Wyam or a related project?
Popular Comparisons
README
Note This project is essentially archived. Wyam has been rebranded and rebooted as Statiq. New development is happening over at Statiq.Framework and Statiq.Web. If you have a cool feature request, please open them over there so I can make sure it's considered for Statiq. The issue tracker and code here will remain open in order to deal with any ongoing issues specific to Wyam.
Wyam
Wyam 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 Wyam.Tool
Scaffold a new blog:
wyam new --recipe Blog
Edit the scaffolded files.
Build the blog with a theme:
wyam --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 Wyam.io.
Acknowledgements
*Note that all licence references and agreements mentioned in the Wyam README section above
are relevant to that project's source code only.