开源实例之Pagegen
前言
Pagegen is a Python static site generator with reStructuredText or Markdown markup and Mako templates. Live reloading.
Pagegen takes content found in a bunch of regular plain text files and folders and wraps them up nicely as a website. You can focus on writing content, and pagegen will do it up for web.
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Python 3.9 |
服务器 | Nginx |
程序 | Pagegen 3.8.1 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Python
- 已安装 Nginx
安装程序
官网地址:https://pagegen.phnd.net
仓库地址:https://github.com/oliverfields/pagegen
pip install pagegen
mkdir my_site
cd my_site
pagegen --init
pagegen --generate production
实例体验
后记
本实例仅供参考,不定期重置数据。