NodeBlog v0.2.0 更新说明
Change logs
- 完全基于Connect,提高整体响应性能;
- 移除对express, libxml2的依赖;
- Session使用Mongodb存储;
NodeBlog 介绍
A blog base on nodejs. Demo: http://nodeblog.org, http://nodeblog.cnodejs.net
Features
- 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
Requirements
Ubuntu
$ sudo apt-get install mongodb
CentOS
# install mongodb
# see: http://www.mongodb.org/display/DOCS/CentOS+and+Fedora+Packages
Node Modules Install
$ sudo npm install connect ejs weibo metaweblog mongoskin github-flavored-markdown
Install NodeBlog
$ git clone git://github.com/fengmk2/nodeblog.git
$ cd nodeblog
$ cp config.js.tpl config.js
$ node server.js
DIY template
- http://www.csstemplatesfree.org/templates/a_bit_boxy/index.html
- http://www.dcarter.co.uk/templates.html
- http://www.csstemplatesfree.org/templates/simple_square/index.html
- http://www.instapaper.com/extras
Snapshot
- Index Page
- Settings Page
- New Post Page
- Comments of post