Curious Documentation
- Ghost version: v6.38.0 and later
- Theme version: 4.0.0
- Last updated:
First of all a huge thanks for purchasing this theme! If you have any questions that are not answered here, please feel free to contact us via email.
Theme Installation
To install Curious on your Ghost site, follow these steps:
- Log in to your Ghost Admin at
yoursite.com/ghost. - In the left sidebar, go to Settings → Theme.
- Click on Change theme.
- Click on Upload theme.
- Drag and drop your theme’s
.zipfile, or click to browse and select it. - Once the upload is complete, click Activate to apply the theme immediately, or Close to activate it later.
Getting Started
Uploading a Favicon
To add a favicon:
- Navigate to Settings → Design & branding under the Site section.
- Click on Customize.
- Click Upload icon next to Publication icon.
- Save changes.
![]()
Uploading a Publication Logo
To add a logo:
- Navigate to Settings → Design & branding under the Site section.
- Click on Customize.
- Click Upload logo next to Publication logo.
- Save changes.

Uploading a Publication Cover
The publication cover image is displayed in the background of the homepage hero and error pages.
To add a publication cover:
- Navigate to Settings → Design & branding under the Site section.
- Click on Customize.
- Click Upload cover next to Publication cover.
- Save changes.

Adding Navigation
The theme supports primary and secondary navigation. Primary navigation appears in the site header and slide-out sidebar, while secondary navigation appears in the footer.
Please note that Curious shows up to four primary navigation items in the header. If you add more than four items, a “More+” button appears and opens the slide-out sidebar with the full primary navigation.
To set up navigation:
- Go to Settings → Navigation under the Site section.
- Click on Customize.
- Add your navigation items by entering a page name in the label field and a destination URL in the URL field.
- Once finished, click Save.

Adding Social Links
Curious supports Ghost’s native social links. These links are displayed in the slide-out sidebar and footer of the theme.
To add social links:
- In Ghost Admin, go to Settings → Social Accounts under the General Settings section.
- Enter the URLs of your social profiles.
- Save changes.

Editing Section Above the Post Feed
The section above the post feed can display the site title and description, a featured posts carousel, or nothing at all.
To switch between the available variations:
- Navigate to Settings → Design & branding under the Site section.
- Click on Customize.
- Switch to the Theme tab.
- Select the option from the Section above post feed dropdown.
- Save changes.

Adding Cover Images
You can add cover images to posts, pages, tags and author archive pages.
To add a post or page image:
- Navigate to Posts or Pages in your Ghost Admin.
- Create a new post (page) or open an existing one.
- Click Add feature image located above the post (page) title and upload your image.
- Save changes.

To add a tag image:
- Navigate to Tags in your Ghost Admin.
- Create a new tag or open an existing one.
- Click Upload tag image and upload your image.
- Save changes.

To add an author image:
- Navigate to Settings → Staff under the General Settings section.
- Select the author you want to edit.
- Click Upload cover image and upload your image.
- Save changes.

Members
Ghost Members allows you to turn your site into a membership business with member signup, paid subscriptions and email newsletters.
If Members is enabled on your site, the theme displays Subscribe and Sign in links in the header and slide-out sidebar, connecting visitors directly to the Ghost Members portal.
Changing Post Layout
In addition to the default post layout, Curious includes four alternative layouts that can be enabled using internal tags:
#post-vert-right, #post-vert-left, #post-horiz-top, #post-horiz-bottom.





To apply an alternative layout, add the desired internal tag, such as #post-vert-right, to your post:

Enabling Comments
Curious supports Ghost native comments. To enable them:
- Navigate to Settings → Access under the Membership section.
- Select the suitable option from the Who can comment on posts? dropdown.
- Save changes.

Sidebar
The theme sidebar contains your site navigation, member actions and social links.
Please note that the sidebar is always available on small screens. On larger screens, it appears only when the primary navigation has more than four items.
Editing Footer Sections
The site footer can display an authors list, a popular posts list (posts tagged with #popular), a tag cloud and about information.
To enable or edit any of these sections:
- Navigate to Settings → Design & branding under the Site section.
- Click on Customize.
- Switch to the Theme tab.
- Turn the relevant options on or off and fill in the text fields.
- Save changes.

Editing Copyright Information (Footer)
You can edit the copyright information in the .json translation file located in the /locales folder, or directly in the /partials/footer.hbs partial with the Ghost theme editor.
Adding Google Analytics
To add Google Analytics to your site, please follow the Google Analytics Integration guide by Ghost.
Theme Customization
Changing Color Scheme
Curious is available in light and dark color schemes. To change the theme color scheme:
- Navigate to Settings → Design & branding under the Site section.
- Click on Customize.
- Switch to the Theme tab.
- Select the option from the Color scheme dropdown.
- Save changes.

Changing Accent Color
To change the theme accent color:
- Navigate to Settings → Design & branding under the Site section.
- Switch to the Brand tab.
- Choose your color.
- Save changes.

Changing Posts Per Page Number
You can set the number of posts displayed per page in the package.json file of the theme. For example, to show 12 posts per page:
"config": {
"posts_per_page": 12
}
Theme Translation
The Curious theme is ready for translations. You can find the default file in the locales folder. Copy locales/en.json to locales/[language_code].json, replacing “language_code” with a valid language code. You can edit the renamed translation file with any plain text editor.
Even if your site is in English, you can customize any theme texts by simply editing the default English file ( locales/en.json ), without modifying the theme templates.
You can find more information on how to translate the theme in Ghost documentation.
Adjusting Style
To customize the theme style, use the Code Injection tool and place your CSS rules in the Site Header field.
For instance, to adjust the site title size:
- Navigate to Settings → Code Injection uunder the Advanced section.
- Add the necessary CSS rules to the Site header field.
- Save changes.

Credits
- Montserrat font: https://www.google.com/fonts/specimen/Montserrat
- Simple icons: https://simpleicons.org/
- Reframe.js plugin: https://github.com/dollarshaveclub/reframe.js
- Swiper plugin: https://swiperjs.com/
- SimpleLightbox plugin: https://simplelightbox.com/
Support
This documentation provides the information needed to install and customize the theme. If you have any questions, email us at support@justgoodthemes.com, and we will be happy to help.
If you have any bug reports or feature requests, please let us know.
Updates
As the Ghost platform grows, so will this theme. We’re dedicated to keeping Curious up to date.