杜郎俊赏 - dujun.io

开源实例之tumblelog

tumblelog-example封面
前言 tumblelog is a static microblog generator. There are two versions available, one written in Perl and one written in Python. Which version you use is up to you; I make an effort to keep the output of both versions identical. The input is a single "Markdown" file divided into pages by starting a line with a date followed by a title. Each date page can further be split up into multiple articles us...

2023-07-13

开源实例之tinyjam

tinyjam-example封面
前言 A bare-bones, zero-configuration static site generator that deliberately has no features, an experiment in radical simplicity. Essentially a tiny, elegant glue between EJS templates and Markdown with freeform structure (enabling incremental adoption) and convenient defaults, written in under 120 lines of JavaScript. 实例地址 http://tinyjam.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Ng...

2023-07-13

开源实例之Minimal

minimal-example封面
前言 Minimal is a static personal website and blog generator for Go, Node.js and Python. It has no external dependencies and requires only a few hundred lines of code to run. 实例地址 http://minimal.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Minimal 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/lutzroeder/minimal #克隆代码 git clone https://github.com/lutzroede...

2023-07-13

开源实例之Cecil

cecil-example封面
前言 Cecil is a CLI application, powered by PHP, that merge plain text files (written in Markdown), images and Twig templates to generate a static website. Cecil 是 PHP 语言开发的静态网站生成器。 实例地址 http://cecil.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 PHP 7.4 服务器 Nginx 程序 Cecil 7.43.2 数据 The Butler 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 Nginx 安装程序 官网地址:https://cecil.app 程序仓库:https://github.com/Cecilapp/Cecil 数据仓库:htt...

2023-07-10

开源实例之verless

verless-example封面
前言 verless is a Static Site Generator designed for Markdown-based content with a focus on simplicity and performance. It reads your Markdown files, applies your HTML templates and renders them as a website. verless 是 Go 语言开发的静态网站生成器。 实例地址 http://verless.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 verless 0.5.4 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 仓库地址:https://github.com/verl...

2023-07-07

开源实例之Perun

perun-example封面
前言 Simple, composable static site generator built on top of the Boot. Inspired by Boot task model and Metalsmith. Perun is a collection of boot tasks that you can chain together and build something custom that suits your needs. 实例地址 http://perun.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Java 1.8 服务器 Nginx 程序 Perun 0.4.2 数据 jstaffans blog 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 Nginx 安装程序 官网地址:https://peru...

2023-07-04

开源实例之Abell

abell-example封面
前言 Abell is a JavaScript based static-site-generator to help you create JSON, Markdown, or static-data based websites with minimal setup and using a syntax you almost already know. 实例地址 http://abell.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Abell 0.10.3 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://abelljs.org 仓库地址:https://github.com/abelljs/abell #创建项目 npm -g...

2023-07-04

开源实例之Gostatic

gostatic-example封面
前言 Gostatic is a static site generator. It tracks file changes during compilation, which is why it works reasonably fast. Also it provides framework for configuration akin to Make, which makes it easy to understand and to write custom configurations. Gostatic 是 Go 语言开发的静态网站生成器。 实例地址 http://gostatic.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 Gostatic 2.36 数据 solovyov.net 实例部署 权限...

2023-07-01

开源实例之Coleslaw

coleslaw-example封面
前言 Coleslaw aims to be flexible blog software suitable for replacing a single-user static site compiler such as Jekyll. Coleslaw 是基于 Lisp 开发的静态博客生成器。 实例地址 http://coleslaw.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Roswell、Coleslaw 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 仓库地址:https://github.com/coleslaw-org/coleslaw #安装 Roswell curl -sL `curl -s https://api.github.com/repos/roswell/roswell/releases/l...

2023-06-30

开源实例之Plenti

plenti-example封面
前言 Plenti is a static site generator with fast build times and a flexible frontend framework for designing ambitious user experiences. The templating is done in Svelte so you can create an SPA with minimal overhead being sent to your browser and the syntax is easy to pick up for beginners. Plenti 是 Go 语言开发的静态网站生成器,只需要下载一个独立的二进制包。 实例地址 http://plenti.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Pl...

2023-06-29

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