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.
- mkdir blog_dir
- cd blog_dir
- git clone https://github.com/AnthonyCalandra/node-blog.git
- Using your favorite editor, configure relevant settings in config.js.
- npm install
- node node-blog.js
- Do the things.
In no particular order:
- Multiple users.
- Comments.
- WYSIWYG editor.
You can find a (heavily) customized version of the blog in use at http://anthony-calandra.com/posts.
MIT
Anthony Calandra - 2015