杜郎俊赏 - dujun.io

开源实例之blogpy

blogpy-example封面
前言 A static blog generator written in python. 实例地址 http://blogpy.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 2.7 服务器 Nginx 程序 blogpy 2.0 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/travisred/blogpy #克隆代码 git clone https://github.com/travisred/blogpy cd blogpy #安装依赖 pip install markdown #生成静态文件 python build.py 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-12-22

开源实例之Utterson

utterson-example封面
前言 Utterson is a minimal static blog generator written using old-school unix tools (make, ksh, m4, awk, procmail and a pinch of elisp). 实例地址 http://utterson.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Utterson 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 仓库地址:https://github.com/stef/utterson git clone https://github.com/stef/utterson cd utterson mkdir blog posts cp -n cfg/utterson.cfg.example cfg/utterson...

2023-12-22

开源实例之Chisel

chisel-example封面
前言 Chisel is a simple python static blog generation utility. 实例地址 http://chisel.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Chisel 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/dz/chisel #克隆代码 git clone https://github.com/dz/chisel cd chisel #安装依赖 pip install -r requirements.txt #新建文档 mkdir blog vim blog/yzm.markdown #生成静态文件 python3 chisel.py 实例体验 进入实例深...

2023-12-22

开源实例之trofaf

trofaf-example封面
前言 Super simple live static blog generator in Go. Vraiment trofaf. 实例地址 http://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. 实例地址 http://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-amd...

2023-12-16

开源实例之makesite.py

makesite-example封面
前言 Simple, lightweight, and magic-free static site/blog generator for Python coders. 实例地址 http://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.co...

2023-12-15

开源实例之ABlog

ablog-example封面
前言 ABlog is a Sphinx extension that converts any documentation or personal website project into a full-fledged blog. 实例地址 http://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 titl...

2023-12-15

开源实例之Adduce

adduce-example封面
前言 Versatile static site generator written in Rust. Adduce is split into two destinct parts. Standard, and Feed. 实例地址 http://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/Adduc...

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

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21