杜郎俊赏 - dujun.io

开源实例之trofaf

trofaf-example封面
前言 Super simple live static blog generator in Go. Vraiment trofaf. 实例地址 https://trofaf.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 trofaf 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 程序仓库:https://github.com/mna/trofaf 示例仓库:https://github.com/mna/0value #安装 trofaf go install github.com/PuerkitoBio/trofaf@latest #生成示例静态博客 git clone https://github.com/mna/0value cd 0value trofaf -g 实例体...

2023-12-16

开源实例之blogc

blogc-example封面
前言 A blog compiler. 实例地址 https://blogc.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 blogc 0.20.1 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 程序仓库:https://github.com/blogc/blogc 示例仓库:https://github.com/blogc/blogc-example #下载二进制包 wget https://github.com/blogc/blogc/releases/download/v0.20.1/blogc-static-amd64-0.20.1.xz xz -d blogc-static-amd64-0.20.1.xz chmod +x blogc-static-amd64-0.20.1 mv blogc-static-am...

2023-12-16

开源实例之makesite.py

makesite-example封面
前言 Simple, lightweight, and magic-free static site/blog generator for Python coders. 实例地址 https://makesite.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 makesite.py 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 程序仓库:https://github.com/sunainapai/makesite 示例仓库:https://github.com/sunainapai/sunainapai.com #克隆代码 git clone https://github.com/sunainapai/sunainapai.com cd sunainapai.c...

2023-12-15

开源实例之ABlog

ablog-example封面
前言 ABlog is a Sphinx extension that converts any documentation or personal website project into a full-fledged blog. 实例地址 https://ablog.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 ABlog 0.11.6 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/sunpy/ablog 文档地址:https://ablog.readthedocs.io #安装 ABlog pip install -U ablog #初始化博客 ablog start #新建文章 ablog post tit...

2023-12-15

开源实例之Adduce

adduce-example封面
前言 Versatile static site generator written in Rust. Adduce is split into two destinct parts. Standard, and Feed. 实例地址 https://adduce.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Rust 1.74 服务器 Nginx 程序 Adduce 实例部署 权限要求 具有系统读写权限 已安装 Rust 已安装 Nginx 安装程序 程序仓库:https://github.com/DeclanChidlow/Adduce 示例仓库:https://github.com/DeclanChidlow/vale.rocks #安装 Adduce git clone https://github.com/DeclanChidlow/Addu...

2023-12-15

开源实例之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. 实例地址 https://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. 本实例是一个静态网站生成器。 实例地址 https://youngsoni.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 18 服务器 Nginx 程序 Youngsoni 1.0.0 实例部署 权限要求 具有系统读写权限 已安装 Node.j...

2023-12-14

开源实例之stog

stog-example封面
前言 stog is a static blog generator from markdown files. 实例地址 https://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. 实例地址 https://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/...

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. 实例地址 https://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-...

2023-12-14

分页: 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