开源实例之Nib 前言 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 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 创建的静态博客。 实例地址 https://hyde.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Hyde 0.8.9 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 官网地址:https://hyd... 2023-12-05
开源实例之T3MPL Editor 前言 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 是一款可以在浏览器端编辑并生成静态网站的程序。 实例地址 https://t3mpl-editor.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 T3MPL Editor 0.4.1 实例部... 2023-12-05
开源实例之Blognow 前言 Zero config static site generator for blogs 实例地址 https://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 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. 实例地址 https://bic.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Docker 服务器 Nginx 程序 bic 实例部署 权限要求 具有系统读写权限 已安装 Docker 已安装 Nginx 安装程序 官网地址:https://bic.sh 程序仓库:https://github.com/Pinjasau... 2023-12-01
开源实例之pyblog 前言 Similar to jekyll's java language development of static blog system pyblog 是 Java 语言开发的类似Jekyll的静态博客生成器。 实例地址 https://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 前言 Generate a minimalistic blog from a Notion table, so you can tell stories of your work with Notion. 实例地址 https://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://... 2023-11-30
开源实例之Nextein 前言 Nextein is a static site & blog generator. Combine the simplicity of Markdown and the power of Next.js. 实例地址 https://nextein.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Nextein 4.2.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://nextein.elmasse.io 程序仓库:https://github.com/elmasse/nextein 示例仓库:https://github.com/elmasse/nextein-starter #克隆代码 git clone https://gi... 2023-11-30
开源实例之Auxpi 前言 Auxpi 是集合多家 API 的新一代图床。 实例地址 https://auxpi.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Go 1.20 数据库 MariaDB 10.5 缓存 Redis 程序 Auxpi 2.3.9 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 MySQL、Redis 安装程序 仓库地址:https://github.com/0xDkd/auxpi 下载release包,解压到目录。 #修改 MySQL、Redis 等配置 vim conf/siteConfig.json #数据初始化 ./auxpi migrate #创建管理员账号 ./auxpi -mod=admin -name=admin -email=admin@example.com -pass=12345678 #运行 ./auxpi run 实... 2023-11-30
开源实例之ImgURL 前言 ImgURL是一款简单、好用的图床程序,使用PHP + SQLite 3开发,安装简单,功能强大。 实例地址 https://imgurl.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 5.6 数据库 SQLite 3 服务器 Nginx 程序 ImgURL 2.31 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 SQLite 已安装 Nginx 安装程序 仓库地址:https://github.com/helloxz/imgurl 文档地址:https://www.yuque.com/helloz/imgurl 下载release包,解压到 WEB 目录,启动后访问网站,按照引导完成安装。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例 2023-11-29