Installing Ghost themes

Ghost themes let you to customize your web site's appearance. Learn how to install Ghost themes in this article. Hosting.com makes it easy!

This article describes how to install a theme on your Ghost site. Themes enable you to customize your web site's appearance.

Installing a Ghost theme

To install a Ghost theme, follow these steps:

  1. Download the.zip file for the theme you want to use. Ghost themes are available at http://marketplace.ghost.org.

  2. Log in to your site using FTP.

  3. Navigate to installation_directory/content/themes where installation_directory is the directory where Ghost is installed, and then upload the.zip file that you downloaded in step 1.

  4. Log in to your site using SSH.

  5. Type the following command:

cd installation_directory/content/themes
  1. Type the following command, replacing filename.zip with the name of the file you uploaded in step 3:
unzip filename.zip
  1. Restart Ghost.

  2. After Ghost restarts, log in to Ghost as the administrator.

  3. On the top menu bar, click Settings.

  4. Under General, scroll to the bottom of the page.

  5. In the Theme list box, the new theme should appear. Select the theme, and then click Save.

  6. Visit your site's home page. It should load using the new theme.

Related Articles