杜郎俊赏 - dujun.io

开源实例之Lume静态网站

lume-website-example封面
前言 本篇是 Lume 生成的静态网站实例。另有《开源实例之Lume》为静态博客实例。 实例地址 https://lume-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Deno 服务器 Nginx 程序 Lume 1.17.0 数据 react-todo 实例部署 权限要求 具有系统读写权限 已安装 Deno 已安装 Nginx 安装程序 官网地址:https://lume.land 程序仓库:https://github.com/lumeland/lume 数据仓库:https://github.com/lumeland/react-todo #克隆代码 git clone https://github.com/lumeland/react-todo.git todo #生成静态文件 cd todo deno task build...

2023-06-27

开源实例之Lume

lume-example封面
前言 Lume is the Galician word for fire but also a (yet another) static site generator for Deno. It’s inspired by other general-purpose static site generators, such as Jekyll and Eleventy, but it’s faster, simpler and easier to use and configure, besides being super flexible. Lume 是基于 Deno 开发的静态网站生成工具。 实例地址 https://lume.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Deno 服务器 Nginx 程序 Lume 1.17.0 数据 theme...

2023-06-27

开源实例之InkPaper

inkpaper-example封面
前言 InkPaper is a static blog generator developed in Golang. No dependencies, cross platform, easy to use, fast building times and an elegant theme. InkPaper 是 Go 语言开发的静态网站生成工具。 实例地址 https://inkpaper.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 InkPaper 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 官网地址:https://inkproject.github.io 仓库地址:https://github.com/InkProject/ink #安装 wget https...

2023-06-27

开源实例之Cryogen

cryogen-example封面
前言 Cryogen is a simple static site generator built with Clojure. It's shipped on Leiningen so setup is fuss free and there's no need to mess with databases or other CMS systems. Cryogen 是基于 Clojure 开发的静态网站生成工具。 实例地址 https://cryogen.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Java 20 服务器 Nginx 程序 Cryogen 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 Nginx 安装程序 官网地址:http://cryogenweb.org 仓库地址:https://github.com/cry...

2023-06-27

开源实例之JBake

jbake-example封面
前言 JBake is a Java based open source static site/blog generator for developers. JBake 是 Java 语言开发的静态网站生成工具。 实例地址 https://jbake.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Java 20 服务器 Nginx 程序 JBake 2.7.0 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 Nginx 安装程序 官网地址:https://jbake.org 仓库地址:https://github.com/jbake-org/jbake #安装 JBake,可从仓库下载 release 包 wget https://github.com/jbake-org/jbake/releases/download/v2.7.0-...

2023-06-27

开源实例之Cobalt

cobalt-example封面
前言 Cobalt is a static site generator written in Rust. It uses Liquid templates and markdown. Cobalt 是 Rust 语言开发的静态网站生成工具。 实例地址 https://cobalt.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Rust 1.70 服务器 Nginx 程序 Cobalt 0.19.0 数据 booyaa blog 实例部署 权限要求 具有系统读写权限 已安装 Rust 已安装 Nginx 安装程序 官网地址:https://cobalt-org.github.io 程序仓库:https://github.com/cobalt-org/cobalt.rs 数据仓库:https://github.com/booyaa/booyaa.gith...

2023-06-26

开源实例之Nikola静态网站

nikola-website-example封面
前言 本篇是 Nikola 生成的静态网站实例。另有《开源实例之Nikola》为静态博客实例。 实例地址 https://nikola-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Nikola 8.2.4 数据 nikola-site 实例部署 本实例为 Nikola 官网源码。 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 官网地址:https://getnikola.com 程序仓库:https://github.com/getnikola/nikola 数据仓库:https://github.com/getnikola/nikola-site #克隆代码 git clone https://github.com/getnikola/nikola-s...

2023-06-26

开源实例之Nikola

nikola-example封面
前言 Nikola, a Static Site and Blog Generator. Nikola 是 Python 语言开发的静态网站和静态博客生成工具。 实例地址 https://nikola.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Python 3.9 服务器 Nginx 程序 Nikola 8.2.4 实例部署 权限要求 具有系统读写权限 已安装 Python 已安装 Nginx 安装程序 官网地址:https://getnikola.com 仓库地址:https://github.com/getnikola/nikola #安装 Nikola pip install Nikola #创建项目 nikola init blog cd blog #安装模版 nikola theme -i bnw #修改 conf.py THEME="b...

2023-06-25

开源实例之DocFX

docfx-example封面
前言 Static site generator for .NET API documentation. DocFX 是一个基于.NET的API文档生成器,当前支持 C# 和 VB,可以从源代码和 Markdown 文件生成文档。 实例地址 https://docfx.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 .NET 7.0 服务器 Nginx 程序 DocFX 2.67.3 实例部署 权限要求 具有系统读写权限 已安装 .NET 已安装 Nginx 安装程序 仓库地址:https://github.com/dotnet/docfx #克隆代码 git clone https://github.com/dotnet/docfx.git cd docfx #安装 DocFX dotnet tool update -g docfx #生成静态文件 d...

2023-06-25

中石油免费洗车

petrochina-free-car-wash封面
富阳银湖的中石油现在做活动,加油满 120 送价值 15 元的无人洗车一次。 以前看新闻说洗车机的刷子会伤车漆,从来没用过。但是免费洗车实在很难拒绝,而且端午节要去亲戚家,正好有洗车的需求。第一次尝试,体验非常好。 首先就是我最担心的刷子问题,上前查看是长条状的海绵,质地非常柔软。后来看公众号说是“高分子无孔海绵刷”,强调不伤车漆。至此才放心地去排队洗车。 服务商叫“驿公里洗车”,无人值守,24小时营业。只要按电子屏指示将车停在指定区域,扫码点击开始即可。全程用时五分钟,包含喷淋、刷洗、风干。 在过程中最让我满意的是两个地方,一是手机端醒目显示急停的按钮,二是外面有摄像头可以在手机上实时查看车辆外景。这两点安抚了我初次用洗车机的不安情绪,特别是担心车停歪了被磕碰。 无人洗车的效率比人工强了很多,当然细致程度不如。不过就我而言,洗车满足肉眼可见的干净就可以了,谁没事凑近看车身。15 元的定价...

2023-06-22

分页: 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 184 185 186 187 188 189 190 191 192 193 194 195 196