Skip to content
/ Wyam Public

A modular static content and static site generator.

License

Notifications You must be signed in to change notification settings

Wyamio/Wyam

Folders and files

NameName
Last commit message
Last commit date
May 18, 2016
Feb 12, 2019
Dec 30, 2015
Jul 25, 2023
Jul 25, 2023
Oct 11, 2019
Dec 8, 2018
Jan 27, 2019
Jan 29, 2019
Aug 15, 2018
Jan 27, 2019
Dec 6, 2021
Jun 3, 2015
Feb 29, 2020
Oct 11, 2019
Jul 25, 2023
Jul 25, 2023
Dec 12, 2016
Oct 11, 2019
Feb 13, 2017
Jan 27, 2019
Jul 25, 2023
May 18, 2016
Jan 27, 2019
Jan 27, 2019
Dec 6, 2021
Feb 24, 2017
Dec 8, 2018

Repository files navigation

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!