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
0
votes
1 answer

Installing Ghost on raspberry pi (archlinux) ends with sqlite error

I am trying to install ghost on my Raspberry Pi B and it really drives me crazy. I extract the zip (7.0.1), I have npm (2.14.3-1), nodejs (0.12.7) and even sqlite3 (3.8.11) installed, all at them latest versions. I am using Archlinux ARM. I do npm…
kotrfa
  • 1,191
  • 15
  • 22
0
votes
0 answers

When I install ghost with softaculous I get a database error

Whenever I try and install Ghost with Softaculous I get the following error. "The database already exists. Please choose a different name."
Clay Risser
  • 3,272
  • 1
  • 25
  • 28
0
votes
1 answer

Ghost blog using SQLite on Azure

How does ghost persists data if it is using SQLite? When hosted on Azure, and the virtual machine goes down, won't all the data in the SQLite database be lost?
Harry John
  • 63
  • 2
  • 6
0
votes
1 answer

cant hit ghost blog on remote server (Failed to load resource: net::ERR_CONNECTION_REFUSED)

I've installed ghost as per the instructions on the official documentation: http://support.ghost.org/installing-ghost-linux/ When I run ghost in development or prod mode, I get this output: Ghost is running in development... Listening on…
dopatraman
  • 13,416
  • 29
  • 90
  • 154
0
votes
1 answer

Ghost Edit Markdown Output

I have a template where the images are full width & the post content is wrapped in a container. The container sets the width of the content but the image is full width and in a separate container. I was hoping that in Ghost I could wrap the markdown…
Callum
  • 1,136
  • 3
  • 17
  • 43
0
votes
0 answers

Ghost of Arch Linux -- ERROR: (Code: ENOTFOUND)

ERROR: (Code: ENOTFOUND) There was an error starting your server. Please use the error code above to search for a solution. I tried same code on Ubuntu and Fedora, and it worked all fine. But when running on Arch Linux, it gives the above…
0
votes
0 answers

Html 'Ghost' Element

Is there any HTML element which acts just as a shadow in the DOM? I am using a templating system and I don't want the template/shadow element to affect my DOM. Example...
1 2
Mike Gatt
  • 1
  • 1
0
votes
3 answers

My html/css document has ghost margins or padding?

http://jsfiddle.net/2psu0gs4/ Have a look at the JS fiddle above. There are some ghost margins that I can't get rid of and I don't understand why they're there?? I have tried Margin: 0; but it isnt working? Any help? Tom
Tom Walsh
  • 117
  • 1
  • 2
  • 6
0
votes
1 answer

How to stop location rewrite from changing browser URL

I'm setting up a ghost instance in a subdirectory, and want to point the root (/) to a static page. This is what I have in my nginx conf. location / { rewrite ^ /blog/about break; } location ^~ /blog { proxy_pass http://localhost:2368; …
Newy
  • 38,977
  • 9
  • 43
  • 59
0
votes
2 answers

Making Active Page styling different on certain page with jquery/ghost

https://i.stack.imgur.com/Q9OMB.png Here's a little problem of mine. Basically I'm doing a theme for Ghost CMS but I've ran into a problem that has been bugging me for a few hours now and I can't solve this myself and haven't found a source of same…
Tony A
  • 3
  • 1
0
votes
1 answer

Problems installing Ghost Blog - digital ocean

Keep getting multiple errors for installing and running npm with ghost. I thought it may have been sqlite, but that seems to have been already installed. npm ERR! ghost@0.6.4 start: `node index` npm ERR! Exit status 127 npm ERR! npm ERR! Failed at…
codedownforwhat
  • 173
  • 2
  • 14
0
votes
2 answers

Ghost Server Start Error

I cloned my ghost repo onto another computer and ran npm install to install all of the dependencies locally and after I try to run npm start to start up the ghost server locally, I am thrown this error: user:user-folder user$ npm start >…
cphill
  • 5,596
  • 16
  • 89
  • 182
0
votes
1 answer

CSS Selectors & Bootstrap Carousel: cannot get overflow visible

For some reason I cannot specifically override the overflow hidden property of the .inner-carousel. This code does the job in the general case: .carousel-inner{ overflow: visible; } But I want it in the specific case that only when I…
Melvin Roest
  • 1,392
  • 1
  • 15
  • 31
0
votes
2 answers

CSS alignment of a ghost button

I am trying to add a ghost button on a bootstrap carousel here: http://oarvoredo.businesscatalyst.com/ It's the first slide the white button. .a_banner a { color:#FFF !important; font-size:22px !important; text-decoration:none; …
0
votes
1 answer

301 Redirect not working correctly

I need to redirect a Blog on a subdomain running on Ghost and all its posts to a new location. The currently sits in http://blog.example.com and needs to be redirected to http://example.com/blog/ For the original Ghost blog, Apache was used as a…
user3046831
1 2 3
15
16