How to Redirect URLs in Ghost

Redirect specific URLs or entire sections of your blog with ease.… Read More
Redirect specific URLs or entire sections of your blog with ease.… Read More
If you have been writing with Ghost, you are most likely familiar with the markdown syntax for how to create a link ([]()) or upload an image (![]()). The problem with the image markdown, is it does not link anywhere. It just puts the image on the page. If you want to… Read More
If you followed one of our posts on How To Install Ghost, we highly suggest going through this post right after installing Ghost so that your Ghost blog is accessible on port 80 instead of 2368. We will accomplish this by using Nginx to proxy all requests for port 80… Read More
If you have a Ghost blog with a SQLite3 backend and want to migrate to MySQL, you can use this simple process: To get started you will need to have MySQL installed on your server: Ubuntu apt-get install mysql-server CentOS yum install mysql-server <li>Go through the MySQL… Read More
Ghost already has a built in sitemap that you can view if you go to yoursite.com/sitemap.xml. If, however, you would like to host your own custom sitemap, we show you how to do that here. To start, here is what a typical Nginx config file looks like… Read More