majora
v1.1.0
Published
A simple deku-based static site builder
Readme

Setup
$ mkdir path/to/website; cd path/to/website
$ npm install majoraUsage
Create a content/ folder with your Markdown files. Run majora to build the
corresponding HTML files in the build/ folder.
Templates
Put your Deku templates in the templates/ folder and use them by specifying
the name of the file in your Markdown file's front matter.
---
template: Post
---
# This is a post!