杜郎俊赏 - dujun.io

开源实例之Wyam2

wyam2-example封面
前言 A modular static content and static site generator written in .NET. Fork of Wyam project. Wyam2 是基于Wyam项目开发的静态网站生成器。 实例地址 http://wyam2.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 .NET 2.1 服务器 Nginx 程序 Wyam2 3.0.0 实例部署 权限要求 具有系统读写权限 已安装 .NET 已安装 Nginx 安装程序 官网地址:https://wyam2.github.io 仓库地址:https://github.com/Wyam2/wyam #安装 Wyam2 dotnet tool install -g Wyam2 #创建项目 wyam2 new --recipe Blog #编写...

2023-12-13

开源实例之Wyam

wyam-example封面
前言 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 实例配置 配置 描述 系统...

2023-12-13

开源实例之Bloggen.Net

bloggen-net-example封面
前言 Dotnet core static blog generator based on markdown, YAML front matter and Handlebars.NET 实例地址 http://bloggen-net.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 .NET 3.1 服务器 Nginx 程序 Bloggen.Net 1.4.0 实例部署 权限要求 具有系统读写权限 已安装 .NET 已安装 Nginx 安装程序 程序仓库:https://github.com/codernr/bloggen-net 示例仓库:https://github.com/codernr/blog-source 模版仓库:https://github.com/codernr/startbootstrap-clean-blog #下载程序包 wget...

2023-12-08

开源实例之DocFX

docfx-example封面
前言 Static site generator for .NET API documentation. DocFX 是一个基于.NET的API文档生成器,当前支持 C# 和 VB,可以从源代码和 Markdown 文件生成文档。 实例地址 http://docfx.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 .NET 7.0 服务器 Nginx 程序 DocFX 2.67.3 实例部署 权限要求 具有系统读写权限 已安装 .NET 已安装 Nginx 安装程序 仓库地址:https://github.com/dotnet/docfx #克隆代码 git clone https://github.com/dotnet/docfx.git cd docfx #安装 DocFX dotnet tool update -g docfx #生成静态文件...

2023-06-25