taniko / saori-skeleton
萨オリ骨骼
v3.0.0
2017-05-17 13:53 UTC
Requires
- php: >=7.0.0
- taniko/saori: ^3.0
This package is not auto-updated.
Last update: 2024-09-15 01:56:12 UTC
README
安装
composer create-project taniko/saori-skeleton blog
使用
php saori # initialize php saori init # generate draft file php saori draft first_article # edit draft file vim draft/first_article/article.md vim draft/first_article/config.json # post php saori post first_article # generate static site php saori build
设置
contents/config.json
{
"id" : "username",
"local" : "https://:8000",
"title" : "Example Blog",
"author" : "John Doe",
"theme" : "saori",
"lang" : "en",
"link" : {
"github" : "https://github.com",
"twitter" : "https://twitter.com"
}
}