Skip to content

Changelog

Accessibility, native platform features, and internationalisation.

  • Native search support via [data-ghost-search] — activates Ghost’s built-in search without any third-party dependency.
  • Native comments via {{comments}}, gated by a new show_comments custom setting (boolean, default on) and membership context.
  • Password-protected page (private.hbs) — styled to match the theme.
  • Custom 404 page (error-404.hbs) — on-brand, with a link back to the homepage.
  • Accessible mobile navigation: hamburger toggle with aria-expanded / aria-controls, closes on Esc or link click, body-scroll-lock while open.
  • Responsive images throughout: srcset / sizes attributes on all feature and post-card images, explicit width / height to prevent layout shift, loading="lazy" on below-fold images.
  • Accessibility improvements: visible :focus-visible outlines, <main id="content"> skip-link target, aria-current="page" on active nav links, landmark regions, and form labels on all inputs.
  • Translation support: all user-facing strings wrapped in {{t "…"}} and a base locales/en.json file included.

Every Ghost editor card is now bespoke-styled to the theme.

  • Callout cards carry per-variant colour for all built-in backgrounds (grey, blue, green, yellow, red, pink, purple).
  • Product, file, audio, video, header, signup, toggle, button, and bookmark cards are now fully styled.
  • Tables, wide images, and full-width images receive explicit treatment at all viewport widths.

Initial release of Quietus.

  • Homepage with configurable intro line (homepage_intro) and chronological essay list.
  • Drop cap on the opening paragraph of each essay, using the accent color.
  • Feature image at the top of each essay, with toggle (show_feature_image).
  • Signature line in the site footer (signature).
  • Pull quote styling on Ghost Quote cards.
  • Sienna accent color default (#a5552f), configurable via accent_color.
  • Light, Dark, and Auto color schemes (color_scheme).
  • Ghost membership and Portal support: sign-up, sign-in, paid post paywall, account page.
  • Full Ghost editor card coverage: images, galleries, bookmarks, buttons, toggles, callouts, code blocks, tables, embeds.
  • Ghost 5 and Ghost 6 compatible.