Wyam

A modular static content and static site generator.

Github星跟踪图

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!

概览

名称与所有者Wyamio/Wyam
主编程语言C#
编程语言C# (语言数: 8)
平台
许可证MIT License
发布数86
最新版本名称v2.2.9 (发布于 )
第一版名称v0.1.0-alpha (发布于 )
创建于2020-02-29 20:40:29
推送于2023-07-26 19:13:21
最后一次提交2019-10-11 16:07:15
星数142
关注者数6
派生数29
提交数1.7k
已启用问题?
问题数23
打开的问题数14
拉请求数4
打开的拉请求数1
关闭的拉请求数1
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部