Getting Started

White is minimal and Lightweight Ghost theme. It is highly focused on bloggers, readers, writers, authors, etc. White is a super fast and mobile responsive theme that will encourage the visitor to read your blog. Built with HTML, CSS, js, scss and ready for premium subscription features.

Support

If you have any questions that are beyond the scope of this help file, please feel free to send your questions to our support email: support@electronthemes.com . Our support team will reply to you as soon as possible.

Template Information

  • Name: White
  • Author: Electronthemes
  • Platform: Ghost
  • Demo: White
  • Created: 15 September 2018
  • Last Update: 17 November 2022
  • Version: 4.4.0

Theme Setup

White theme setup is very easy. If you have already installed a server for Ghost you can easily setup White theme. If you don’t have server suported with Ghost, you can set up reading Ghost Install. When you have the server, follow the instructions for setting up the theme.

Upload the theme

You can upload the theme file from ghost dashboard. to do this

  • Log in into your Ghost admin panel.
  • Go to Dashboard > Settings Icon > Design > Change Theme > Upload theme > Upload
  • Click Activate.

Uploading the theme via (FTP)

Follow the instructions

  • Login to your FTP account.
  • Unzip the white.zip file and copy White folder to your /ghost_installation/content/themes
  • Restart your installation if necessary. You can ask for help from your hosting provider if you don’t know how to do this step.
  • Login to your ghost admin panel.
  • Go to settings (general) and select theme “White
  • Click Save.
<div class="alert alert-primary" role="alert" bis_skin_checked="1">
  Here I have used Cyberduck to upload file on server and I used subdomain. That is why I used <strong>Docslab</strong> Folder
</div>

General Setup

Publication Info

To change publication info, go to Dashboard > General > Publication Info. Here you can change the followings:

  • Title
  • Description
  • Site Timezone
  • Publication Language

You can change Logo from Dashboard > Settings Icon > Design > Brand > Publication Logo

Dark Logo Mode

If you want to use Dark logo, you can change it from your custom settings. You will find the settings :

Settings > Design > Site Design > Site-Wide > Dark Mode Logo


Publication Icon

Ghost shows his ghost logo in your site by default. You can change Favicon Icon or Publication Icon from Dashboard > Settings Icon > Design > Brand > Publication Icon


Publication Cover

This is for showing site bookmark image. If you upload a cover image, it will in your site bookmark. To upload publication cover image, go to Dashboard > Settings Icon > Design > Brand > Publication cover


Language

This is for showing the site bookmark images. If you upload a cover image, it will be in your site bookmark. Go to Dashboard > Settings Icon > Design > Brand > Publication Cover

  1. Go to Settings > General > Publication Language and click on Expand
  2. Change the default language en with your language code
  3. You can find all the language code here: HTML Language Code Reference

Site Meta Settings

This is for Meta data. It will help to get on search using search engine. You can add also Twitter and Facebook card image, content here.

You can add/edit the content from Dashboard > General > Site Meta Settings


Social Accounts

Social account section is for showing Facebook, Twitter links of your site. Go to Dashboard > Settings > Social Accounts


Ghost only support two types of Navigation. Primary and Secondary Navigation Menu. On header, primary navigation is showing and On Footer secondary navigation is showing. Go to Dashboard > Settings > Navigation


Create a Post

Ghost has a beautiful dashboard design. You can easily create a post. Go to Dashboard > Posts > New Post

  • Post Title
  • Post Contents
  • Feature image
  • Tags
  • Authors

Create a page

As like as post, you can create a new page from Dashboard > Pages > New Page. You can add:

  • Title
  • Contents
  • Tags
  • Authors
  • Feature Image
  • Excerpt
  • more…

Featured Post

Ghost has awesome featured posts option to show some of your chosen posts as featured for the visitors. To add a post as featured, go to Post > Settings and scroll down. Select the checkbox Feature this post


Create Tag

To create a new tag, go to Dashboard > Tags > New Tag


Create Author

You can create multiple author in your site from dashboard. Go to Dashboard > Settings > Stuff > Invite people

Click on Invite people and you will get a new popup. You have to add Email Address and select the staff Role. Lastly click on Send Invitation now button. An email notification will be sent to create an account on the specific Role.


Code Injection

Code injection is a great feature on Ghost. You can easily write styles and scripts for your site without editing the theme file. You can add various plugins code here like Google Analytics

Here you will two text fields for code injections. 1. Site Header and 2. Site Footer

  • Site Header is for load the scripts or style in the header
  • Site Footer will load the scripts or style in the footer

