杜郎俊赏 - dujun.io

开源实例之Plenti静态网站

plenti-website-example封面
前言 本篇是 Plenti 生成的静态网站实例。另有《开源实例之Plenti》为静态博客实例。 实例地址 http://plenti-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Plenti 0.6.17 模版 Maxim 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 官网地址:https://plenti.co 仓库地址:https://github.com/plentico/plenti #下载 release 包 wget https://github.com/plentico/plenti/releases/download/v0.6.17/plenti_0.6.17_Linux_64-bit.tar.gz tar -zxvf plenti_0.6.17_Linux_64-bit.tar.gz...

2023-06-29

开源实例之Plenti

plenti-example封面
前言 Plenti is a static site generator with fast build times and a flexible frontend framework for designing ambitious user experiences. The templating is done in Svelte so you can create an SPA with minimal overhead being sent to your browser and the syntax is easy to pick up for beginners. Plenti 是 Go 语言开发的静态网站生成器,只需要下载一个独立的二进制包。 实例地址 http://plenti.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Pl...

2023-06-29

开源实例之Docpress

docpress-example封面
前言 Docpress generates websites from your project’s basic documentation; that is, at the very least, a README.md file. It also supports multiple Markdown pages in docs/. 实例地址 http://docpress.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Node.js 16 服务器 Nginx 程序 Docpress 0.8.2 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/docpress/docpress #克隆代码 git clone https://github.com/docpre...

2023-06-29

淘淘幼儿园毕业啦

taotao-graduated-from-kindergarten封面

2023-06-28

网络君子

最近刷小姐姐视频,即便是小尺度的视频,下面都会有阴阳怪气的评论:“光宗耀祖”、“你爸妈看到怎么想”。不知道这群神经病是自然生长出来的,还是“友商”买来的水军搞破坏的。一个人,会在什么样的精神状态下,在一个娱乐平台彰显道德?如果感觉不适,那就打开青少年模式,要不就卸载 app。本来就是一个流量生意,博主攒人气赚激励,看客分币不花看完了人家老公才能看的 90%,有什么可叽歪的。 以前看视频习惯点开评论,有些机智幽默的评论甚至比视频还有意思。但现在降智的玩意儿多了,连点评论的兴致都没有了。现在 AI 这么热,评论能不能千人千面,给我分到 LSP 那一组。 当然,也有些人道德感更重,在审美和尺度上有更自律的要求。这让我想到我作的开源实例系列,一晃眼这个系列文章已经写了半年,这个过程中存在一些争议,特别是题图的尺度,有一些朋友给了很好的建议。我一直不知道怎么回应,因为其中的想法和坚持非常自我,不足为...

2023-06-28

开源实例之Lume静态网站

lume-website-example封面
前言 本篇是 Lume 生成的静态网站实例。另有《开源实例之Lume》为静态博客实例。 实例地址 http://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 开发的静态网站生成工具。 实例地址 http://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 语言开发的静态网站生成工具。 实例地址 http://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 开发的静态网站生成工具。 实例地址 http://cryogen.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Java 20 服务器 Nginx 程序 Cryogen 实例部署 权限要求 具有系统读写权限 已安装 Java 已安装 Nginx 安装程序 官网地址:http://cryogenweb.org 仓库地址:https://github.com/cryo...

2023-06-27

开源实例之JBake

jbake-example封面
前言 JBake is a Java based open source static site/blog generator for developers. JBake 是 Java 语言开发的静态网站生成工具。 实例地址 http://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-r...

2023-06-27

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