1.1.0 • Published 2 years ago

@vph-cms/sails-hook-offprint v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Offprints VPH-CMS Core Packages

Contend Directory

By default your files ending with ".html" or ".md" will be attempted to be read as markdown or HTMl respectively and rendered. The default path is:

./storage/offprints

Templating

By default the template relies on the assumption of a pre-existing layout.njk in your views directory, which is referenced as such:

{% extends 'layout.njk' %}
{% block offprintContent %}