All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- update dependencies
- allow
prettyUrl
to be disabled from helper (#11)
- fix custom template engine options reference (#10)
- use
swig-templates
instead ofswig
(#9) - update all dependencies
- update all dependencies to latest
- added file watcher to the CLI (
--watch
)
- added collections (#3)
- create new
{% markdown %}
tag that uses markdown-it (#7)
- remove
yargs
dependency (useargv-parse
instead)
- remove
cli-colors
dependency
- update all dependencies
- standardize styles
- add ability to turn of directory indexes in frontmatter with
prettyUrl: false
- update documentation in
README.md
(again) - special thanks to @ngoldman
- update documentation in
README.md
First working version.
- helpers
- data files
- front matter
- included swig templates
- build
- tests