开源实例之Hindsite 前言 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 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
开源实例之LitePub 前言 LitePub is a static blog generator that tries to be as easy to use as possible. It requires no software dependencies, needs no configuration files, uses no databases. All it needs is one binary, posts written in Markdown and a set of templates to render the posts to static HTML files. 实例地址 https://litepub.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 LitePub 0.5.6 实例部署 权限要求 具有系... 2023-07-17
开源实例之verless静态网站 前言 本篇是 verless 生成的静态网站实例。另有《开源实例之verless》为静态博客实例。 实例地址 https://verless-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 verless 0.5.4 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 仓库地址:https://github.com/verless/verless #安装 verless wget https://github.com/verless/verless/releases/download/v0.5.4/verless-linux-amd64.tar tar -xvf verless-linux-amd64.tar mv verless /usr/bin/ #创建项目 ve... 2023-07-07
开源实例之verless 前言 verless is a Static Site Generator designed for Markdown-based content with a focus on simplicity and performance. It reads your Markdown files, applies your HTML templates and renders them as a website. verless 是 Go 语言开发的静态网站生成器。 实例地址 https://verless.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 verless 0.5.4 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 仓库地址:https://github.com/ver... 2023-07-07
开源实例之Gostatic 前言 Gostatic is a static site generator. It tracks file changes during compilation, which is why it works reasonably fast. Also it provides framework for configuration akin to Make, which makes it easy to understand and to write custom configurations. Gostatic 是 Go 语言开发的静态网站生成器。 实例地址 https://gostatic.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 Gostatic 2.36 数据 solovyov.net 实例部署 权... 2023-07-01
开源实例之Plenti静态网站 前言 本篇是 Plenti 生成的静态网站实例。另有《开源实例之Plenti》为静态博客实例。 实例地址 https://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 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 语言开发的静态网站生成器,只需要下载一个独立的二进制包。 实例地址 https://plenti.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 P... 2023-06-29
开源实例之InkPaper 前言 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
开源实例之Hugo静态网站 前言 本篇是 Hugo 生成的静态网站实例。另有《开源实例之Hugo》为静态博客实例。 实例地址 https://hugo-website.dujun.eu.org 实例配置 配置 描述 系统 Debian 开发环境服务端 Go 1.20 服务器 Nginx 程序 Hugo 0.112.5 模版 Arcana 实例部署 权限要求 具有系统读写权限 已安装 Go 已安装 Nginx 安装程序 官网地址:https://gohugo.io 程序仓库:https://github.com/gohugoio/hugo 模版仓库:https://github.com/half-duplex/hugo-arcana #deb 安装 Hugo,下载仓库 release 包 dpkg -i hugo_extended_0.112.5_linux-amd64.deb #克隆模版代码 git clone ht... 2023-06-01