Postlet is organized around hook-based plugins.
Minimal plugin idea
Create a plugin that adds a site-wide notice banner through siteContext.
Typical hook flow
pagesLoaded(pages)for content analysistransformPage(page)for page body changespageContext(page)for per-page template dataemit(pages)for extra generated files
Where to continue
Read the full plugin reference and copy one of the built-in plugins as a starting template.