Skip to content

fengmk2/nodeblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Snapshot

  • Index Page Index
  • Settings Page Settings
  • New Post Page new post
  • Comments of post comments