开源实例之Cecil
前言
Cecil is a CLI application, powered by PHP, that merge plain text files (written in Markdown), images and Twig templates to generate a static website.
Cecil 是 PHP 语言开发的静态网站生成器。
实例地址
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
开发环境服务端 | PHP 7.4 |
服务器 | Nginx |
程序 | Cecil 7.43.2 |
数据 | The Butler |
实例部署
权限要求
- 具有系统读写权限
- 已安装 PHP
- 已安装 Nginx
安装程序
官网地址:https://cecil.app
程序仓库:https://github.com/Cecilapp/Cecil
数据仓库:https://github.com/Cecilapp/the-butler
#克隆代码
git clone https://github.com/Cecilapp/the-butler.git
#安装依赖并生成静态文件
cd the-butler
bash ./scripts/build.sh
实例体验
后记
本实例仅供参考,不定期重置数据。