nbe

Node Blog Engine is my second attempt at writing a blog engine in Node.js. This isn't intended for production use - just some fun to keep my skills sharp.


Install
npm install nbe@0.0.1

Documentation

Node Blog Engine

Node Blog Engine is my second attempt at writing a blog engine in Node.js. This isn't intended for production use - just some fun to keep my skills sharp.

Road Map

0.1.0

0.2.0

  • Editor
    • Article save actually needs to save as rendered Markdown
  • Login
    • Restrict users from creating new accounts
  • Nav
    • Contact Page

0.3.0

  • Tag system
  • Superuser setup
  • Editor
    • More statistics for post editor
    • Suggest alternate words/phrases

0.4.0

  • Rendering engine