Skip to content

Releases: adrianoamalfi/astrix-ghost

v0.2.4

Choose a tag to compare

@adrianoamalfi adrianoamalfi released this 24 Jul 10:16

Stable release. Recommended for everyone on 0.2.x.

  • Correct LCP preload. In the Personal header style a hero portrait is the LCP, but 0.2.3 preloaded the first featured card — the wrong image, which added a download instead of saving one. Verified against a running Ghost that the LCP image and the font are each fetched exactly once.
  • Clean security audit. Three high-severity advisories in the build toolchain patched via npm overrides. Dev-only — the theme ships no runtime dependency.
  • Stronger checks. npm run smoke now asserts every LCP preload matches the image the page actually renders.

See CHANGELOG.md.

Full Changelog: v0.2.3...v0.2.4

v0.2.3

Choose a tag to compare

@adrianoamalfi adrianoamalfi released this 24 Jul 10:03

Hotfix. 0.2.2 is broken — do not use it. It shipped a helper call inside a CSS comment in default.hbs, which made Ghost throw assetPath.match is not a function while rendering every page. Upgrade straight from 0.2.1 to 0.2.3.

See CHANGELOG.md for details.

Full Changelog: v0.2.2...v0.2.3

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 13:50

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 12:26

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

Astrix 0.1.0 — initial public release

Choose a tag to compare

@adrianoamalfi adrianoamalfi released this 20 Jul 17:37

First open-source release of Astrix, a bold, image-led Ghost theme built on the Astryx design tokens.

Highlights

  • Four homepage hero styles (Poster / Editorial / Split / Personal) and three feed layouts (Bold grid / Mosaic / List), selectable in Ghost Admin → Design.
  • Native dark / light / system color scheme via light-dark(), with a zero-flash persisted toggle.
  • Scheme-safe accent system — the Ghost Admin accent is derived into fill, ink and line tokens so it stays readable on both schemes.
  • Reading experience — sticky table of contents with a reading-line scrollspy, reading progress bar, related posts, native comments.
  • Membership-ready — subscribe forms, Portal integration, a single tier-aware gated-content CTA, pricing-grid membership page.
  • Native Ghost search and fully styled Koenig cards.
  • i18n — English and Italian locales.

Install

Download `astrix.zip` below and upload it in Ghost Admin → Settings → Design & branding → Change theme → Upload theme.

Requires Ghost ≥ 6.0. The visual system is documented in DESIGN.md.

🤖 Generated with Claude Code

Full Changelog: https://github.com/adrianoamalfi/astrix-ghost/commits/v0.1.0