Chisel is a simple python static blog generation utility.
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Python 3.9 |
服务器 | Nginx |
程序 | Chisel |
仓库地址:https://github.com/dz/chisel
#克隆代码
git clone https://github.com/dz/chisel
cd chisel
#安装依赖
pip install -r requirements.txt
#新建文档
mkdir blog
vim blog/yzm.markdown
#生成静态文件
python3 chisel.py
本实例仅供参考,不定期重置数据。