NAME
plexsite - Linked Plex Template Rendering Tool
SYNOPSIS
plexsite CMD OPTIONS --create --title "My title" src/pages/about.plt
Render linked templates from the src dir in current working directory
plexsite
DESCRIPTION
This is a site building application using Template::Plexsite inter-template system.
In its simplest form, it takes a directory of input (src by default), recursively finds all the plt templates, executes them, writing the results to the output directory (site by default).
There is very little configuration, as each plt template provides almost everything needed to locate resources and the directory structure of the output.
For details on the template system itself please refer to Template::Plexsite.