Imported from TryGhost/Themes (
packages/london/AGENTS.md). Install upstream withnpx skills add TryGhost/Themes --skill london. Copyright stays with the author.
AGENTS.md
Scope
This package is the London Ghost theme. In the standalone mirror repository, this tree is pushed from TryGhost/Themes/packages/london by subtree sync; make durable theme-content changes in TryGhost/Themes unless the task is explicitly repo-level metadata or GitHub settings.
Commands
Use pnpm, pinned by package.json.
pnpm install
pnpm dev
pnpm test
pnpm zip
From the TryGhost/Themes monorepo root, validate this package with:
pnpm test:ci --theme london
Boundaries
- Edit source CSS in
assets/css/, source JavaScript inassets/js/, and templates/partials as.hbsfiles. - Keep generated
assets/built/files in sync when source assets change. - Do not commit
node_modules/, secrets, or local Ghost content. - Translation changes normally belong in
TryGhost/Themes/packages/theme-translations; package-local locale overrides should be intentional and rebuilt.