###我的博客项目### 基于Jekyll构建的博客主页。
部署在AWS S3服务上。
查看的我的博客,请访问blog.mengz.me。
####写博文####
./newPost.pl <file_name>
file_name: 博文源文件的文件名,保存在 _posts/ 文件夹下。
./createCT.pl
用来生成新的类别和标签,用法:
Usage: ./createCT.pl -t [type] -e [ename] -c [cname]
./createCT.pl -h
-t - Specify the type, the type are:
C - For category.
T - For tag.
-e - Specify the ename for catgeory or tag.
-c - Specify the cname for catgory or tag.
-h - Print this help.
Example: ./createCT.pl -t T -e blog -c 博客
####部署####
使用 s3_website 进行部署。
s3_website push