How to install Ghost themes
This article describes how to install a theme on your Ghost site. Themes enable you to customize your web site’s appearance.Table of Contents
- Installing a Ghost theme
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:Copycd installation_directory/content/themes
- Type the following command, replacing filename.zip with the name of the file you uploaded in step 3:
Copyunzip 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.
Learn more – Using APC or OPcache with PrestaShop