Introduction
The following documentation is your guide to the new theme. Since this is a Ghost theme documentation, it is assumed that you have a basic knowledge of the Ghost app.
If you’re just starting out with Ghost, it is best to see the guides in the official Ghost Help Center – check this out and you’ll have all the information that is available.
Uploading a theme
This is where the magic happens! You are able to upload, activate and delete a theme in the Ghost Admin of your publication.
Step-by-Step
- To upload a theme, go to the Design settings in the Ghost Admin and click Change theme in the bottom left corner.
- Then click the Upload theme button in the upper right corner.
- Once uploaded, click Activate to activate the theme on your site.
Tip: After uploading the theme my settings in Design section were reset, what should I do?
The best solution is to always use the same name e.g. theme-name.zip
– that way you will not have to enter your settings again after uploading a theme.
Ghost assigns the settings in the Design section to the name of the uploaded archive. If you uploadtheme-v1.zip
andtheme-v2.zip
– Ghost will recognize them as two different themes – so the settings will reset.
Editing a theme
In many places in the following documentation you will encounter information about editing theme files. To edit files, you will need to unzip the theme archive – at this point you will have access to the necessary files indicated in the theme documentation.
Step-by-Step
- To edit your theme files, download a copy of the theme. For this purpose go to the Design settings in the Ghost Admin and click Change theme in the bottom left corner.
- Use the Advanced dropdown menu in the upper right corner to download your theme, then unzip the theme locally.
- Once the theme is unzipped, the files can be edited using an code editor – make the changes indicated in the theme documentation.
You can edit files using applications (code editor) such as Sublime Text, Visual Studio Code or Brackets. Using native text editors like TextEdit on macOS may add formatting may cause the theme to work incorrectly.
- When you’ve finished making changes to the theme code, re-zip the theme directory for uploading back to Ghost.
To create a zip archive on a macOS, right-click on the theme folder to view the context menu. Then, click the Compress option. On Windows right-click on the theme folder, select Send to, and then select Compressed (zipped) folder.
- To upload a theme, go to the Design settings in the Ghost Admin and click Change theme in the bottom left corner.
- Then click the Upload theme button in the upper right corner.
- Once uploaded, click Activate to activate the theme on your site.
Updating a theme
Updates to the theme ensure compatibility with the latest Ghost version, performance improvements and minor bug fixes. So it is important that you use the latest available theme version.
If your theme features custom code, updating it with the latest versions will overwrite all your customizations.
Step-by-Step
- Download the latest version of the theme from Themeforest, then unzip the archive locally.
- Choose a theme version that is compatible with your Ghost version.
- To upload a theme, go to the Design settings in the Ghost Admin and click Change theme in the bottom left corner.
- Then click the Upload theme button in the upper right corner.
- Once uploaded, click Activate to activate the theme on your site.
Tip: What if you’ve already edited the theme, and want to update it without losing your changes?
That’s a bit trickier to deal with but not impossible, as long as you can remember what the changes were, or more specifically which files you edited. Unfortunately in Ghost when updating a theme you have to re-enter your changes.
For more advanced users, it can be helpful to use a comparing files app like Sublime Merge – that way you can find your changes if you don’t remember them.
Tip: After uploading the theme my settings in Design section were reset, what should I do?
The best solution is to always use the same name e.g. theme-name.zip
– that way you will not have to enter your settings again after uploading a theme.
Ghost assigns the settings in the Design section to the name of the uploaded archive. If you uploadtheme-v1.zip
andtheme-v2.zip
– Ghost will recognize them as two different themes – so the settings will reset.
Uploading a logo
A publication logo is the primary logo for your brand and is displayed across your theme.
Step-by-Step
- To upload a logo, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Brand – expand this settings list and go to the Publication logo position.
- Click Upload logo to upload your logo.
- Finally, click Save to activate.
Tip: Uploading a secondary logo for Dark version
- To upload a secondary logo, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Site-wide – expand this settings list and go to the Logo for dark version position.
- Click Upload to upload your logo.
- Finally, click Save to activate.
Tip: How to change logo size?
- To change logo size go to the Code injection settings in the Ghost Admin and paste this code to the Site header:
<style>
:root {
/* Desktop */
--height-logo-header: 34px;
--height-logo-footer: 34px;
/* Mobile */
--height-logo-mobile-header: 34px;
--height-logo-mobile-footer: 34px;
}
</style>
- Change the current value to the expected value.
- Finally, click Save to activate.
Uploading a cover image
A publication cover is an optional large background image that can be used with your publication.
Step-by-Step
- To upload a publication cover, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Brand – expand this settings list and go to the Publication cover position.
- Click Upload cover to upload your image.
- Finally, click Save to activate.
Tip: How to control the transparency of the cover image?
- To change transparency, go to the Code injection settings in the Ghost Admin and paste this code to the Site header:
<style>
:root {
--opacity-cover: 30%
}
</style>
- Change the current value to the expected value.
- Finally, click Save to activate.
Formspree
Formspree is a service that hosts forms so that you can gather content from your visitors. Get email notifications of every submission.
Step 1: Add your Formspree endpoint
- Go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Site-wide – expand this settings list and go to the Contact form endpoint position.
- Paste your Formspree endpoint, e.g.
https://formspree.io/f/xhyplkej
- Finally, click Save to activate.
Step 2: Add a contact page
- Create a new page, add a Page title, and open the Page settings panel using the icon in the top right of the screen.
- At the bottom of the panel you’ll see a dropdown menu titled Template.
- Use the dropdown to select the Contact template, close the panel.
- Click Publish.
Tip: Adding page to the navigation
If you want this page to appear in the main navigation of your site, just add it to the Navigation list in your site settings.
Getform
Getform is a form backend platform that lets you handle your forms on your websites. You can set up a form and start collecting submissions to your form within minutes.
Step 1: Add your Getform endpoint
- Go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Site-wide – expand this settings list and go to the Contact form endpoint position.
- Paste your Getform endpoint, e.g.
https://getform.io/f/3fc0b738-4221-415e-8288-zf62f84aff50
- Finally, click Save to activate.
Step 2: Add a contact page
- Create a new page, add a Page title, and open the Page settings panel using the icon in the top right of the screen.
- At the bottom of the panel you’ll see a dropdown menu titled Template.
- Use the dropdown to select the Contact template, close the panel.
- Click Publish.
Tip: Adding page to the navigation
If you want this page to appear in the main navigation of your site, just add it to the Navigation list in your site settings.
Members feature
The Members feature allows you to turn any site into a membership business with member signup, paid subscriptions and email newsletters.
The members feature is enabled by default. However, you need to create the following pages to avoid the 404 error.
Step-by-Step
- Create sign-in and sign-up pages
- Create an account page
- Create a membership page
Tip: What to do in case of an 400 error with message e.g. 'Missing template members/signin.hbs for route /signin/'
The error indicates that there was previously used aroutes.yaml
file with another theme that required it. To solve the problem, reset theroutes.yaml
file to its default settings.
routes:
collections:
/:
permalink: /{slug}/
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
Widgets
The 'Popular tags' option for widgets is enabled by default, but you can turn it off or choose other options.
A tag or author must have an image to appear in the Widgets section.
Step-by-Step
- Go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Homepage – expand this settings list and go to the Wigets position.
- Use the dropdown menu to select the option with Popular tags, Best authors or Disable.
- Finally, click Save to activate.
Tip: How to add my own positions for 'Popular tags' or 'Best authors'?
By default, items are set from the most popular tag or author but you can choose your own tags or authors by pointing to their slug.
Please note that you must enter the tag’s or author's slug, not its name.
- To add your own items, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Homepage – expand this settings list and go to the Wigets position.
- Use the dropdown menu to select the option with Popular tags or Best authors.
- Then go to settings below Slugs for selected tags or authors and enter your items, e.g.
story,lifestyle,design
Please note that there are no spaces after commas.
- Finally, click Save to activate.
Comments
The native comments feature in Ghost allows you to invite members to join the discussion and participate in a community directly on your website.
Step-by-Step
- To enable native comments, go to the Membership settings in the Ghost Admin.
- Change the Commenting level to All members or Paid-members only.
- Finally, click Save to activate.
Dark version
The dark version introduces a new look for your site.
Step-by-Step
- Go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Site-wide – expand this settings list and go to the Color scheme position.
- Use the dropdown menu to select the Dark option.
- Finally, click Save to activate.
Tip: Dark version depending on operating system preferences
Modern operating systems (Windows, macOS, iOS, etc.) allow users to choose their preference for light or dark system themes. The below feature is used to detect if the user has requested the system to use a light or dark color theme.
- To activate an auto dark version based on user operating system preferences, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Site-wide – expand this settings list and go to the Color scheme position.
- Use the dropdown menu to select the Auto: Light/Dark option.
- Finally, click Save to activate.
Sepia version
The sepia version introduces a new look for your site.
Step-by-Step
- Go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Site-wide – expand this settings list and go to the Color scheme position.
- Use the dropdown menu to select the Sepia option.
- Finally, click Save to activate.
Tip: Dark version depending on operating system preferences
Modern operating systems (Windows, macOS, iOS, etc.) allow users to choose their preference for light or dark system themes. The below feature is used to detect if the user has requested the system to use a light or dark color theme.
- To activate an auto dark version based on user operating system preferences, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Site-wide – expand this settings list and go to the Color scheme position.
- Use the dropdown menu to select the Auto: Sepia/Dark option.
- Finally, click Save to activate.
Featured section
Select which posts you want to featured in your publication.
Step-by-Step
- Open the post you would like to add to the featured section.
- Then, go to the Post settings panel using the icon in the top right of the screen.
- At the bottom of the panel, you’ll see a checkbox titled Feature this post.
- Click on the checkbox, close the panel.
Tip: How to add a 'See all featured posts' button?
By default, the featured section display a maximum of 6 posts, when you activate the 'See all featured posts' button it will display a maximum of 3 posts and the button.
Please note to add a Featured page beforehand if you plan to activate the button.
- To add the 'See all featured posts' button, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Homepage – expand this settings list and go to the Slug for see all featured button position.
- Enter the slug of your featured page e.g.
/featured/
- Finally, click Save to activate.
Tip: How to change style for featured section?
- To change the style of the featured section, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Homepage – expand this settings list and go to the Style for featured section position.
- Use the dropdown menu to select the option.
- Finally, click Save to activate.
Tip: How to remove featured posts from the main collection?
- Go to the Labs settings in the Ghost Admin and scroll down until you see the Routes section.
- Upload the
routes.yaml
file with these settings:
routes:
collections:
/:
permalink: /{slug}/
filter: featured:false
template: index
/featured/:
permalink: /featured/{slug}/
filter: featured:true
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
/featured/
URL address for all posts that has been marked as featured. This change is required to remove those posts from the main collection.The most important thing to know when working with .yaml
is that it uses indentation to denote structure. That means the only type of nesting which works is 2 spaces. The most common reason for .yaml
files not working is when you accidentally use the wrong type or quantity of spacing for indentation.
Special sections
We have added an easy way to add the special section with posts on the homepage, below the 'Load more' button.
By default, the section located on the home page displays related posts to the most recent post if it has a 'primary tag' added.
Tip: How to add a section with posts for selected tag?
- You’ll need to open the theme’s
../partials/sections.hbs
file in your code editor. - Then add this code in place of the existing code:
{{#get "posts" limit="5" filter="tag:your-tag-slug" include="authors" as |special_posts|}}
{{#if special_posts}}
{{>related label=(t "You might also like")}}
{{/if}}
{{/get}}
- The only thing you need to change is
your-tag-slug
– which should be replaced with your own tag.
Please note that in the case of 'filter' atribute, you must enter the tag’s slug, not its name.
- Save your
sections.hbs
file in../partials/
folder.
Tip: How to add a section with posts for members only?
- Add this code in place of the existing code:
{{#get "posts" limit="5" filter="visibility:members" include="authors" as |special_posts|}}
{{#if special_posts}}
{{>related label=(t "Members")}}
{{/if}}
{{/get}}
- Save your
sections.hbs
file in../partials/
folder.
Tip: How to add a section with posts for paid-members only?
- Add this code in place of the existing code:
{{#get "posts" limit="5" filter="visibility:paid" include="authors" as |special_posts|}}
{{#if special_posts}}
{{>related label=(t "Paid-members")}}
{{/if}}
{{/get}}
- Save your
sections.hbs
file in../partials/
folder.
Search function
By default, the theme uses a native search option. You can also use the search function specially designed for this theme — to do this, you must set the Content API key.
Step 1: Generating Content API key
- To generate Content API key, go to the Integrations settings in the Ghost Admin.
- Click Add custom integration, then give the new integration a name, like 'Search', and click the Create button.
- Copy your Content API key and click Save.
Step 2: Activate the search function
- Go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Site-wide – expand this settings list and go to the Content API key for search position.
- Paste your Content API key.
- Finally, click Save to activate.
Featured page
To present all featured posts from your publication in an elegant way, you can add a custom featured page.
Step-by-Step
- Create a new page, add a Page title, and open the Page settings panel using the icon in the top right of the screen.
- At the bottom of the panel you’ll see a dropdown menu titled Template.
- Use the dropdown menu to select the Featured template, close the panel.
- Finally, click Publish.
Tip: Adding page to the navigation
If you want this page to appear in the main navigation of your site, just add it to the Navigation list in your site settings.
Authors page
To present all authors from your publication in an elegant way, you can add a custom authors page.
Step-by-Step
- Create a new page, add a Page title, and open the Page settings panel using the icon in the top right of the screen.
- At the bottom of the panel you’ll see a dropdown menu titled Template.
- Use the dropdown menu to select the Authors template, close the panel.
- Finally, click Publish.
Tip: Adding page to the navigation
If you want this page to appear in the main navigation of your site, just add it to the Navigation list in your site settings.
Tags page
To present all tags from your publication in an elegant way, you can add a custom tags page.
Step-by-Step
- Create a new page, add a Page title, and open the Page settings panel using the icon in the top right of the screen.
- At the bottom of the panel you’ll see a dropdown menu titled Template.
- Use the dropdown menu to select the Tags template, close the panel.
- Finally, click Publish.
Tip: Adding page to the navigation
If you want this page to appear in the main navigation of your site, just add it to the Navigation list in your site settings.
Contact page
If you wish to have a direct way in which your readers can contact you, you can add a contact page based on Formspree or Getform.
Step-by-Step
- Configure the Formspree or Getform service.
- Create a new page, add a Page title, and open the Page settings panel using the icon in the top right of the screen.
- At the bottom of the panel you’ll see a dropdown menu titled Template.
- Use the dropdown menu to select the Contact template, close the panel.
- Finally, click Publish.
Tip: Adding page to the navigation
If you want this page to appear in the main navigation of your site, just add it to the Navigation list in your site settings.
Responsive tables
The responsive table will display a horizontal scroll bar if the screen is too small to display the full content. The following description applies to the table added using the markdown card.
By default, the table adapts to the window width. If you have a table that is too wide, you can add a container <div class="responsive-table">
element with around the table, and it will display a horizontal scroll bar when needed.
Step-by-Step
- To add a responsive table, use the Markdown card.
- Add a container
<div class="responsive-table">
element with around the table (in markdown there always needs to be a blank line between anyHTML
andmarkdown
).
<div class="responsive-table">
| # | Heading | Heading | Heading | Heading | Heading |
|:--|:--------|:--------|:--------|:--------|:--------|
| 1 | Cell | Cell | Cell | Cell | Cell |
| 2 | Cell | Cell | Cell | Cell | Cell |
| 3 | Cell | Cell | Cell | Cell | Cell |
</div>
-
and optional colons :
for forcing column alignment.Tip: What it takes to generate a table?
To generate a table, you can use the tool Markdown Tables Generator
Create members pages
The members feature allows you to turn any site into a membership business with member signup, paid subscriptions and email newsletters.
The members feature is enabled by default. However, you need to create the following pages to avoid the 404 error.
Step-by-Step
- Create sign-in and sign-up pages
- Create an account page
- Create a membership page
Tip: What to do in case of an 400 error with message e.g. 'Missing template members/signin.hbs for route /signin/'
The error indicates that there was previously used aroutes.yaml
file with another theme that required it. To solve the problem, reset theroutes.yaml
file to its default settings.
routes:
collections:
/:
permalink: /{slug}/
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
Disable members feature
If you don’t want to use the members feature in Ghost and don’t want to ask visitors to subscribe newsletter, sign up or sign in, you can quickly disable this feature from the settings in Ghost Admin.
Step-by-Step
- To disable members feature, go to the Membership settings in the Ghost Admin.
- Change the Subscription access level to Nobody.
This will disable Portal and prevent any visitors from being able to subscribe or sign in to your site. It will also remove the subscription and sign-up or sign-in elements from the theme.
- Click Save to activate.
'Become a subscriber' button
The login panel shows 'Become a subscriber' button when a member is logged out, and 'Account' button when a member is logged in. This button is also located in the footer of the theme. By default, the button points to the sign-up page.
Tip: Replacing link for the 'Become a subscriber' button
- To change the link for the button, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Site-wide – expand this settings list and go to the Slug for become a subscriber button position.
- Enter the slug of your new link to page e.g.
/membership/
- Finally, click Save to activate.
Sign-in and sign-up pages
The sign-in and sign-up pages are allowing your visitors to sign up to your site in order to access members only content.
Step-by-Step
- Create a new page, add a Page title, and open the Page settings panel using the icon in the top right of the screen.
- At the bottom of the panel you’ll see a dropdown menu titled Template.
- Use the dropdown menu to select the Sign In template. Then create another page with the Sign Up template.
- Finally, click Publish.
- The Page URL should be
/signin/
and/signup/
Account page
The account page shows your members the type of account they’re having and gives them some subscription specific data.
Step-by-Step
- Create a new page called Account and open the Page settings panel using the icon in the top right of the screen.
- At the bottom of the panel you’ll see a dropdown menu titled Template.
- Use the dropdown menu to select the Account template, close the panel.
- Finally, click Publish.
- The Page URL should be
/account/
Membership page
The membership page is helping your visitors to quickly visualize and compare the different pricing plans you offer.
Step-by-Step
- Create a new page, add a Page title, and open the Page settings panel using the icon in the top right of the screen.
- At the bottom of the panel you’ll see a dropdown menu titled Template.
- Use the dropdown menu to select the Membership template, close the panel.
- Finally, click Publish.
Tip: How to add premium tier?
- Go to the Membership settings in the Ghost Admin.
- At the bottom you’ll see the option Membership tiers.
- If you have Stripe connected expand Premium position and click +Add tier – add your own tier name, description, monthly and yearly prices and list of benefits.
- Click Add tier to activate.
- Making tiers available to visitors – from the Portal settings, you can control which tiers appear on your site.
Tip: How to add description and list of benefits to free tier?
- Go to the Membership settings in the Ghost Admin.
- At the bottom you’ll see the option Membership tiers.
- Expand Free position and add your tier description and list of benefits.
- Finally, click Save to activate.
Tip: How to add position to FAQ?
You can add FAQ items in your page content using the Toggle card from Ghost editor.
The page content on the Membership page only serves to add FAQ items, it is not designed for other types of content.
Tip: Adding page to the navigation
If you want this page to appear in the main navigation of your site, just add it to the Navigation list in your site settings.
Subscribe page
The subscribe page is allowing your visitors to sign up to your site in order to access members only content and/or receive the premium newsletter. It depend on you how you’re going to use this page.
Step-by-Step
- Create a new page, add a Page title, and open the Page settings panel using the icon in the top right of the screen.
- At the bottom of the panel you’ll see a dropdown menu titled Template.
- Use the dropdown menu to select the Subscribe template, close the panel.
- Finally, click Publish.
Tip: Adding page to the navigation
If you want this page to appear in the main navigation of your site, just add it to the Navigation list in your site settings.
Hero section
The hero section includes a title, subscription form or search box at the top of the homepage.
Tip: How to add your own hero title?
- To add your own hero title, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Homepage – expand this settings list and go to the Hero title text position.
- Enter your own hero title.
If you want your text in bold, use the <span>
... </span>
tag, like this:
Your own <span>hero text</span>
<b>
or <strong>
with the same visual result.If you want to start the text on a new line use the <br>
tag, like this:
Your own hero text<br> New text line
- Finally, click Save to activate.
Tip: How to add Subscription form or Search box?
- To add Subsription form or Search box to hero section, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Homepage – expand this settings list and go to the Hero options position.
- Use the dropdown menu to select the option with Subscription form or Search box.
- Finally, click Save to activate.
Sidebar
By default, the sidebar is enabled, however, you can turn it off or choose some other options.
Step-by-Step
- Go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Post – expand this settings list and go to the Sidebar position.
- Use the dropdown menu to select the option with Without Subscription form, With Subscription form, With sticky Subscription form or Disable.
- Finally, click Save to activate.
Posts image orientation
You can easily change the orientation of your featured image in posts.
Step-by-Step
- To change image orintation, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Post – expand this settings list and go to the Feature image orintation position.
- Use the dropdown menu to select the option: Natural, Panoramic or Landscape.
You can also choose the wide variant, in which case the image will take up the entire width of the page.
- Finally, click Save to activate.
Accent color
Primary color used in your publication.
Step-by-Step
- To change the accent color in your publication, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Brand – expand this settings list and go to the Accent color position.
- Choose your color.
- Finally, click Save to activate.
Fonts
You can easily select fonts from several prepared presets.
Step-by-Step
- To change fonts, go to the Design settings in the Ghost Admin.
- On the left you’ll see the option Site-wide – expand this settings list and go to the Fonts position.
- Use the dropdown menu to select fonts.
- Finally, click Save to activate.
Logo height
Follow below steps to change the size of the logo on your site by adding simple CSS code.
Step-by-Step
- To change logo size go to the Code injection settings in the Ghost Admin.
- Then, paste this code to the Site header:
<style>
:root {
/* Desktop */
--height-logo-header: 34px;
--height-logo-footer: 34px;
/* Mobile */
--height-logo-mobile-header: 34px;
--height-logo-mobile-footer: 34px;
}
</style>
- Change the current value to the expected value.
- Finally, click Save to activate.
Posts per page
By default, the homepage, author’s and tag’s page display a maximum of 9 posts per page, but you are able to change this number.
Step-by-Step
- You’ll need to open the theme’s
package.json
file in your code editor and find:
"config": {
...
"posts_per_page": 9
...
}
- Change the current value to the expected value.
- Save your
package.json
file in root folder.
Theme translation
The theme is fully translatable by enabling a publication language in the settings of the Ghost Admin. Before that, you must prepare your language file.
Step-by-Step
- Inside the
../locales/
folder, add target language files for each translatable language used on your site. For examplees.json
for Spanish andpl.json
for Polish. A valid language code must be used. - Translate the sentences used in theme inside your new language files, for example, in
en.json
:
{
"Back": "Back",
"Newer Posts": "Newer Posts",
"Older Posts": "Older Posts",
...
}
- And edited to translate into Spanish for
es.json
:
{
"Back": "Volver",
"Newer Posts": "Artículos Siguientes",
"Older Posts": "Artículos Anteriores",
...
}
- Upload a theme with a new language file.
- Go to the General settings in the Ghost Admin.
- At the top of the page, you’ll see the Publication info section.
- Enter the correct language code into your Publication language settings menu.
- Finally, click Save to activate.
Tip: Reactivate the translation file
If you edited the active language, you have to restart Ghost to make the changes effective. Alternatively, enter another language code and click Save to activate, then switch back to your language code.
Social accounts
Enter your Facebook and Twitter account details in the 'General' settings of the Ghost Admin to enable links to your social profiles.
Step-by-Step
Tip: Adding other social accounts to the footer
../partials/footer_icons.hbs
file in your code editor.{{!--
and--}}
for the chosen profile icon.#
for eachhref
value with your own profile links.footer_icons.hbs
file in../partials/
folder.