Skip to main content
Prime Direction

Changelog

v1.2.0 - September 11, 2026#

  • Added: AI agent support. The theme now ships with AGENTS.md (read by Codex, Cursor, GitHub Copilot, Windsurf, Zed, Jules, Amp and others), CLAUDE.md for Claude Code and GEMINI.md for Gemini CLI, plus a docs/ folder with the architecture, conventions and step-by-step recipes — open the theme folder in your AI tool and ask for the change you need.
  • Added: The download includes the build toolchain (Rollup config, lint settings, scripts, lockfile), so npm ci, npm run verify and npm run package rebuild, validate and repackage the theme without any private dependency.
  • Added: npm run verify runs lint, build and the Ghost theme validator in one go; npm run translate keeps every locale file in sync with the templates.
  • Added: Footer navigation columns and headings: in the secondary navigation, a --- item starts a new column and a # Heading item adds a column heading.
  • Added: The theme reports its version in the browser console as pd.theme.
  • Changed: The #project tag is treated like #work everywhere, and the bundled routes.yaml keeps such posts out of the journal and inside /works/ — re-upload routes.yaml in Ghost Admin → Settings → Labs to apply it.
  • Fixed: "Load More" on sites installed in a subdirectory.
  • Fixed: Author pages now list posts where the author is a co-author, and authors who only publish works no longer get an empty "Posts" heading.
  • Fixed: Sites without a home-hero page show the site description under the homepage title.
  • Fixed: The theme link in the default copyright line showed the site name instead of "Core".
  • Fixed: Ghost no longer logs an error on every homepage view when the home-hero, tags, blog or works page does not exist.
  • Improved: Lighter avatar images on the authors page, and the homepage no longer downloads the featured image twice on wide screens.
  • Improved: Every template and partial starts with a short description of what it does and where it is used; unused files were removed and the README now points to the documentation.

v1.1.2 - June 22, 2026#

  • Fixed: Dark mode toggle for comments.

v1.1.1 - June 11, 2026#

  • Added: Social links now show every platform you connect in Ghost — not just X and Facebook.
  • Improved: Pages load faster and use less data, especially on the home page and posts with video previews.
  • Improved: Footer social links layout.
  • Fixed: Featured carousel on mobile, navbar spacing on small screens, recommendation icons, and member-only content messages.

v1.1.0 - May 10, 2026#

  • Added: Video post support. See the Video Post documentation page for details.
  • Added: Settings to customize page transition animations.
  • Improved: Miscellaneous bug fixes and performance stability.

v1.0.1 - May 1, 2026#

  • Fixed: Active link highlighting in Table of Contents for Safari.
  • Fixed: Image scaling issues within Bookmark cards in Safari.
  • Fixed: Navigation popup functionality in Safari.
  • Improved: Miscellaneous bug fixes and performance stability.

v1.0.0 - Apr 3, 2026#

  • Initial release