ghost-blog Questions
4
Solved
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...
Anachronistic asked 15/9, 2015 at 8:38
6
Kia ora! I'm trying to install ghost-blog locally, but am running into an issue during install. It stops at "installing dependencies", and yarn install --no-emoji -no-progress (the command generate...
Moreira asked 6/8, 2019 at 8:48
2
Solved
After building a React.js project, I want to bundle all the files (HTML, js, CSS) into a single js file that can be embedded into a ghost blog post.
Here is an example of how this was done for a gh...
Frau asked 30/5, 2022 at 23:39
1
Solved
I wish to have a Boolean be true before executing a block of code, and I want it to actually block the thread it is on. The use-case is simple enough. I have a use-case for TTS in my app, and i wis...
Dasya asked 17/5, 2022 at 2:5
4
Solved
<script context="module">
import GhostContentAPI from '@tryghost/content-api';
// const api = 'http://localhost/posts';
const api = new GhostContentAPI({
url: 'http://localhost',
key: '...
Urbain asked 8/4, 2020 at 16:43
2
Solved
I have a simple Vue.js project built after running yarn build. The dist folder contains files like below;
I want to bundle all the files (HTML, js, CSS) into a single js file that can be embedded ...
Alicaalicante asked 25/2, 2022 at 7:33
3
Using the Ghost blog routes.yaml file it is possible to use the collections block to create a custom collection made from some tag(s) and / or other data. You can also tell this collection to use a...
Arleen asked 3/2, 2019 at 0:8
4
Solved
I have been trying for a long time to debug my ghost blog as you can see here.
I have made some progress the problem seems to be related to an error on the bootstrap socket of ghost.
My config.p...
Odaodab asked 3/10, 2019 at 14:25
2
Solved
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, Gh...
Omidyar asked 12/12, 2014 at 10:28
1
Solved
I am using this Ghost plugin to store image data on Google Drive. Recently, images have stopped loading with this error page downloaded in place of the image:
The site is running in a containeri...
Clothilde asked 13/2, 2020 at 19:15
3
Solved
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 a...
Messuage asked 20/9, 2017 at 0:49
1
I'm trying to make a theme for Ghost using React. I'm using webpack as my build tool of choice. How can I tell webpack to serve a specific .hbs file? As it seems now, Webpack only supports .html fi...
Kinzer asked 1/7, 2016 at 0:13
0
I have a webapp hosted on Firebase Hosting. My domain is connected to this.
I have a Ghost blog hosted on Google Cloud Platform (VM - Compute Engine). I'd like for this to be routed to example.com...
Cruz asked 5/3, 2019 at 14:2
5
Solved
I am developing a Ghost template for my blog. And I want to see on the front page only one newest post from posts with specific tag (eg "news").
Is it possible to filter posts by tag in foreach l...
Freemasonry asked 8/12, 2014 at 11:27
1
Solved
I have a working Cluster with services that all respond behind a helm installed Ingress nGinx running on Azure AKS. This ended up being Azure specific.
My question is:
Why does my connection t...
Subsistence asked 5/6, 2018 at 18:13
5
Solved
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:
<img src...
Lasalle asked 25/3, 2014 at 7:0
0
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 u...
Radbourne asked 19/1, 2018 at 23:44
3
Solved
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.azure...
Slovenia asked 17/5, 2017 at 6:8
1
I have a an existing website built with express and I would like to add a "/blog" powered by Ghost. I've added Ghost to my dependencies, installed and configured the urls in Ghosts config to localh...
Stentor asked 13/1, 2015 at 20:0
1
Solved
I am unable to display list of available tags in a sidebar, in ghost blog.
I am tag.hbs file with the below code.
<header class="main-header tag-head {{#if tag.image}}" style="background-ima...
Bine asked 31/8, 2016 at 10:1
6
I'm looking to use Ghost to host both a blog and a static website, so the structure might look something like this:
/: the landing page (not the blog landing page, doesn't need access to posts)
/...
Biles asked 13/5, 2014 at 19:51
2
Solved
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 gra...
Inion asked 21/5, 2015 at 0:52
2
Solved
I just design a theme for ghost blogging platform, by reading the ghost theme documents. all I need now is customizing the pagination. the document says create a pagination.hbs inside the partial f...
Bellanca asked 19/10, 2013 at 18:47
2
Solved
I set up a new Ghost 0.4 blog, created numerous posts, then switched to production mode before setting the site live. To my surprise, the posts I created no longer showed up. Since setting up Ghost...
Islamize asked 16/1, 2014 at 18:29
2
I would like to setup access to my open shift application. I have rhc client installed and wanted to run
rhc setup
I'm asked about providing server hostname:
Enter the server hostname: |opens...
Thankless asked 22/12, 2014 at 11:14
1 Next >
© 2022 - 2024 — McMap. All rights reserved.