开源实例之tinyjam 前言 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. 实例地址 https://tinyjam.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 N... 2023-07-13
开源实例之Minimal 前言 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. 实例地址 https://minimal.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Minimal 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/lutzroeder/minimal #克隆代码 git clone https://github.com/lutzroed... 2023-07-13
开源实例之Capri 前言 Capri is a static site generator with a component-based workflow. Websites built with Capri ship zero KB of JavaScript to the browser by default. You can selectively add interactive islands that get hydrated when the page loads. 实例地址 https://capri.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Capri 5.2.3 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://capri.build... 2023-07-12
开源实例之Cecil静态网站 前言 本篇是 Cecil 生成的静态网站实例。另有《开源实例之Cecil》为静态博客实例。 实例地址 https://cecil-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 PHP 7.4 服务器 Nginx 程序 Cecil 7.43.2 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 Nginx 安装程序 官网地址:https://cecil.app 仓库地址:https://github.com/Cecilapp/Cecil #安装 Cecil curl -LO https://cecil.app/cecil.phar mv cecil.phar /usr/bin/cecil chmod +x /usr/bin/cecil #创建项目 cecil new:site #生成静态文件 cecil build 实例体验... 2023-07-10
开源实例之Cecil 前言 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 语言开发的静态网站生成器。 实例地址 https://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 数据仓库:ht... 2023-07-10
开源实例之Prosopopee 前言 Prosopopee is a static website generator to make beautiful customizable pictures galleries that tell a story. Prosopopee 是 Python 开发的静态网站生成器,主要用于相册、画廊页面的生成。 实例地址 https://prosopopee.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 2.7 服务器 Nginx 程序 Prosopopee 1.1.5 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/Psycojoker/prosopopee 文档地址:https://prosopopee.readthedocs.io #安装... 2023-07-10
开源实例之verless静态网站 前言 本篇是 verless 生成的静态网站实例。另有《开源实例之verless》为静态博客实例。 实例地址 https://verless-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 verless 0.5.4 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 仓库地址:https://github.com/verless/verless #安装 verless wget https://github.com/verless/verless/releases/download/v0.5.4/verless-linux-amd64.tar tar -xvf verless-linux-amd64.tar mv verless /usr/bin/ #创建项目 ve... 2023-07-07
开源实例之verless 前言 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 语言开发的静态网站生成器。 实例地址 https://verless.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 verless 0.5.4 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 仓库地址:https://github.com/ver... 2023-07-07
开源实例之yst 前言 yst is a tool for generating a static website by filling string templates with data taken from YAML or CSV text files or SQLite3 file based databases. This approach combines the speed, security, and ease of deployment of a static website with the flexibility and maintainability of a dynamic site that separates presentation and data. yst 是 Haskell 语言开发的静态网站生成器。 实例地址 https://yst.dujun.eu.org 实例配置... 2023-07-07
开源实例之Perun静态网站 前言 本篇是 Perun 生成的静态网站实例。另有《开源实例之Perun》为静态博客实例。 实例地址 https://perun-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Java 1.8 服务器 Nginx 程序 Perun 0.4.2 数据 perun.io 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 Nginx 安装程序 官网地址:https://perun.io 程序仓库:https://github.com/hashobject/perun 数据仓库:https://github.com/hashobject/perun.io #安装 boot sudo bash -c "cd /usr/local/bin && curl -fsSLo boot https://github.com/boot-clj/... 2023-07-04