杜郎俊赏 - dujun.io

开源实例之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 语言开发的静态网站生成器,只需要下载一个独立的二进制包。

实例地址

http://plenti.dujun.eu.org

实例配置

配置描述
系统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

实例体验

首页

文章页

进入实例深度体验

后记

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

体验更多开源实例

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