Go Dashboard > Settings > Code Injection


Integrations

Integrations are another cool feature of Ghost. You can connect a lot of third-party plugins or API using integrations. To check the integrations,

  1. Login to Admin panel
  2. Go to Dashboard > Settings > Integrations.
  3. Click on + Add custom integration button and add a name for creating integration
  4. You can use Content API Key or Admin API Key or API URL

Labs

Labs is another very important and beta tester parts of Ghost. Here your will get some core features as follows: Go to Dashboard > Settings > Labs. 

  1. Import Content
  2. Export your content
  3. Delete All Content
  4. Redirects
  5. Routes

Members

If you want to get subscriptions and paid customers, you can use Members option in this panel. When you click on this you will get in details


Migration Options

You will get some options here like Import content, export content and delete content options


Routes

Routes is another important part. When you want to use different path link or custom files for pages and different homepage, you can use routes.yaml file to do that. Here is default .yaml for ghost.

routes:

collections:
  /:
    permalink: /{slug}/
    template: index

taxonomies:
  tag: /tag/{slug}/
  author: /author/{slug}/

Homepage

In homepage, you will get some sections.

  1. Featured Posts
  2. Daily Update News

 Featured Posts

We have shown a slider on the homepage will the featured posts. If you set a post as featured, it will be added automatically in the slider.

Footer

We used very minimal footer in our theme. You will get all footer code partials > footer.hbs file. Here are the following parts:

Copyright text

You can change at footer.hbs file line number 6

<div class="col-md-10 mx-auto footer-text-wrapper">
   <p>                     {{t "Copyright"}} &nbsp; {{ date format="YYYY" }} , {{ @site.title }} - {{ @site.description }}. All Right Reserved.</p>
</div>

Change the text inside {{t ""}}

Custom Templates

Custom template is a default setting on Ghost. It can be page template and post template. We have created some custom page and post template for the theme. The page template are as follows:

Page Template

  • Membership
  • Account
  • Contact
  • Authors
  • Tags
  • Signin
  • Signup

Selecting page template

  1. Create a new page
  2. Click on Settings to the right side and scroll down
  3. Select page template i.e. “Membership”

Page url

When you create page, please keep page slug like this.

Page titlePage URl
Membership/membership/
Account/account/
Signin/signin/
Signup/signup/

For other custom pages, you can add Authors, Tags, Contact page.

Post Template

  1. Post Full Width
  2. Post Left Sidebar

We have used 1 posts page style in this theme. You can choose as following:

Membership and Subscriptions

The membership page is helping your customer to understand the plan and compare the differences between your offers. Here are the step by step instructions:

Create Membership page

  1. Create a new page and open the page settings panel from the right side of the page
  2. Select the page template: Membership at the bottom dropdown
  3. Publish the page

Create Tiers and show on membership page

  1. Go to Settings > Membership in your Ghost Admin
  2. Go to MEMBERSHIP TIERS at the bottom
  3. Connect your Stripe Account if you don’t have Stripe connected
  4. Expand Premium position and click on +Add tier to add new tier name, description, list of benefits, price for monthly and yearly.
  5. Add tier to activate
  6. Now, go to portal settings, you can control enable and disable tiers appearing on the membership page.

Create Account Page

  1. Create a new page and open the page settings panel from the right side of the page
  2. Select the page template: Account at the bottom dropdown
  3. Publish the page

Search Options

If you install this theme in your ghost dashboard, Ghost Native Search will be activated automatically.

We have created third-party real-time search options for the theme file also. You can activate the search easily. When you install the theme file, you have configure and add content api key on code injection

  1. Create a custom integrations
  2. Copy Content API Key from your created custom integration

After collect the Content Api Key we go to : Settings > Design > Site-Wide and insert to below search content API box.

Contact form

In the contact form, we have used Formspree for getting form data.

  1. You need to create Formspree account
  2. Collect form endpoint
  3. Add this to Settings > Design > Site Wide > Contact form endpoint URL

To change contact information, go to custom-contact.hbs file. You change all the information. Line Number; 55 to 81

<h4>{{t "Contact Us"}}</h4>
    <p>{{t "Our Support is open 24/7 call us anytime :-)"}}</p>
</div>
<div class="row">
<div class="col-md-4">
<div class="single-info">
<div class="info-icon">
     <i class="fa fa-volume-control-phone"></i>
</div>
     <p>{{t "+ (123) 7859 5624"}}</p>
