/node-blog

A simple blogging software built using the Express framework.

Primary LanguageJavaScriptMIT LicenseMIT

node-blog

Simple blog built on Node.js + Express + Handlebars + MongoDB. The purpose of this project was to get more familiar with Express and to provide a simple, customizable blogging platform for my website. Markdown parsing supported.

Install

  1. mkdir blog_dir
  2. cd blog_dir
  3. git clone https://github.com/AnthonyCalandra/node-blog.git
  4. Using your favorite editor, configure relevant settings in config.js.
  5. npm install
  6. node node-blog.js
  7. Do the things.

Planned

In no particular order:

  1. Multiple users.
  2. Comments.
  3. WYSIWYG editor.

Demo

You can find a (heavily) customized version of the blog in use at http://anthony-calandra.com/posts.

License

MIT

Anthony Calandra - 2015