开源实例之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.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | .NET 2.1 |
服务器 | Nginx |
程序 | Wyam 2.2.9 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 .NET
- 已安装 Nginx
安装程序
仓库地址:https://github.com/Wyamio/Wyam
#安装 Wyam
dotnet tool install -g Wyam.Tool
#创建项目
wyam new --recipe Blog
#编写 markdown 文件放入 input/posts
#生成静态文件
wyam --recipe Blog --theme CleanBlog
实例体验
后记
本实例仅供参考,不定期重置数据。