Changelog
v1.2.0 — 2026
Section titled “v1.2.0 — 2026”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 newshow_commentscustom 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/sizesattributes on all feature and post-card images, explicitwidth/heightto prevent layout shift,loading="lazy"on below-fold images. - Accessibility improvements: visible
:focus-visibleoutlines,<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 baselocales/en.jsonfile included.
v1.1.0 — 2026
Section titled “v1.1.0 — 2026”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.
v1.0.0 — 2026
Section titled “v1.0.0 — 2026”Initial release of Silverpoint.
- Homepage gallery grid with configurable density (
grid_density: Spacious, Balanced, Dense). - Configurable homepage intro line (
homepage_intro), default “A journal of light, land and the quiet hour.” - Full-bleed feature image at the top of each post, with toggle (
show_feature_image). - Feature image captions, with toggle (
show_captions). - Dark color scheme default (
color_scheme); Light and Auto also available. - Tarnished-silver accent color default (
#b89b72), configurable viaaccent_color. - Ghost membership and Portal support: sign-up, sign-in, paid post paywall, account page.
- Full Ghost editor card coverage: images (normal, wide, full-width), galleries, bookmarks, buttons, toggles, callouts, code blocks, tables, embeds.
- Ghost 5 and Ghost 6 compatible.