Total Pageviews

Sunday 3 November 2024

基于php的静态博客程序cecil

官网地址:https://cecil.app
仓库地址:https://github.com/Cecilapp/Cecil
数据仓库:https://github.com/Cecilapp/the-butler

#安装 Cecil
curl -LO https://cecil.app/cecil.phar
mv cecil.phar /usr/bin/cecil
chmod 755 /usr/bin/cecil

#创建项目
cecil new:site

#生成静态文件
cecil build

示例:
#克隆代码
git clone https://github.com/Cecilapp/the-butler
#安装依赖并生成静态文件
cd the-butler
bash ./scripts/build.sh

No comments:

Post a Comment