开源实例之Lektor
前言
Lektor is a static website generator. It builds out an entire project from static files into many individual HTML pages and has a built-in admin UI and minimal desktop app.
Lektor 是静态网站生成器,同时内置管理 UI 和极小的桌面应用。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | Python 3.9 |
服务器 | Nginx |
程序 | Lektor 3.3.10 |
数据 | martin-haecker |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Python
- 已安装 Nginx
安装程序
官网地址:https://www.getlektor.com
程序仓库:https://github.com/lektor/lektor
数据仓库:https://bitbucket.org/dwt/homepage
#克隆代码
git clone https://bitbucket.org/dwt/homepage.git
cd homepage
#安装 Lektor
pip install lektor
#生成静态文件
lektor build
实例体验
后记
本实例仅供参考,不定期重置数据。