All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add template folder to published package.
init
command to initialize a new site.start
command to build and start local server in watch mode.build
command to build the site.
nanogen
won't work without one of the commands above.-w
flag was removed in favor of thestart
command.
- Changed EJS rendering to consider include paths relative from the source folder. #9
- Generated page structure now have an extra folder with the name of the original file + the index.html.
- Was failing when site.config.js was not present.
- First release as a CLI tool