杜郎俊赏 - dujun.io

开源实例之lambda-blog

lambda-blog-example封面
前言 lambda-blog (λ-blog) is a static blog generator generator optimized for customizability. It provides sane defaults but lets you override anything, ranging from HTML templates to the generation pipeline, essentially allowing you to build your own static blog generator. 实例地址 http://lambda-blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 lambda-blog 1.3.3 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 仓库地址...

2023-12-15

开源实例之Youngsoni

youngsoni-example封面
前言 Youngsoni is the lesser hairy-footed dunnart (Sminthopsis youngsoni), a small carnivorous Australian marsupial. It is a widespread and fairly common species, being found in many desert areas of Western Australia, Northern Territory and Queensland. 本实例是一个静态网站生成器。 实例地址 http://youngsoni.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 Youngsoni 1.0.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js...

2023-12-14

开源实例之stog

stog-example封面
前言 stog is a static blog generator from markdown files. 实例地址 http://stog.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Rust 1.74 服务器 Nginx 程序 stog 0.2.0 实例部署 权限要求 具有系统读写权限 已安装 Rust 已安装 Nginx 安装程序 仓库地址:https://github.com/zolagonano/stog #安装 stog cargo install stog #初始化博客 stog init blog #生成静态文件 cd blog stog build 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-12-14

开源实例之raptr

raptr-example封面
前言 raptr is a minimal, static site generator and blogging-engine. It's fast, easy to set-up and easy to use. 实例地址 http://raptr.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Rust 1.74 服务器 Nginx 程序 raptr 0.2.0 实例部署 权限要求 具有系统读写权限 已安装 Rust 已安装 Nginx 安装程序 仓库地址:https://github.com/CodeF0x/raptr #安装 raptr cargo install raptr #初始化博客 raptr -n blog #添加模版 cd blog git clone https://github.com/CodeF0x/igor themes/i...

2023-12-14

开源实例之meblog

meblog-example封面
前言 A simple blog engine for personal blogging. We use pug for templating, scss for styling and gulpjs for generating the site and automating the process. 实例地址 http://meblog.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 14 服务器 Nginx 程序 meblog 2.2.3 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/sinzii/meblog npm i --save meblog npx meblog init npx meblog sample --number-o...

2023-12-14

开源实例之Arise

arise-example封面
前言 Arise is a static site generator written in Bash, designed to be a fusion of ultra-stable 90s technology and modern DevOps paradigms. Arise is designed around use cases like individual blogs and personal websites. 实例地址 http://arise.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Arise 1.1.0 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 仓库地址:https://github.com/spectrasecure/arise #克隆代码 git clone https://gith...

2023-12-14

开源实例之Ambercat

ambercat-example封面
前言 Stupidly simple static blog generator based on Vue.js and Tailwind CSS. 实例地址 http://ambercat.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Ambercat 0.8.3 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/rahmanda/ambercat #安装 Ambercat yarn add ambercat #初始化博客 npx ambercat init #编写文章 npx ambercat post "扬州慢·淮左名都" #生成静态文件 npx ambercat build 实例体验 进入实例深度体验 后记...

2023-12-14

开源实例之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 #编写 markdo...

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 实例配置 配置 描述 系统 De...

2023-12-13

开源实例之Gozer

gozer-example封面
前言 Gozer is a fast & simple static site generator written in Golang. 实例地址 http://gozer.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Gozer 0.1.0 示例 www.dannyvankooten.com 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 程序仓库:https://github.com/dannyvankooten/gozer 示例仓库:https://github.com/dannyvankooten/www.dannyvankooten.com 从仓库下载二进制包。 #克隆代码 git clone https://github.com/dannyvankooten/www.dannyvankooten.com.git...

2023-12-13

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183