Search code examples
ghost-blog

Many blogs served with one installation of Ghost blogging platform


Is there any chance to run single installation of Ghost blogging platform to serve many blogs accessible under many different top-level domains or subdomain?

I have tried to browse source code, Ghost's forum and read some various articles, but I still haven't managed to get one strike answers to this question?


Solution

  • There seems to be an alternative way now:

    you could build multiple sites with something like Gatsby and source the content from a single Ghost install. Have you checked out our Gatsby Starter template to build lightning fast websites with Ghost & Gatsby on GitHub?

    (Source: https://forum.ghost.org/t/ghost-multisite-setup-multiple-publications-from-one-ghost-instance/9139)

    The idea is to use Ghost as a completely decoupled headless CMS and bring your own front-end written in Gatsby.js. See demo.

    Image