Skip to content

60devs/gena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.