开源实例之Prosopopee
前言
Prosopopee is a static website generator to make beautiful customizable pictures galleries that tell a story.
Prosopopee 是 Python 开发的静态网站生成器,主要用于相册、画廊页面的生成。
实例地址
http://prosopopee.dujun.eu.org
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Python 2.7 |
服务器 | Nginx |
程序 | Prosopopee 1.1.5 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Python
- 已安装 Nginx
安装程序
仓库地址:https://github.com/Psycojoker/prosopopee
文档地址:https://prosopopee.readthedocs.io
#安装 Prosopopee
pip install prosopopee
#克隆代码
git clone https://github.com/Psycojoker/prosopopee.git
#生成静态文件
cd prosopopee/example
prosopopee build
实例体验
后记
本实例仅供参考,不定期重置数据。