A blog base on nodejs. Demo: http://nodeblog.org, http://nodeblog.cnodejs.net
- Write, Read, List, Search blog.
- Comments
- Support image and file upload.
- DIY template
- Support nodester.com, no.de... nodejs host services
- Simple to install
- Support post to twitter, facebook, weibo, tqq and so on.
- Speed
- Support MetaWeblog API Sync
- Support 42qu.com
$ sudo apt-get install mongodb
# install mongodb
# see: http://www.mongodb.org/display/DOCS/CentOS+and+Fedora+Packages
$ sudo npm install connect ejs weibo metaweblog mongoskin github-flavored-markdown
$ git clone git://github.com/fengmk2/nodeblog.git
$ cd nodeblog
$ cp config.js.tpl config.js
$ node server.js