Questions tagged [ghost-blog]

Ghost is a minimalistic open source blogging platform that is built with JavaScript (Node.js in particular) and that defaults to Markdown for drafting posts.

Ghost.org is a Kickstarter-funded open source blogging platform which in just 29 days was backed by over 5,000 people pledging a total of £196,362.

Ghost.org was officially launched to the public on October 14th 2013.

540 questions
23
votes
5 answers

How to add class in image markdown in Ghost?

In Ghost, the markdown for image is ![alt](src) Is there a hidden format for adding a class in the img tag? Or is this feature not in Ghost yet? I wanted to have a result like this: alt I don't want to use…
Melvin
  • 5,798
  • 8
  • 46
  • 55
21
votes
2 answers

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…
trejder
  • 17,148
  • 27
  • 124
  • 216
20
votes
4 answers

How to limit CPU and memory usage for node processes

I would like to install a Ghost Blog on a shared server via GitHub. During the installation, I need to run npm install, grunt init and grunt prod. My host provides 500 MB memory usage, if a process uses more than 600 MB it kills it. Therefore I need…
PDXIII
  • 1,086
  • 2
  • 8
  • 17
13
votes
4 answers

Error: {#each} only iterates over array-like objects. -- Javascript & Svelte