Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mz121star committed Mar 14, 2013
1 parent 9ac97b2 commit a2e041e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 3 deletions.
39 changes: 38 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
#*NJBlog* Blog Project# [![Build Status](https://travis-ci.org/mz121star/NJBlog.png?branch=master)](https://travis-ci.org/mz121star/NJBlog)

----------

*NJBlog*

**Function**

```
- many people blog system
- there are individual ranking function
- you can add and delete blog posts.
- can reply blog content, the author can set the reply is prohibited
- support RSS feeds
- verify login support third-party web sites, such as renren, weibo, watercress, etc
- you can import inbound blog content (restricted import)
```

**Build Tool**

```
- build by grunt
```

[schedule ](https://trello.com/board/node-js-blog/50dda31c39e3d3341b001433 "schedule ")




```
#*NJBlog*多人博客系统# [![Build Status](https://travis-ci.org/mz121star/NJBlog.png?branch=master)](https://travis-ci.org/mz121star/NJBlog)
----------
Expand Down Expand Up @@ -33,9 +70,9 @@
[项目进度查询](https://trello.com/board/node-js-blog/50dda31c39e3d3341b001433 "项目进度")
**NJBlog目前由两位Node爱好者协同开发!**
```

Copyright (c) 2012 Jarrick,Sailor contributors

Permission is hereby granted, free of charge, to any person obtaining
Expand Down
5 changes: 3 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* To change this template use File | Settings | File Templates.
*/
module.exports={

connectionstring:'mongodb://localhost/njblog'
cookieSecret:'njblog',
connectionstring:'mongodb://njblog:njblog@linus.mongohq.com:10062/NJBlog'
// connectionstring:'mongodb://localhost/njblog'
};
Binary file modified views/index.html
Binary file not shown.

0 comments on commit a2e041e

Please sign in to comment.