Popularity
3.1
Growing
Activity
3.6
-
139
6
29

Code Quality Rank: L3
Programming language: C#
License: MIT License
Tags: Wyam     Static     StaticContent     StaticSite     Blog     BlogEngine    
Latest version: v2.2.9

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.

Do you think we are missing an alternative of Wyam or a related project?

Add another 'Static Site Generators' Package

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

Join the chat at https://gitter.im/Wyamio/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.

  1. Download and install Wyam as a global tool:

    dotnet tool install -g Wyam.Tool

  2. Scaffold a new blog:

    wyam new --recipe Blog

  3. Edit the scaffolded files.

  4. 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

  • Portions of the IO support were originally inspired from Cake under an MIT license.
  • The RSS/Atom support was originally ported from WebFeeds under an MIT license.
  • Many other fantastic OSS libraries are used directly as NuGet packages, thanks to all the OSS authors out there!


*Note that all licence references and agreements mentioned in the Wyam README section above are relevant to that project's source code only.