开源实例之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 语言开发的静态网站生成器,只需要下载一个独立的二进制包。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务器 | Nginx |
程序 | Plenti 0.6.17 |
模版 | Papermod |
实例部署
权限要求
- 具有系统读写权限
- 已安装 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
mv plenti /usr/bin/
#创建项目,使用 Papermod 模版数据
plenti new site blog --theme=https://github.com/plenti-themes/papermod
#生成静态文件
cd blog
plenti build
实例体验
后记
本实例仅供参考,不定期重置数据。