Independent technology for modern publishing, memberships, subscriptions and newsletters.
  • JavaScript 60.7%
  • TypeScript 29.9%
  • CSS 4.4%
  • Handlebars 3.4%
  • HTML 1.2%
  • Other 0.4%
Find a file
Austin Burdine fe4ef54b20
Improve Nx base commit detection, remove unnecessary CI steps (#27297)
no issue
- add nrwl/nx-set-shas github action to set HEAD/BASE commit SHAs on
main branch CI runs.
- simplify unit test job by adding build as a dependent target for
test:unit scripts.
2026-04-11 13:52:42 -04:00
.agents/skills 🎨 Migrated package manager from yarn v1 to pnpm (#27017) 2026-04-10 14:33:31 -05:00
.claude/skills Move project skills into shared agent layout (#27204) 2026-04-08 13:09:13 +01:00
.codex/environments Updated pnpm scripts/docs (#27346) 2026-04-11 14:14:15 +00:00
.cursor 🎨 Migrated package manager from yarn v1 to pnpm (#27017) 2026-04-10 14:33:31 -05:00
.github Improve Nx base commit detection, remove unnecessary CI steps (#27297) 2026-04-11 13:52:42 -04:00
.vscode Added config to vscode search returns (#26872) 2026-03-18 14:56:17 +00:00
adr Moved ADR documents to the root, so they are easier to find. (#24775) 2025-08-28 18:10:17 +02:00
apps Replaced deep workspace imports with package exports in Admin react apps (#27347) 2026-04-11 12:40:50 -05:00
docker 🎨 Migrated package manager from yarn v1 to pnpm (#27017) 2026-04-10 14:33:31 -05:00
docs Updated pnpm scripts/docs (#27346) 2026-04-11 14:14:15 +00:00
e2e Updated pnpm scripts/docs (#27346) 2026-04-11 14:14:15 +00:00
ghost Remove shamefully-hoist from pnpm config (#27343) 2026-04-11 12:44:10 +00:00
scripts Fixed release check polling to use required check only 2026-04-01 15:10:33 +01:00
.coderabbit.yaml Restored previous CodeRabbit config (#26239) 2026-02-05 13:33:25 +00:00
.dockerignore Reorganized docker files (#25363) 2025-11-06 10:01:30 -08:00
.editorconfig Removed Makefile settings from .editorconfig 2019-07-31 17:21:16 +08:00
.env.example Added instructions for bypassing mailpit with local dev (#26657) 2026-03-02 22:56:31 +00:00
.gitattributes Added automated Linear issue triage workflow (#26534) 2026-02-23 10:21:46 +00:00
.gitignore 🎨 Migrated package manager from yarn v1 to pnpm (#27017) 2026-04-10 14:33:31 -05:00
.gitmodules Added Source as the new default theme 2023-10-03 14:02:08 +02:00
.lintstagedrc.cjs 🎨 Migrated package manager from yarn v1 to pnpm (#27017) 2026-04-10 14:33:31 -05:00
.npmrc Remove shamefully-hoist from pnpm config (#27343) 2026-04-11 12:44:10 +00:00
AGENTS.md Updated pnpm scripts/docs (#27346) 2026-04-11 14:14:15 +00:00
CLAUDE.md Added AGENTS.md and CLAUDE.md (#25107) 2025-10-09 10:23:48 -07:00
compose.dev.analytics.yaml Update tinybirdco/tinybird-local:latest Docker digest to 2a8a6a3 (#27323) 2026-04-10 02:12:31 +00:00
compose.dev.mailgun.yaml Added instructions for bypassing mailpit with local dev (#26657) 2026-03-02 22:56:31 +00:00
compose.dev.sqlite.yaml Added yarn dev:sqlite command for SQLite development (#27088) 2026-04-02 15:56:35 -07:00
compose.dev.storage.yaml Pin dependencies (#27144) 2026-04-08 14:43:24 +01:00
compose.dev.yaml 🎨 Migrated package manager from yarn v1 to pnpm (#27017) 2026-04-10 14:33:31 -05:00
Dockerfile.production 🎨 Migrated package manager from yarn v1 to pnpm (#27017) 2026-04-10 14:33:31 -05:00
LICENSE 2026 (#25910) 2026-01-21 12:04:46 +00:00
nx.json Improve Nx base commit detection, remove unnecessary CI steps (#27297) 2026-04-11 13:52:42 -04:00
package.json Remove shamefully-hoist from pnpm config (#27343) 2026-04-11 12:44:10 +00:00
pnpm-lock.yaml Remove shamefully-hoist from pnpm config (#27343) 2026-04-11 12:44:10 +00:00
pnpm-workspace.yaml 🎨 Migrated package manager from yarn v1 to pnpm (#27017) 2026-04-10 14:33:31 -05:00
README.md Updated GitHub sponsors 2026-03-16 17:44:24 +04:00
SECURITY.md Updated ghost.org links 2021-01-19 13:28:36 +13:00
skills-lock.json Move project skills into shared agent layout (#27204) 2026-04-08 13:09:13 +01:00
sonar-project.properties Ignored Sonar tag-plus-digest Docker warnings (#27220) 2026-04-08 16:58:18 +01:00

 

Ghost Ghost

 

Ghost.orgForumDocsContributingTwitter

Downloads Latest release Build status Contributors

 

Note

Love open source? We're hiring! Ghost is looking staff engineers to join the team and work with us full-time

Fiercely independent, professional publishing. Ghost is the most popular open source, headless Node.js CMS which already works with all the tools you know and love.

 

Ghost(Pro) Ghost(Pro)

The easiest way to get a production instance deployed is with our official Ghost(Pro) managed service. It takes about 2 minutes to launch a new site with worldwide CDN, backups, security and maintenance all done for you.

For most people this ends up being the best value option because of how much time it saves — and 100% of revenue goes to the Ghost Foundation; funding the maintenance and further development of the project itself. So youll be supporting open source software and getting a great service!

 

Quickstart install

If you want to run your own instance of Ghost, in most cases the best way is to use our CLI tool

npm install ghost-cli -g

 

Then, if installing locally add the local flag to get up and running in under a minute - Local install docs

ghost install local

 

or on a server run the full install, including automatic SSL setup using LetsEncrypt - Production install docs

ghost install

 

Check out our official documentation for more information about our recommended hosting stack & properly upgrading Ghost, plus everything you need to develop your own Ghost themes or work with our API.

Contributors & advanced developers

For anyone wishing to contribute to Ghost or to hack/customize core files we recommend following our full development setup guides: Contributor guideDeveloper setup

 

Ghost sponsors

A big thanks to our sponsors and partners who make Ghost possible. If you're interested in sponsoring Ghost and supporting the project, please check out our profile on GitHub sponsors ❤️

DigitalOceanFastlyTinybirdBairesDevHostinger

 

Getting help

Everyone can get help and support from a large community of developers over on the Ghost forum. Ghost(Pro) customers have access to 24/7 email support.

To stay up to date with all the latest news and product updates, make sure you subscribe to our changelog newsletter — or follow us on Twitter, if you prefer your updates bite-sized and facetious. 🎷🐢

 

License & trademark

Copyright (c) 2013-2026 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.