Directories

assets

This folder contains static resource files, such as javascript, css and images.

controllers

The main logic of the website generator. As an end user, you probably don't need to change anything in this folder.

If you are a developer, you should know that this is the "brain" of maml.

models

This folder contains the main data of the website, content data is in *.md files, configuration data is in *.yml files.

And the folder structure reflects the website structure.

views

This folder contains HTML code, including layouts and templates. Views' template engine is nunjucks.