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
0 answers

Ghost 301 redirecting www to non-www

I want to redirect my ghost aplication everytime it matches www.url to url. I've found this two-years post and tried to update the code. I inserted this snippet before the fist router.get (Admin routes), but it doesn't work. What is the correct way…
Mateus Felipe
  • 1,071
  • 2
  • 19
  • 43
0
votes
0 answers

Issues with ghost installation and npm

I got this error when trying to install the ghost blogging software. npm ERR! install Couldn't read dependencies npm ERR! Darwin 15.0.0 npm ERR! argv "node" "/usr/local/bin/npm" "install" "--production" npm ERR! node v0.12.7 npm ERR! npm …
0
votes
2 answers

How ghost a directory of a RPM in the SPEC file?

I know how to ghost a FILE of a rpm, in its spec file : %install touch $RPM_BUILD_ROOT%/path/file ... %files %ghost /path/file But if I do the same method for a DIRECTORY, it doesn't work : %install mkdir -p…
Karl V
  • 1
  • 1
  • 1
0
votes
1 answer

URL Rewrite rules with Ghost blog hosted on Windows Azure

I am attempting to set up a blog using Ghost hosted on Windows Azure. I have deployed and get everything set up using the pre-configured repo created by AzureWebApps on GitHub. Everything is worked as expected and I have configured records on my own…
lookitskris
  • 678
  • 1
  • 6
  • 23
0
votes
0 answers

res.render doesn't render correctly after 1023 characters

I have a parent Express app, and a Ghost app as a child app, using Ghost as an npm module here. I routed Ghost to be rendered at http://localhost:9000/blog. All the configuration works fine (Ghost will throw an error if the basic configuration…
Christian Sakai
  • 929
  • 3
  • 9
  • 25
0
votes
1 answer

Build PETSc matrix with ghost line?

I know PETSc allows its vectors to carry ghost values thanks to VecCreateGhost() or VecMPISetGhost()functions. Does anyone know if there is similar functions to create a matrix with ghost lines ? Thanks, Myriam
0
votes
1 answer

How do I restart an index.js file in a Ghost install?

I incorrectly used my console to "forever stop index.js" in an installation of Ghost. Now the site is offline. How do I fix this?
AHCo
  • 109
  • 1
  • 2
  • 11
0
votes
1 answer

Running Ghost on port 80 through NGINX (localhost)

I'm working on localhost and Windows OS. NGINX run on port 80 and Node.js app(Ghost) run on port 2368. I want to use NGINX as front web server for Ghost app. So in nginx.conf file I wrote: server { listen 80; server_name localghost; #…
Pooria Han
  • 597
  • 1
  • 4
  • 19
0
votes
1 answer

GhostHunter Number of posts found: 0 issue

I'm using Ghost blog system and GhostHunter as searching engine. But when I search anything it returns me Number of posts found: 0. Who knows, how to fix it?
user4809833
0
votes
1 answer

GhostLab website On Mobile Fails To Ping Other Locally Hosted Site Via AJAX

Testing out Ghostlab on mobile presented an issue when the locally hosted page attempts to ping another locally hosted page via AJAX. Normally, GhostLab will rewrite the URL for you, but since it's an AJAX request I'm assuming it's not rewriting it…
Philll_t
  • 4,267
  • 5
  • 45
  • 59
0
votes
2 answers

Ghost config.js file

I m actually trying to create a simple blog using ghost, and I m facing a problem when starting in production envrionnement. I m having the v0.7.1 and here's my config file (production part) production: { url: 'http://', …
Thomas thomas
  • 795
  • 2
  • 9
  • 19
0
votes
0 answers

Using CentOS and get EACCES in home folder

I have a user www, and I want it to be the site manager. But get this even in its own home folder: ERROR: EACCES, open '/home/www/ghost_blog/content/images/2015/10/mountain-landscape-wallpaper- 4.jpg' It works when I use root account, but not work…
Leo Gao
  • 629
  • 1
  • 6
  • 17
0
votes
2 answers

Featured posts on front page

How can display featured posts at the top of the front page? Followed by the remaining posts. Currently they display at the top of each page of the pagination. Here's my loop.hbs: {{! Previous/next page links - only displayed on page 2+ }}
Leo
  • 10,407
  • 3
  • 45
  • 62
0
votes
1 answer

How do WordPress.com and Ghost.org create hosted blogs for users on their own website and how can I do the same?

I am working on a project that is much like WordPress.com and Ghost.org I just wanted to know, How these platforms create blogging accounts for their users? Do they: Just create an account in the database and create a separate name-spaced database…
Mohit Gangrade
  • 652
  • 9
  • 18
0
votes
2 answers

nginx redirect url to new pattern

I'm currently switching my blog from Wordpress to Ghost. There is nginx in front of ghost. After migration i recognized that old urls http://domain.org/2015/10/some-topic are migrated like http://domain.org/some-topic So date is gone. Anyway…
aholbreich
  • 4,951
  • 2
  • 23
  • 38