杜郎俊赏 - dujun.io

开源实例之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. 实例地址 https://tinyjam.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 N...

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. 实例地址 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-example封面
前言 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

变形金刚7的槽点

the-failure-of-transformers-7封面
看了变形金刚系列电影的第七部《变形金刚:超能勇士崛起》。先说结论,这是一部消费情怀IP的狗尾续貂流水线工业作品,两个小时的片长,无脑观看的话还是值 39 元票价的。但有几个大的槽点令人不适。 情节BUG 全片的故事核心围绕“超曲速钥匙”,它的功能是空间传送,被正邪两方争夺。反派大BOSS宇宙大帝以星球为食物,需要这个钥匙来寻找目标星球。在最后一幕,宇宙大帝被传送到地球面前,擎天柱为了拯救地球,摧毁了钥匙,然后宇宙大帝就被打败了——被困住了。按照前面的介绍,钥匙就是为了传送的,宇宙大帝已经被传送过来了,为什么摧毁了钥匙他就被打败了?相当于坐电梯到了目的地,电梯被毁了,关人什么事啊?人为什么就无了? 无聊的大团圆 这种类型的电影当然一定是大团圆的结局,但是全程的“温馨”感就非常无趣。前面在渲染宇宙大帝的强大,具有摧毁星球的能力,地球面临毁灭的危机,然后全片没有刻画任何一个人类的死亡,这危机危得...

2023-07-10

开源实例之Cecil静态网站

cecil-website-example封面
前言 本篇是 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-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 语言开发的静态网站生成器。 实例地址 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-example封面
前言 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-website-example封面
前言 本篇是 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-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 语言开发的静态网站生成器。 实例地址 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-example封面
前言 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

分页: 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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109