杜郎俊赏 - dujun.io

开源实例之nanogen

nanogen-example封面
前言 A very small static site generator written in Python. 实例地址 http://nanogen.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 nanogen 2.1.2 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 程序仓库:https://github.com/epochblue/nanogen 示例仓库:https://github.com/epochblue/blog #安装 nanogen pip install nanogen #克隆代码 git clone https://github.com/epochblue/blog.git cd blog #新建文章 nanogen new "滕王阁序...

2023-12-06

开源实例之Trio

trio-example封面
前言 Trio is a fast, simple yet powerful JavaScript-driven static site generator. Trio's unique approach to extending your pages with dynamic content using its tag-based callback mechanism makes it stand out from other static site generators, which rely on either templating engines or frameworks. 实例地址 http://trio.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Trio 6.1.0 实例部署 权限要求...

2023-12-06

开源实例之yasbe

yasbe-example封面
前言 YASBE,Yet Another Static Blog Engine 实例地址 http://yasbe.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 yasbe 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/underr/yasbe #安装依赖 apt install python3-toml python3-mistune python3-mako #克隆代码 git clone https://github.com/underr/yasbe.git cd yasbe #复制配置文件 cp config_ex.toml config.toml #生成静态文件 python3 yasbe.py 实例体...

2023-12-06

开源实例之Nib

nib-example封面
前言 Nib is a static site generator, written in Python, geared toward creating a simple site or blog. Nib uses a pluggable content pipeline that differentiates between "resources" like CSS or Javascript, and "documents" such as static pages or blog posts. The two pipelines are similar, are executed in parallel, and define multiple hooks where plugins can process a subset of entities, and even remove...

2023-12-06

开源实例之Hyde

hyde-example封面
前言 Hyde is a static website generator written in python. While Hyde took life as awesome Jekyll's evil twin, it has since been completely consumed by the dark side and has an identity of its own. Hyde 是 Python 语言开发的静态网站生成器,本实例是基于 Hyde 创建的静态博客。 实例地址 http://hyde.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Hyde 0.8.9 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 官网地址:https://hyde...

2023-12-05

开源实例之T3MPL Editor

t3mpl-editor-example封面
前言 T3MPL is the generic website editor and the static website generator in one. To create a website you need just a browser. Choose a website template and edit it by T3MPL Editor. Export your final website to .zip file and upload it to your server. T3MPL Editor 是一款可以在浏览器端编辑并生成静态网站的程序。 实例地址 http://t3mpl-editor.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 T3MPL Editor 0.4.1 实例部署...

2023-12-05

开源实例之Blognow

blognow-example封面
前言 Zero config static site generator for blogs 实例地址 http://blognow.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 Blognow 0.3.0 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 仓库地址:https://github.com/johnjago/blognow #克隆代码 git clone https://github.com/johnjago/blognow.git #生成程序 cd blognow go build -buildvcs=false . #创建项目 ./blognow blog #生成静态文件 cd blog ../blognow 实例体验 进入实例深度体验 后记 本实例仅供参考,不...

2023-12-01

开源实例之bic

bic-example封面
前言 bic is an opinionated and minimal static site generator—with a focus on blogs. It uses Pandoc to convert plain Markdown files into HTML. They get templated {{Mustache}}-style with Mo. Hashids is used to generate IDs. 实例地址 http://bic.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Docker 服务器 Nginx 程序 bic 实例部署 权限要求 具有系统读写权限 已安装 Docker 已安装 Nginx 安装程序 官网地址:https://bic.sh 程序仓库:https://github.com/Pinjasaur...

2023-12-01

开源实例之pyblog

pyblog-example封面
前言 Similar to jekyll's java language development of static blog system pyblog 是 Java 语言开发的类似Jekyll的静态博客生成器。 实例地址 http://pyblog.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Java 1.8 服务器 Nginx 程序 pyblog 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 Nginx 安装程序 仓库地址:https://github.com/atjiu/pyblog 下载release包,解压到目录,启动 jar 包即可自动生成静态文件。 java -jar pyblog.jar 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-12-01

开源实例之Notablog

notablog-example封面
前言 Generate a minimalistic blog from a Notion table, so you can tell stories of your work with Notion. 实例地址 http://notablog.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Notablog 0.8.1 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 程序仓库:https://github.com/dragonman225/notablog 示例仓库:https://github.com/dragonman225/notablog-starter #安装程序 npm i -g notablog #克隆代码 git clone https://g...

2023-11-30

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