Postlet

Theme and Styling Guide

Fri May 08 2026 · Postlet Team

Postlet themes are plain CSS files, so customization stays straightforward.

Switch the global theme

Edit config.json and set:

"build": { "theme": "themes/nord.css" }

Add page-specific CSS

In frontmatter:

css: styles/custom/about.css

Use CSS variables from the active theme to keep a consistent visual style.

YOU CAN PLACE ANY CUSTOM HTML HERE THAT WILL GO BEFORE CLOSING BODY TAG ... THIS IS DRIVEN BY analytics.js plugin