开源实例之Hyde
前言
Hyde is a static website generator written in python. While Hyde took life as awesome Jekyll's evil twin, it has since been completely consumed by the dark side and has an identity of its own.
Hyde 是 Python 语言开发的静态网站生成器,本实例是基于 Hyde 创建的静态博客。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Python 3.9 |
服务器 | Nginx |
程序 | Hyde 0.8.9 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Python
- 已安装 Nginx
安装程序
官网地址:https://hyde.github.io
仓库地址:https://github.com/hyde/hyde
#安装程序
pip install hyde
#创建项目
hyde -s blog create
#生成静态文件
cd blog
hyde gen
实例体验
后记
本实例仅供参考,不定期重置数据。