I was wondering if the ghost.org website itself is created with ghost.
We build yearly around 500 websites and are looking for a solid solution / partner our current solution is wordpress.
Since the ghost cms platform seems mostly magazine / content related I was wondering if the ghost.org website itself is made with it and if the sources are perhaps available? that would be a great learning resource.
It isn’t currently, but we aim to change that this year, moving all the content on Ghost.org to be driven by Ghost+Gatsby in the same way that the docs.ghost.org section of the site works already.
You can read more about this in our most recent blog post:
The full source of the docs site is available here:
Short answer is to use gatsby-starter-ghost whenever you’re starting a new project.
Longer explanation:
Gatsby Starter Ghost is a generic starter that sets up a Ghost site with Gatsby that works the same way it would work if you were using the Casper theme. It’s the defacto way to get started if you’re using Ghost+Gatsby.
Docs is a heavily customised implementation that merges content from Ghost and other sources in a way highly specific to our documentation. It’s great reference material for how to do more advanced things, but it’s not a useful start point.