</div>
</div>
<div class="col-md-4">
<div class="single-info">
<div class="info-icon">
    <i class="fa fa-envelope-open-o"></i>
</div>
<p>{{t "Youremail@gmail.com"}}</p>
</div>
</div>
<div class="col-md-4">
<div class="single-info">
<div class="info-icon">
    <i class="fa fa-paper-plane-o"></i>
</div>
     <p>{{t "11/7 Saint Archas, Sydney"}}</p>
</div>

Comments

Ghost Native Comment

Ghost has a native comment system. Only members of your website can comment on your post. To activate native comment:

  1. Go to the Settings > Membership > Commenting in the Ghost Admin.
  2. Change the Commenting level to All members or Paid-members only.
  3. Click on Save button

If you want to use other comment feature like Cove or Disqus. You can use. This theme supports both comment box. You will find both comment box in the partials folder in the theme file.

Cove Comment

Cove is popular comment system for ghost. You can easily manage comments for members and paid members posts. It is a premium comment sytem. We have a setup for cove comments. You easily change with your comments.

  • Create account in Cove.chat and Login
  • Click on +Create a New Account and add a name
  • Copy the publication ID and paste it in Settings > Design > Site Design > Post
  • Publication ID. Copy this ID and paste to Cove publication field.
  • Replace publication id with your account code

Disqus Comment

We have used discus comments for this theme. We have used our own disqus account. You can change easily with your Disqus shortname. Follow the process to create your Disqus account and get a short name.

  1. You can create your Disqus code in the next url: http://disqus.com/admin/create/
  2. Add a short-name for Website Name
  3. Your unique “Disqus URL” is your shortname copy that name and click finish registration.
  4. Go to Settings > Design > Site Design > Post and Select Disqus from Select comment select option.
  5. Go to Settings > Design > Site Design > Post > Disqus shortname;
  6. Change with your shortname, in this case ‘example-shortname’;
  7. Save.

Disable Comments from site

If you want to disable comments from your posts, select Disable from Settings > Design > Site Design > Post > Select Comment. If will disable comments from your site

Github Deployment

White theme in ready for deploy on github easily. You can read the articles on Github deployment

Development and Customization

In this theme, we have used SCSS to develop and style fast. You must have installed Nodejs and SASS on your computer.

  • Open theme file in your editor like VSCode or Sublime Text
  • Open terminal in the theme folder
  • Run command npm run sass

Alternatively, You can easily do it using Prepros. To edit SCSS code, follow the instruction:

  1. Unzip newsvolt.zip (this is the template only file) and remember where is the folder location.
  2. Install a SASS compiler, we recommend you to use Prepos 6, you can download it here.
  3. Click on “Browse” to add project on the middle side.

Credits

LIBRARIES/TOOLS

  • Bootstrap
  • jquery
  • Owl Carousel

FONTS

  • Lemon/Milk
  • Libre Baskerville
  • Noto Sans

IMAGES

All images those are included in live preview are taken from unsplash.com

Changelog:

VERSION – 4.3.0: Released on 18 June 2022
* Added Support for Ghost 5.0
* Removed all deprecated code
* Small css issues fixed
* Updated English translation file

[+] CHANGED FILES
    assets/scss/_membership.scss
    assets/scss/_header.scss
    assets/css/theme.css
    partials/members/pricing-tables/pricing-free.hbs
    partials/members/pricing-tables/plan-table.hbs
    partials/social-share.hbs
    custom-membership.hbs
    custom-account.hbs
    partials/footer-scripts.hbs
    default.hbs
    package.json
    locales/en.json
Version 3.0.0
---------------------------------------
[+] NEWLY ADDED
    Subscription and Membership
    Dark and Light Version
    Updated styles
    Updated SCSS
    svg logo

[-] DELETED FILES
    routes.yaml

Version 2.1.0
---------------------------------------
Upated with ghost new version 2.23.2
Bug fixed and performance upgrated

----------------------------------------
Language support added
compatible with new ghost version
post card and author page design upgraded
prev and next post navigator changed

Version 2.0.0
---------------------------------------
Upated with ghost new version 2.13.1
Bug fixed and performance upgrated

----------------------------------------
Whole design updated
3 author list page style added
404 page updated
Contact page design updated
Search problem fixed with the new version
Documentation updated
Online Documentation added

Premium
Ghost Themes

Get access of Ghost Premium Themes with lifetime access and unlimited support

Download your copy

Ghost (Pro) Hosting

Get the best hosting for Ghost CMS. No coding, No hadache to upgrade server, no hidden charge

Get Started