开源实例之drupan
前言
Drupan is a flexible static site generator helping you to create blogs, single page applications or traditional websites. While being opinionated the plugin system allows you to extend it with any functionality you desire.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Python 3.9 |
服务器 | Nginx |
程序 | drupan 3.0.2 |
模版 | drupan-template-blog |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Python
- 已安装 Nginx
安装程序
程序仓库:https://github.com/fallenhitokiri/drupan
模版仓库:https://github.com/fallenhitokiri/drupan-template-blog
git clone https://github.com/fallenhitokiri/drupan-template-blog.git blog
cd blog
pip install drupan
drupan config.yaml --serve
实例体验
后记
本实例仅供参考,不定期重置数据。