21

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?

trejder
  • 17,148
  • 27
  • 124
  • 216

2 Answers2

20

Ah, I was to quick in asking, without doing proper research. No, it is not possible (currently) to run many blogs under many domains, served by one installation of Ghost.

To really serve many blogs, you need to have many installations of Ghost bind together with for example Nginx or any other solution for redirecting traffic from each domain to each specific installation of Ghost.

More information can be found here:

Ghost has introduced a feature of having many users in one Ghost blog, but as for base implementation of Ghost, there is absolutely no support for running multiple blogs / domain under one Ghost installation.

trejder
  • 17,148
  • 27
  • 124
  • 216
3

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

ᴍᴇʜᴏᴠ
  • 4,804
  • 4
  • 44
  • 57