diff --git a/.gitignore b/.gitignore index 688ef23..35b1bbd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ npm-debug.log -node_modules \ No newline at end of file +node_modules +initproject.sh +kenshiro-hackuto-blog.iml +.idea diff --git a/History.md b/History.md new file mode 100644 index 0000000..4e3f3de --- /dev/null +++ b/History.md @@ -0,0 +1,27 @@ +1.0.1 +==================== +* Removed MongoDB ID from post URLs so as to make them more SEO-friendly +* Added projects page, removed some unused jade template and improved style + +1.0.0 / 22/08/2013 +==================== +* MAJOR refactoring of API (in progress). +* Revamping of layout as well (in progress). +* Work on Admin, new post view +* Improved look and feel, error handling (404 + 500) and code quality +* Readers can now submit comments to a given blog post +* Using the configured port in blogConfig.json to bind the server to the specified port +* Displaying correct page title +* Added RSS support +* Added Google Analytics +* Fixed issue FBK like URL +* Added edit post feature + +0.2.2 / 2013-02-23 +==================== +* Added favicon + +0.2.1 / 2013-02-03 +==================== +* Improved style +* Blog details are now loaded from a json configuration file \ No newline at end of file diff --git a/README.md b/README.md index f736594..87e5ca1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@

Node2Blog

-

Node2Blog is a simple and easy to use blog template for the casual blogger. For those who wish to setup an operable blog in minutes, this is the project for you. The blog is built with Node.js, Express.js, and Mongodb (with the mongoose driver). The instructions for quickly building a blog with the Node2Blog template is shown below.

+

Node2Blog is a simple and easy to use blog template for the casual blogger. +For those who wish to setup an operable blog in minutes, this is the project for you. +The blog is built with Node.js, Express.js, and Mongodb (with the mongoose driver). +The instructions for quickly building a blog with the Node2Blog template is shown below.

Features

+

Prerequisites