Wyam

A modular static content and static site generator.

Github stars Tracking Chart

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!

Overview

Name With OwnerWyamio/Wyam
Primary LanguageC#
Program languageC# (Language Count: 8)
Platform
License:MIT License
Release Count86
Last Release Namev2.2.9 (Posted on )
First Release Namev0.1.0-alpha (Posted on )
Created At2020-02-29 20:40:29
Pushed At2023-07-26 19:13:21
Last Commit At2019-10-11 16:07:15
Stargazers Count142
Watchers Count6
Fork Count29
Commits Count1.7k
Has Issues Enabled
Issues Count23
Issue Open Count14
Pull Requests Count4
Pull Requests Open Count1
Pull Requests Close Count1
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top