杜郎俊赏 - dujun.io

开源实例之Zola

前言

Zola is a static site generator (SSG), similar to Hugo, Pelican, and Jekyll (for a comprehensive list of SSGs, please see Jamstack). It is written in Rust and uses the Tera template engine, which is similar to Jinja2, Django templates, Liquid, and Twig.

Zola 是基于 Rust 开发的快速静态网站生成工具,单文件无依赖,开箱即用。

实例地址

http://zola.dujun.eu.org

实例配置

配置描述
系统Debian
服务器Nginx
程序Zola 0.17.2
模版Abridge

实例部署

权限要求

  • 具有系统读写权限
  • 已安装 Nginx

安装程序

官网地址:https://www.getzola.org
程序仓库:https://github.com/getzola/zola
模版仓库:https://github.com/jieiku/abridge
deb:https://github.com/barnumbirr/zola-debian

#下载二进制包安装 Zola
dpkg -i zola_0.17.2-1_amd64_bullseye.deb

#克隆代码
git clone https://github.com/jieiku/abridge.git blog
cd blog

#生成静态文件
zola build

实例体验

首页

文章页

进入实例深度体验

后记

本实例仅供参考,不定期重置数据。

体验更多开源实例

标签: 开源实例 个人开源实例 静态博客开源实例 Rust开源实例
日期:2023-06-08