开源实例之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 开发的快速静态网站生成工具,单文件无依赖,开箱即用。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | 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
实例体验
后记
本实例仅供参考,不定期重置数据。