开源实例之yasbe
前言
YASBE,Yet Another Static Blog Engine
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Python 3.9 |
服务器 | Nginx |
程序 | yasbe |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Python
- 已安装 Nginx
安装程序
仓库地址:https://github.com/underr/yasbe
#安装依赖
apt install python3-toml python3-mistune python3-mako
#克隆代码
git clone https://github.com/underr/yasbe.git
cd yasbe
#复制配置文件
cp config_ex.toml config.toml
#生成静态文件
python3 yasbe.py
实例体验
后记
本实例仅供参考,不定期重置数据。