首先需要安装php环境。
自动安装:
Using command
#
as3:~/pointless-blog# ls
自动安装:
# curl https://raw.github.com/scarwu/Pointless/master/install.sh
手动安装:
# wget https://raw.github.com/scarwu/Pointless/master/bin/poi
# chmod +x poi
# mv poi /usr/local/bin/
更新:
Using command update
to update Pointless
with root(administrator privileges):
# poi update
初次使用:首先你必须初始化你的博客目录,这一目录将存储你的博客文件:
# poi init blog_name (比如poi init pointless-blog)
然后配置你的博客信息:
# poi config (此步可以不做)
生成你的博客:
# poi gen
发表文章:
# poi add
编辑文章:
# poi edit
删除文章:
# poi delete
然后记得运行
poi gen。
上面输入poi add后,会提示输入标题,输入你的标题(建议用英文),比如test5,回车; 然后提示输入定制的url,你可输入test5.html,然后提示输入tag,category,分别输入你的值后,回车。然后按i,进入vim的插入模式(即编辑模式),把"publish"的值改为true,然后在}号下,输入你的帖子内容,然后按Esc,返回vim的命令模式,然后按:wq,保存文件并退出vim.然后
# poi gen (生成网站)
这样帖子就发表成功了。
演示网站:http://as3.brite.biz:5577/
我的情况:
as3:~/pointless-blog# ls
Config.php Deploy Extension Markdown Public Resource Theme
as3:~/pointless-blog# ls Public
about article category page sitemap.xml theme
archive atom.xml index.html README.md tag
as3:~/pointless-blog#
以上的Public目录就是网站的根目录。你可绑定一个域名到该目录。示例:http://pl.brite.biz/
参考:
https://github.com/scarwu/Pointless/wiki/Install
https://github.com/scarwu/Pointless/wiki/First-Usage
https://github.com/scarwu/Pointless/wiki/Post-article
项目地址:
https://github.com/scarwu/Pointless/
https://github.com/scarwu/Pointless/wiki/_pages