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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部