kanon
v0.0.25
Published
Right now just a proof of concept static site generator
Readme
kanon
WORK IN PROGRESS - PROOF OF CONECEPT
My very single simple static site gen
Install
$ npm install kanonUsage
const kanon = require('kanon');
kanon('./web.config',
{ some : 'data'},
'./dest/',
{ templates: './templates'});API
kanon(configFile, data, destiantionPath [options])
input
Type: string
Lorem ipsum.
options
foo
Type: string
Default: /templates
