A static blog generator, server and writer in Node.JS.
First install Node.js, then install jekyde in console:
npm install -g jekyde
Create an empty folder and run the following command in the folder:
jekyde
We will generate a simple blog inside it for you.
In your web browser visit the following address:
http://localhost:4040/w
You can edit your posts and pages in browser.