杜郎俊赏 - dujun.io

开源实例之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.

实例地址

http://pagegen.dujun.eu.org

实例配置

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

实例体验

进入实例深度体验

后记

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

体验更多开源实例

标签: 开源实例 运营开源实例 静态网站开源实例 Python开源实例
日期:2023-07-19