Skip to content

Latest commit

 

History

History
executable file
·
34 lines (22 loc) · 481 Bytes

README.md

File metadata and controls

executable file
·
34 lines (22 loc) · 481 Bytes

#Gena

Installation

npm install gena

See https://gena.60devs.com for the next steps

Demo

A site built using Gena (online):

http://60devs.github.io/gena-blog/

To build the same website locally:

  npm install gena jspm gulp -g // global dependencies
  mkdir gena-blog && cd gena-blog
  gena init
  gena s

Also git must be installed.

Usage

gena new post my-post-name

generates a new empty post.