Installing Ghost themes
Ghost themes let you to customize your web site's appearance. Learn how to install Ghost themes in this article.
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:
-
Download the .zip file for the theme you want to use. Ghost themes are available at http://marketplace.ghost.org.
-
Log in to your site using FTP.
-
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.
-
Log in to your site using SSH.
-
Type the following command:
cd installation_directory/content/themes
- Type the following command, replacing filename.zip with the name of the file you uploaded in step 3:
unzip filename.zip
-
Restart Ghost.
-
After Ghost restarts, log in to Ghost as the administrator.
-
On the top menu bar, click Settings.
-
Under General, scroll to the bottom of the page.
-
In the Theme list box, the new theme should appear. Select the theme, and then click Save.
-
Visit your site's home page. It should load using the new theme.
Related articles
Updated about 1 month ago