杜郎俊赏 - dujun.io

开源实例之Pystatic

前言

Dead simple static site generator. To build a website you need only one line of Python, the rest is Markdown, HTML, and CSS.

实例地址

http://pystatic.dujun.eu.org

实例配置

配置描述
系统Debian
开发环境服务端Python 3.9
服务器Nginx
程序Pystatic 1.1

实例部署

权限要求

  • 具有系统读写权限
  • 已安装 Python
  • 已安装 Nginx

安装程序

仓库地址:https://github.com/Zedelghem/pystatic

#克隆代码
git clone https://github.com/Zedelghem/pystatic.git
cd pystatic

#安装依赖
pip install python-dateutil markdown rfeed

#生成静态文件
python3 build.py

实例体验

进入实例深度体验

后记

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

体验更多开源实例

标签: 开源实例 个人开源实例 静态博客开源实例 Python开源实例
日期:2023-07-19