杜郎俊赏 - dujun.io

开源实例之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.

实例地址

http://wyam.dujun.eu.org

实例配置

配置描述
系统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

实例体验

首页

文章页

进入实例深度体验

后记

本实例仅供参考,不定期重置数据。

体验更多开源实例

标签: 开源实例 个人开源实例 静态博客开源实例 .NET开源实例
日期:2023-12-13