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
Ghost has just released the first Beta version of Ghost 1.0. This has been a long time coming and let me tell you, it looks gorgeous! There is still bugs to be fixed and things to be tweaked, but here is a preview of some of the new features… 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 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
If you have a file, or collection of files that you would like to host alongside Ghost, you can do this by making a couple adjustments to your Nginx configuration. Here are two examples on how to do this for a single file, or folder of assets in Nginx and… Read More