Questions tagged [ghost]

Ghost is a simple blogging platform. It is based on node.js and Express on the server side, SQLite3 or MySQL as a database, and Handlebars on the client side.

The project is maintained by a non-profit organisation called the Ghost Foundation, along with an amazing group of independent contributors. You can find information about the project in the following places:

235 questions
16
votes
1 answer

custom fields and post types for Ghost

Does an equivalent of Wordpress “post types” and the Advanced Custom Fields plugin exist for Ghost? As one example, I built a travel site that has multiple Trips (a custom post type), and each trip has various serialized itinerary destinations, tour…
Eric_WVGG
  • 2,957
  • 3
  • 28
  • 29
12
votes
2 answers

How to find all the posts with a specific tag in Ghost and iterate over them?

I'm currently working on a Ghost blog (Ghost is a Wordpress "successor" that is based on Node.js and other various packages/libraries on that platform), but I'm wondering how I might be able to grab all the posts that have a certain tag in…
CinchBlue
  • 6,046
  • 1
  • 27
  • 58
10
votes
1 answer

Is it possible to register custom helpers in Ghost?

I am using Ghost as an npm module following this guide. I would like to add some custom helpers that I can leverage inside of my themes. Is there a way to do this without changing code inside the Ghost module? This is my current code: const ghost =…
JuanCaicedo
  • 3,132
  • 2
  • 14
  • 36
8
votes
3 answers

What is the cause of the "502 Bad Gateway" after Ghost 1.8.7 update

I recently installed Ghost 1.8.4 and Nginx on my AWS ec2 Ubuntu 16.04 server. When I loaded my blog site, it correctly took me to the Ghost home page, from where I logged into Ghost admin. On the admin screen, there was a message to update. I ran…
Wronski
  • 1,506
  • 3
  • 18
  • 37
8
votes
3 answers

Share link issue hosting Ghost blog under subfolder on Windows Azure

I have set up a ghost blog via azure marketplace, which should be the equvilant of clicking deploy to azure from https://github.com/felixrieseberg/Ghost-Azure Let's say I have it at: theblog.azurewebsites.net/ I want it to be at…
Darren
  • 9,014
  • 2
  • 39
  • 50
8
votes
1 answer

Heroku fork - That add-on plan is only available to select users

I have a production-stage app deployed on Heroku. I'd like to fork the app to make a staging environment. Input heroku fork --from -production --to -staging Output Forking -production... done. Forked to…
malberton
  • 81
  • 3
6
votes
0 answers

Docker using 100% CPU

As you can see from the graphs below, I am having an interesting issue. I have a 2GB VPS running three Ghost (blogging platform that runs on node) containers. Node's memory usage creeps up and up until about 95% where it does a massive garbage…
Karai17
  • 923
  • 2
  • 9
  • 26
6
votes
3 answers

Why does a custom domain redirect to herokuapp.com?

According to this Heroku documentation we can allow a Heroku app hosted at myapp.herokuapp.com to be accessed with a custom domain myapp.com. I have added the follow records to my GoDaddy DNS Zone File: A (Host) Host Points To …
Michael Fulton
  • 4,608
  • 3
  • 25
  • 41
5
votes
1 answer

Error running ghost on Windows 10

I installed ghost and ghost-CLI on Windows 10. When I run ghost start I get the error below. how to fix this? It seems related to the command to check file and folder permissions. Note that I'm running ghost in the D: drive. By the way, if I run…
ps0604
  • 1,227
  • 23
  • 133
  • 330
5
votes
5 answers

Persisting content across docker restart within an Azure Web App

I'm trying to run a ghost docker image on Azure within a Linux Docker container. This is incredibly easy to get up and running using a custom Docker image for Azure Web App on Linux and pointing it at the official docker hub image for ghost.…
Adam Cooper
  • 8,077
  • 2
  • 33
  • 51
5
votes
1 answer

Nginx warning "conflicting server name on 0.0.0.0:80, ignored"

I have looked across several forums and StackOverflow questions but I'm truly at a loss here as to why this is not working. I was running a Ghost.org blog on a Digital Ocean droplet and had configured it according to this tutorial. I took a snapshot…
raisinrising
  • 262
  • 1
  • 5
  • 14
5
votes
1 answer

After I deploy node.js application the ghost blog section breaks

I have a node.js application where one of the views is a ghost.js blog, which I integrated by following Ghost's wiki article Using Ghost as an npm module. Currently, my local version works perfectly. The Error: When I visit the deployed website,…
maudulus
  • 10,627
  • 10
  • 78
  • 117
4
votes
2 answers

How can I access ghost admin?

I installed ghost on my digital ocean droplets as explained in this tutorial. The problem is that when I can't access the admin with http://my-ghost-blog.com/ghost/editor/. It only displays my blog home page. In addition, when I navigate on the…
arthur.sw
  • 11,052
  • 9
  • 47
  • 104
4
votes
1 answer

Create custom pages on Ghost

I'm looking to add some more .hbs files to ghost/custom/themes/casper, such as an about page and landing page. This way, all files are using the same default layout and I have a /blog destination for my blog. However, when I create an .hbs file,…
Griffin
  • 710
  • 2
  • 15
  • 29
4
votes
1 answer

How to create custom ghost api for search

Want to implement search form in ghost cms. Visitors/user must be able to search in post, author and tags. If possible some REST api which query into ghost db and return dersired result like other public ghost apis do. e.g. below api fetchs all post…
pradeep1991singh
  • 8,185
  • 4
  • 21
  • 31
1
2 3
15 16