杜郎俊赏 - dujun.io

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

歌手李玟轻生离世,年仅48

coco-lee-dies-at-48-after-suicide-attempt封面
7月5日晚,李玟的二姐李思林突然发布微博称,李玟长期患抑郁症并一直与病魔斗争,7月2日突然在家中轻生,最终抢救无效,于7月5日与世长辞,年仅48岁。 昨晚手机弹出这个消息的时候我正在逛商场,第一反应是错愕,然后马上安慰自己是不是标题党——看过好几次新闻报道某某出事,点进去却是与某明星同名的人。但是再看看标题,写着歌手李玟,想不出还有另一个叫李玟的歌手了。怀着不好的心情点进新闻,确实是她本人了。然而我没法将因抑郁症轻生与李玟联系起来,印象中她是很有活力,很西化的一位热辣歌星,实在想不到她会抑郁并轻生。 事情发酵到第二天,更多的信息被披露出来。李玟是在浴室内用利器割腕自杀,生前饱受离婚困扰。李玟一直想要生育,可惜9次试管婴儿均失败,大她 16 岁的加拿大富商老公多次出轨,而两个继女对她不闻不问。 很多年没有看到过李玟的消息,最后的印象还是在好声音当导师的时候,没想到经历了诸多家庭不幸。走到轻生...

2023-07-06

开源实例之Perun静态网站

perun-website-example封面
前言 本篇是 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

分页: 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