杜郎俊赏 - dujun.io

开源实例之emlog

emlog-example封面
前言 emlog is a lightweight blog and CMS website building system. emlog是一款轻量级博客及CMS建站系统,致力于打造好用的个人云端内容管理系统。 emlog 目前仍保持着活跃的开发,吸收了很多实用的设计。例如 Markdown 编辑器实时预览、要求评论包含中文,等等。 实例地址 https://emlog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 7.4 数据库 MariaDB 10.5 服务器 Nginx 程序 emlog 2.1.11 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 已安装 Nginx 建数据库 创建一个数据库,用于在后面安装程序中使用。 安装程序 官网地址:https://www.emlog.net 仓库地址:https://githu...

2023-07-23

知名骑行博主徐云宣布停更

well-known-cycling-video-uploader-xuyun-stops-updating封面
从江西老家,到云南、西藏、新疆,再到哈萨克斯坦、吉尔吉斯斯坦、乌兹别克斯坦,户外“大神”徐云近3年来骑行距离超4万公里,被形容是“带着网友的眼睛看世界”。当数百万粉丝期待他按计划一路西行,穿越亚欧大陆抵达冰岛时,徐云于7月19日晚突然宣布,从此停止更新骑行视频。20日,他向记者证实自己已经回国,目前身在北京。未来,他或许会成为一名田园博主。 早上收到推送,徐云宣布结束骑行生涯,我感到非常意外。最近一期视频,入境乌兹别克斯坦,他还提到计划未来一年在路上,并且说想保持一口气坚持下去。不过像他在声明文章中提到的,他已经被牙痛折磨得受不了,也感觉骑行这件事重复太多失去了激情。我能理解他的突然决定。 徐云是我特别喜欢的一位UP主,追更他的视频是我日常生活的一部分,总是保持期待。这些年他的拍摄和剪辑技巧越来越好,除了骑行领略各地风光本身,他的个人魅力让人可以很安静地看视频,很减压。 徐云没有老婆孩子...

2023-07-21

29元155G电信卡实测

29yuan-155gb-data-plan-of-china-telecom封面
产品说明 购买原因 我老婆每月话费一百多,主要是流量不够用,套餐外 1G 10 块钱,到了下半月就不能自在地玩手机了。想起在网上经常刷到大流量卡的广告,比官方套餐便宜很多,决定试一下。 产品介绍 我在知乎找到了一篇高赞回答,然后被引导到微信公众号,最后下单的产品叫“B1043电信速享卡19元155G流量”。当然这个卡名称没有意义,19元也是噱头,下文会说明。 购买价格 在下单时只需要填写个人信息,不需要付费,然后由京东快递到付。我于6月18号下单,6月20号京东小哥上门,参加首充活动支付 50 元,获得 170 元话费,其中 120 元分 12 个月返还。 产品实测 流量 我验证了六月份和七月份,155G流量(125G通用 + 30G定向)是真的,不限速也是真的。实际根本用不完,可以说流量自由了。 话费 这个套餐的实际名称叫做“星卡”,月费29元。那些乱七八糟的卡名称,有说每月9元、19元...

2023-07-20

开源实例之Hindsite

hindsite-example封面
前言 Hindsite is a fast, lightweight static website generator. It builds static websites with optional document and tag indexes from Markdown and Rimu source documents. 实例地址 https://hindsite.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 Hindsite 2.0.2 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 仓库地址:https://github.com/srackham/hindsite 文档地址:https://srackham.github.io/hindsite #安装 Hinds...

2023-07-19

开源实例之SiteGen

sitegen-example封面
前言 Sitegen is a simple but flexible static site generator. 实例地址 https://sitegen.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 SiteGen 0.0.12 数据 altlimit 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 程序仓库:https://github.com/altlimit/sitegen 数据仓库:https://github.com/altlimit/website #安装 SiteGen curl -s -S -L https://raw.githubusercontent.com/altlimit/sitegen/master/install.sh | bash #克隆代码...

2023-07-19

开源实例之Ulka

ulka-example封面
前言 A fast, pluggable and lightweight static site generator written in javascript. 实例地址 https://ulka.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Ulka 1.0.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://ulka.js.org 仓库地址:https://github.com/ulkajs/ulka yarn create ulka my-blog --template default-blog cd my-blog yarn yarn build 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源...

2023-07-19

开源实例之Pystatic

pystatic-example封面
前言 Dead simple static site generator. To build a website you need only one line of Python, the rest is Markdown, HTML, and CSS. 实例地址 https://pystatic.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Pystatic 1.1 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 仓库地址:https://github.com/Zedelghem/pystatic #克隆代码 git clone https://github.com/Zedelghem/pystatic.git cd pystatic #安装依赖 pip ins...

2023-07-19

开源实例之Gustwind

gustwind-example封面
前言 Gustwind is an experimental site generator built on top of Deno. As you might have guessed, it's as fast as the wind itself. 实例地址 https://gustwind.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Deno 服务器 Nginx 程序 Gustwind 0.28.4 数据 JSter 实例部署 权限要求 具有系统读写权限 已安装 Deno 已安装 Nginx 安装程序 官网地址:https://gustwind.js.org 程序仓库:https://github.com/gustwindjs/gustwind 数据仓库:https://github.com/jsterlibs/website-v2 git...

2023-07-19

开源实例之Blogo

blogo-example封面
前言 Blogo is a blog generator based on JS and Jade. Blogo是一款轻量级博客生成工具。 实例地址 https://blogo.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Blogo 0.1.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/kevin14/blogo npm -g i blogo blogo init blog blogo new title blogo generate 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-07-19

开源实例之Pagegen

pagegen-example封面
前言 Pagegen is a Python static site generator with reStructuredText or Markdown markup and Mako templates. Live reloading. Pagegen takes content found in a bunch of regular plain text files and folders and wraps them up nicely as a website. You can focus on writing content, and pagegen will do it up for web. 实例地址 https://pagegen.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Page...

2023-07-19

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