杜郎俊赏 - dujun.io

开源实例之Miblo

miblo-example封面
前言 Miblo is simple blog-aware static site generator writen in PHP 5.3 and using Twig. 实例地址 http://miblo.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 PHP 7.4 服务器 Nginx 程序 Miblo 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 Nginx 安装程序 仓库地址:https://github.com/rafalp/Miblo #克隆代码 git clone https://github.com/rafalp/Miblo cd Miblo #新建文章放入 posts 目录,文件名格式为 YYYY-MM-DD-entry-file-name.html #生成静态文件 php generate.php 实例体验...

2023-12-23

开源实例之Ephemeris

ephemeris-example封面
前言 Ephemeris is a golang CLI-application which will generate a blog from a collection of static text-files. 实例地址 http://ephemeris.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 Ephemeris 0.6.0 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 仓库地址:https://github.com/skx/ephemeris #安装 Ephemeris go install github.com/skx/ephemeris/cmd/ephemeris@latest #生成示例静态博客 git clone https://github...

2023-12-23

开源实例之ecstatic

ecstatic-example封面
前言 ecstatic creates static web pages and blog posts from Hiccup templates and Markdown. 实例地址 http://ecstatic.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Java 20 服务器 Nginx 程序 ecstatic 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 Nginx 安装程序 仓库地址:https://github.com/samrat/ecstatic #克隆代码 git clone https://github.com/samrat/ecstatic cd ecstatic #生成静态文件 lein run --src resources/example/src --output out 实例体验 进入实例深度体验...

2023-12-23

开源实例之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...

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...

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...

2023-12-15

分页: 1 2 3 4 5 6 7 8 9 10