杜郎俊赏 - dujun.io

开源实例之Z-Blog

z-blog-example封面
前言 Z-BlogPHP 是由 Z-Blog 社区提供的博客程序,一直致力于给国内用户提供优秀的博客写作体验。 实例地址 https://z-blog.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 PHP 8.1 数据库 MariaDB 10.5 服务器 Nginx 程序 Z-Blog 1.7.3 实例部署 权限要求 具有系统读写权限 已安装 PHP 已安装 MySQL 已安装 Nginx 建数据库 创建一个数据库,用于在后面安装程序中使用。 安装程序 官网地址:https://www.zblogcn.com 仓库地址:https://github.com/zblogcn/zblogphp 从官网下载最新压缩包,解压到服务器域名解析的目录,然后访问网站,跟随安装程序引导填写即可。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源...

2023-07-23

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

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