Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 523 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 523 Bytes

Jekyde

A static blog generator, server and writer in Node.JS.

Easy Installing

First install Node.js, then install jekyde in console:

npm install -g jekyde

Simple Starting

Create an empty folder and run the following command in the folder:

jekyde

We will generate a simple blog inside it for you.

Happy Writing

In your web browser visit the following address:

http://localhost:4040/w

You can edit your posts and pages in browser.