Pinnate Docs

GitHubApp

Theme

Accent color, logo, and layout for docs sites.

Configure branding in site.yaml under theme:

theme:
  accent_color: '#0F766E'
  logo_url: https://cdn.example.com/logo-light.svg
  logo_dark_url: https://cdn.example.com/logo-dark.svg
  favicon_url: https://cdn.example.com/favicon.ico
  layout: centered   # full | centered

Key

Status

Notes

accent_color

Shipped

Brand accent

logo_url

Shipped

Light (or only) logo; absolute URL

logo_dark_url

Shipped

Optional dark-mode logo; falls back to logo_url

favicon_url

Shipped

Browser tab icon; absolute URL

layout

Shipped

full or centered — see Site settings

Typography

Coming soon

Custom font families

Background / sidebar colors

Coming soon

Fine-grained palette

Host logo and favicon files on any HTTPS CDN (or object storage) and point these keys at absolute URLs. Narrative: Site settings. Reference: site.yaml.