MyBlog 是一个邪恶二进制博客专用系统
myblog是一个开源的博客,兼容wp博客系统,同时支持markdown语法高亮功能,还有多种数据库(sqlite、mysql等)。
这里是个人博客地址,也就是用本开源软件搭建的。下面推荐用openshift搭建。
项目地址:https://github.com/evilbinary/myblog
MyBlog on OpenShift
This git repository helps you get up and running quickly w/ a Django
installation on OpenShift. The Django project name used in this repo
is 'openshift' but you can feel free to change it. Right now the
backend is sqlite3 and the database runtime is found in
$OPENSHIFT_DATA_DIR/sqlite3.db
.
Be