serenity
v1.1.6
Published
Easy static site generator
Downloads
15
Readme
Serenity
An easy system for generating (and local development of) static sites, using variables and templates.
Install
$ npm install -g serenity
Note: may require sudo to install globally!
Usage
$ serenity
Running the serenity command will immediately start watching the current directory and build the site within ./_site. It will also serve the site on localhost:4000.
Options
Configuration options can also be specified in a file named serenity.js in the root of your directory. Usage and options for this can be seen in the defaults.js
file