1.1.0 • Published 9 years ago

majora v1.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

Majora

Setup

$ mkdir path/to/website; cd path/to/website
$ npm install majora

Usage

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!