jekyde icon indicating copy to clipboard operation
jekyde copied to clipboard

Static blog generater, server and writer. Write markdown with latex in desktop/mobile browsers.

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.