Home » Categories » Multiple Categories

How To Change Themes and Adjust Settings in Ghost

Ghost is a great new blogging platform that focuses on content creation and presentation over the superfluous bells and whistles that dominate other platforms. It provides a clean, easy-to-use interface and can produce very polished results.

How To Change Ghost Themes


The main aesthetic adjustment that you can make to your blog is the theme. A theme controls how all of the pieces are presented visually and how the elements are drawn together.

There are a number of different themes you can get for Ghost. Some are free and some you must purchase.

We will apply one of the free themes from the Ghost Marketplace called "N'Coded".

You can see this theme by visiting:

marketplace.ghost.org

Click on the "N'Coded" theme to be taken to the theme's GitHub page.

Log into your Ghost and navigate to the Ghost themes directory:

cd /var/www/ghost/content/themes/

We will use git to install the theme into this directory. Install git if it is not already present in the system:

apt-get update && apt-get install git-core -y

Now, we can clone the project from the GitHub page:

git clone https://github.com/polygonix/N-Coded.git

Change ownership of the files to the Ghost user and group:

chown -R ghost:ghost N-Coded

Restart Ghost to allow it to see the new theme folder:

service ghost restart

Open your web browser and navigate to the general settings page:

your_domain_name/ghost/settings/general

Scroll down to the bottom and you will see a "Theme" area. Change the theme to "N-Coded":

Ghost change theme

Click the "Save" button in the upper right corner.

Navigate to your blog to see the new theme:

Ghost theme example

How To Change Ghost Settings


You can change most of your blog's settings by navigating to the "settings" page of your blog:

your_domain_name/ghost/settings

You will be taken to the general settings page:

Ghost general settings

Here, you can adjust items like the title and description of your blog, and update the logo and cover images.

To change details for your user, click on the "User" tab on the left-hand side:

Ghost user settings

Here, you can adjust settings for your profile. These details include your user name and email, as well as a short biography and a link to a personal external site.

If you scroll to the bottom of the page, you can change your personal password by typing in your current password and supplying/confirming a replacement:

Ghost change password

Conclusion


Ghost helps you stay focused on your content by removing the distractions present in other blogging platforms. You should now be able to start generating content and adjust themes and the most common settings.

Explore the interface and practice using the system to manage your ideas. Publish some posts and create some drafts without publishing to see how Ghost organizes those pieces. The more you play around, the more comfortable you will be using the platform on a daily basis.


Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
How To Set Up vsftpd on CentOS 6
Viewed 1973 times since Thu, Dec 26, 2013
How To Install Linux, Apache, MySQL, PHP (LAMP) stack On CentOS 6
Viewed 6305 times since Thu, Dec 26, 2013
How To Use the Pyramid Framework To Build Your Python Web App on Ubuntu
Viewed 3873 times since Sat, Jan 4, 2014
How To Install Nagios On CentOS 6
Viewed 3206 times since Sat, Jan 4, 2014
How To Create Nagios Plugins With PHP On CentOS 6
Viewed 6886 times since Sat, Jan 4, 2014
How To Create Nagios Plugins With Ruby On CentOS 6
Viewed 2641 times since Sat, Jan 4, 2014
Intermediate Sed: Manipulating Streams of Text in a Linux Environment
Viewed 9659 times since Fri, Dec 27, 2013
The Basics of Using the Sed Stream Editor to Manipulate Text in Linux
Viewed 6264 times since Fri, Dec 27, 2013
What is FTP and How Is It Used?
Viewed 2135 times since Fri, Dec 27, 2013
How To Install Nagios On Ubuntu 12.10
Viewed 2443 times since Sat, Jan 4, 2014