# Publication Settings
After installing the theme you will most likely want to configure the following basic settings in your publication:
# Title & Description
In the General Settings of the Ghost Admin you can change the name of your publication and enter a description, as you can see in the following screenshot:
The theme uses this information in a variety of places, for example in the first section of the home page, so if you want to display other content in that section, these are the settings you will need to change.
# Logo & Publication Cover
Icon
The icon or favicon is a small image that can be seen in the browser tab, next to the title. You can change the icon in the Publication icon field located in the Publication Identity section.
Logo
Ghost by default includes a white logo, I recommend you to remove it and upload your own logo. You can do this in the Publication logo field located in the Publication Identity section.
In case you delete the default logo and don't upload any logo of your own, the theme will show the publication title instead.
Publication Cover
In the Publication Identity section you can also change the cover which is shown in the first section of the home page. To change it just delete the default image in the Publication cover field and upload the image you want.
Here's a screenshot of these settings:
WARNING
If you decide to use the dark version you may need to upload a new logo that has enough contrast with the dark background.
# Social Accounts
Ghost allows you to add social accounts links for Facebook and Twitter. By default it includes links from their own social accounts.
To change these links just delete them and enter yours in the Social Accounts section at the bottom of the General Settings page:
If you don't want to show Facebook and Twitter links just delete the default links and save the changes.
# Posts Per Page
By default Firma shows up to 9 entries on each page listing, if you wish to change that number please follow these steps:
Unzip the theme folder.
Open the file
package.json
with a text editor.Locate the following line of code and change the number to the one you prefer:
"posts_per_page": 9,
Save the changes.
Zip the theme folder and upload it again in the Ghost Admin.