杜郎俊赏 - dujun.io

开源实例之Tropical

tropical-example封面
前言 Tropical is a modern static site generator without complex magic. It's just Vite plus a layer of familiar, industry-standard tools & conventions (like React, Storybook, MDX & Fela) for building fast, mostly-just-HTML websites with islands of targeted client-side JS. 实例地址 http://tropical.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Tropical 11.4.2 实例部署 权限要求 具有系统读写权限 已安装 Node...

2023-07-13

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

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. 实例地址 http://minimal.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Minimal 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/lutzroeder/minimal #克隆代码 git clone https://github.com/lutzroede...

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. 实例地址 http://capri.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Capri 5.2.3 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://capri.build 仓...

2023-07-12

新增 dujun.link 域名

域名 创建时间 到期时间 dujun.link 2023-07-11 2024-07-11 来自dynadot的免费 .link 域名活动,只需要登录或新注册账号即可领取,活动地址是: https://www.dynadot.com/register-your-free-link-domain 截至目前,我收集的免费 dujun.* 达到 17 个了:https://dujun.io/free-dujun-domains.html

2023-07-11

变形金刚7的槽点

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

2023-07-10

12306乘车积分

刚刷视频知道一件事,激活12306会员可以累积乘车积分。操作非常简单:下载12306官方APP,进入“我的”,点击激活会员即可。每次获得的积分为票面价的五倍,100积分可以兑换1元。比如购买了100元的火车票,可以获得500积分(价值5元),积满 10000 积分后可以兑换指定车次的车票或其他服务。在APP中查询车次,后面带有“兑”字的即为可积分兑换的车次。 我之前一直都在支付宝“出行”里购买火车票,积分都没累积,亏了一个亿。有火车出行需求的朋友建议按上面操作免费激活会员,相当于永久购票 95 折。

2023-07-10

开源实例之Cecil静态网站

cecil-website-example封面
前言 本篇是 Cecil 生成的静态网站实例。另有《开源实例之Cecil》为静态博客实例。 实例地址 http://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 语言开发的静态网站生成器。 实例地址 http://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 数据仓库:htt...

2023-07-10

开源实例之Prosopopee

prosopopee-example封面
前言 Prosopopee is a static website generator to make beautiful customizable pictures galleries that tell a story. Prosopopee 是 Python 开发的静态网站生成器,主要用于相册、画廊页面的生成。 实例地址 http://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

分页: 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 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183