shape
On this page

Getting Started

Newsportal is a minimalist ghost theme crafted for influencers, bloggers, authors, marketers, and entrepreneurs. With a focus on crisp typography and unique styling will highlight your content beautifully and communicate an authentic and high-quality brand to your readers.

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.

Theme Setup

Newsportal theme setup is very easy. If you have already installed a server for Ghost you can easily set up Newsportal theme. If you don’t have a server supported 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 the ghost dashboard. to do this

  • Download theme file from ElectronThemes Dashboard
  • Log in to your Ghost admin panel.
  • Go to Settings > Theme > Upload a theme and upload “newsportal.zip
  • Click Activate.

Uploading the theme via (FTP)

Follow the instructions

  • Login to your FTP account.
  • Unzip the newsportal.zip file and copy newsportal 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 “Newsportal
  • Click Save.

General Setup

Publication Info

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

  • Title
  • Description
  • Site Timezone
  • Publication Language

Logo

We have used SVG Logo for the theme . You can change SVG Logo from Dashboard > Settings > Design > Brand > Publication Logo

Favicon 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

You can use the publication in your native language. To change the language of your publication site, your theme must have support for translation. To change langauge:

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 Metadata. It will help to get on search using a search engine. You can add also Twitter and Facebook card images, content here.

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

Social Accounts

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

Navigation

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

Drop Down Navigation

Our new feature Drop Down Navigation. Go to Dashboard > Settings > Navigation and set -- then add a space before your drop down menu items . you can set multiple items under a parent menu. Here Home menu item is parent and Blog is it's submenu item. to set your menu follow the below image instruction.

Navigation Output:

Create a Post

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

  1. Feature Image
  2. Post Title
  3. Post content

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}/

Header Social Profiles

To change social profiles link, go to Theme file > partials > header-top.hbs. You can change only LinkedIn and Pinterest link. For Facebook and Twitter link, go to Dashboard > Settings > General > Social Accounts

To remove Pinterest and Linkedin icon, remove this two lines:

<li><a href="#">{{> icons/linkedin}}</a></li>
<li><a href="#">{{> icons/pinterest}}</a></li>

Dark, Light, and Auto Mode

We have used dark version by default. When you will install the theme file on your ghost server, you will get your website as dark version.

If you want to use Light and Auto version for default, you can change it from your custom settings. Auto version depend on your device color scheme mode. if the device has selected dark mode, you will get auto dark and device has selected light mode, you will get auto light. You will find the settings Settings > Design > Site Design > Site-WIde > Select Color Scheme

Footer

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

  1. About
  2. Recent News
  3. Tags
  4. Copyright text

Footer About

You can change the footer about text from General Settings. You will find here: Settings > General> Title & description . Just enter your about text in the Description field and next click on the Save button.

Recent News

You can add footer recent news. We have shown 3 recent posts in the footer. If you want to change the limit of posts, you can change from the footer.hbs file. Open your theme files in code editor then Go to partials/footer.hbs and find Recent post in 51 number line then change limit="3". If you want to remove recent posts from footer, you can remove this section.

{{#get "posts" limit="3"}}

Recent Tags

At footer, we have showed 20 recent tags, If you want to change limit or remove the recent tags, you can do. Change limit from line number 75 at footer.hbs file

{{#get "tags" limit="20" include="count.posts" order="count.posts desc"}}

Copyright text

You can change custom settings. Go to Settings > Design > Site Design > Site-Wide > Site footer

Homepage

On the homepage, you will get some design sections. The sections are divided into some tags. You can change and repeat the section easily.

Featured Posts

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

The featured slider post limit is 3. If you want to increase or decrease the post limit, go to partials/featured-slider.hbs and edit limit="3".

{{#get "posts" filter="featured:true" limit="3" include="tags"}}

If you want to remove the featured posts slider from the homepage, go to Settings > Design > Homepage and turn off Show featured posts

Tag’s sections on the Homepage

All the tag-oriented designs use various tag styles. We are using name tag-style-o1 or tag-style-o2 so on.

  1. Go to Tags in your dashboard
  2. Open one of the tag and copy slug of the tag
  3. Open index.hbs file in your code editor
  4. Change tag-slug from any partial tag_slug="trending"
  5. Change tag-title for different title tag_title="Trending news"

If you want to use same style, copy this {{> tags/tag-style-01 tag_title="Trending news" tag_slug="trending" }} or another and change only tag-slug. Like this

{{> tags/tag-style-01 tag_title="Trending news" tag_slug="trending" }}
{{> tags/tag-style-01 tag_title="Fashion news" tag_slug="fashion" }}
{{> tags/tag-style-01 tag_title="Business news" tag_slug="business" }}

Blog Page

You will find the blog page design here: Blog page

If you want to use a blog page for your website, just upload this routes.yaml code in Settings > Labs > Routes

Custom Templates

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

Page Template

  • Membership
  • Account
  • Contact
  • Authors
  • Tags

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 Fullwidth
  2. Post Left Sidebar
  3. Post Right Sidebar
  4. Post with a table of content

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

Default Post Template

You can select a post template for your post details page from Settings > Design > Post. If you selectone of option from here, this custom template will be applicable for all the post details pages.

You can select a separate post template in individual post settings. Edit post and select the template.

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 Option

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 configured 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

Comments

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 Disqus. You can use. This theme supports this comment box. You will find this comment box in the partials folder in the theme file.

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

Newsportal theme is ready for deployment 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 newsportal.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.

Changing Primary and Secondary colors

You can change easily primary, secondary, text color and other colors from _variable.scss file. Open assets/scss/_variables.scss file and change the color that you want, example:

:root{
   --color-primary: #f8633b;
   --color-dark-primary: #f75050;
   --color-secondary: #0b0b0c;
   --color-heading: #242428;
   --color-heading-two: #242428;
   --color-dark-heading: #333333;
   --color-paragraph: #666666;
   --color-paragraph-two: #666666;
}

Set Custom Background and Logo Size

Set custom background color for (Header, body and footer):

Now you can change your custom background color by using your code injection. For the changes you can follow the below instructions: Goto  Dashboard > Settings > Code Injection  then put the below code formate inside Site Header box and change the color code as per your necessity.

<style>

	:root{
		/* page body background color */
    		--color-body: #ffffff;

		/* page Header & Footer background color */
		--color-defualt-top-black: #11181f;
		--color-default-light-black: #1a1f25;
	}

	/* body background color for dark mode */
	[data-theme='dark']{
		--color-body: #182029;
	}

</style>

Set custom logo size for (Header and footer):

Now you can change your custom logo size by using your code injection. For the changes you can follow the below instructions: Goto  Dashboard > Settings > Code Injection  then put the below code formate inside Site Header box and change the logo size as per your necessity.

<style>

	:root{
		/*Header logo size */
    		--header-logo-width: 250px;
    		--header-logo-height: 80px;

		/*Footer logo size */
    		--footer-logo-width: 200px;
    		--footer-logo-height: 70px;
	}

</style>

Credits

Fonts and Icon Fonts

Icons

Images

Plugins and libraries

Changelog

VERSION – 3.6.0: Release on 21 December 2023

* Fixed: Header card responsive issues 
* Fixed: Latest blog page issues 
* Small css issues fixed and improvement performance

[+] CHANGED FILES
    assets/css/style.css
    assets/scss/_header.scss
    assets/scss/_responsive.scss
    assets/scss/_gallery.scss
    assets/scss/_rtl.scss
    assets/scss/_single-news.scss
    assets/scss/_news.scss
    partials/header-top.hbs
    partials/latest.hbs
    partials/sidebar/social-profiles.hbs
    blog.hbs
    routes.yaml
    package.json

VERSION – 3.5.5: Release on 05 October 2023

* Small css issues fixed and improvement performance

[+] CHANGED FILES
    assets/css/style.css
    package.json

VERSION – 3.5.4: Release on 24 September 2023

* Small css issues fixed and improvement performance

[+] CHANGED FILES
    assets/css/style.css
    package.json

VERSION – 3.5.3: Release on 23 September 2023

* Small css issues fixed and improvement performance

[+] CHANGED FILES
    assets/css/style.css
    partials/sidebar/social-profiles.hbs
    partials/footer.hbs
    package.json

VERSION – 3.5.2: Release on 17 September 2023

* Added: Header card improvements feature
* Small css issues fixed and improvement performance

[+] CHANGED FILES
    assets/css/style.css
    page.hbs
    default.hbs
    package.json

VERSION – 3.5.1: Release on 27 May 2023

* FIXED: dropdown menu RTL css issue
* Small css issues fixed and improvement performance

[+] CHANGED FILES
    assets/css/style.css
    assets/scss/_rtl.scss
    package.json

VERSION – 3.5.0: Release on 27 May 2023

* ADDED: Added new dropdown menu feature
* ADDED: Added FX Light box gallery image view feature
* Removed all deprecated code
* Small css issues fixed and improvement performance

[+] CHANGED FILES
    assets/css/style.css
    .github/workflows/deploy-theme.yml
    partials/content.hbs
    partials/header-top.hbs
    custom-post-left-sidebar.hbs
    custom-post-right-sidebar.hbs
    post.hbs
    default.hbs
    package.json

VERSION – 3.4.5: Release on 18 February 2023

* FIXED: Table of contents issues on Right Sidebar post layout
* Small css issues fixed and improvement performance

[+] CHANGED FILES
    assets/css/style.css
    package.json
    partials/content.hbs

VERSION – 3.4.4: Release on 30 January 2023

* FIXED: Product card image height issues
* FIXED: Gallery images margin issues
* Small css issues fixed and improvement performance

[+] CHANGED FILES
    assets/scss/_gallery.scss   
    assets/scss/_news.scss
    assets/css/style.css
    package.json

VERSION – 3.4.3: Release on 08 January 2023

* FIXED: Author Image issues
* FIXED: Lightense image background issues for Dark mode
* FIXED: TOC is hidden for Members-only and Paid posts
* FIXED: Image height issues for tag page
* FIXED: Full width and Wide kg-card issues fixed for default post layout
* ADDED: Added a new option for TOC on/off switcher
* REMOVED: Cove comments and options removed
* Small css issues fixed and improvement performance

[+] CHANGED FILES
    assets/css/style.css    
    assets/scss/_author.scss
    assets/scss/_news.scss  
    assets/scss/_variables.scss   
    assets/scss/_gallery.scss
    assets/scss/_single-news.scss
    partials/content.hbs
    partials/post-navigation.hbs
    package.json
    post.hbs

[-] REMOVED FILES:
    partials/comments/cove-comments.hbs
    custom-post-with-table-of-content.hbs

VERSION – 3.4.2: Release on 26 December 2022

* FIXED: Dark Light issues
* FIXED: Post page author height
* FIXED: Code block in RTL
* Small css issues fixed

[+] CHANGED FILES
    assets/css/style.css    
    assets/js/scripts.js    
    assets/scss/_author.scss
    assets/scss/_news.scss  
    assets/scss/_rtl.scss   
    default.hbs

VERSION – 3.4.1: Release on 21 December 2022

* ADDED: Tajawal font support for Arabic Language
* ADDED: ar.json file for Arabic language
* FIXED: Code block issues for RTL
* Small css issues fixed

[+] CHANGED FILES
    assets/css/style.css
    assets/js/scripts.js
    assets/js/single.js
    assets/scss/_rtl.scss
    default.hbs    
    package.json  
    partials/google-fonts.hbs
    
[+] ADDED NEW FILES
    locales/ar.json

VERSION – 3.4.0: Release on 24 October 2022

* ADDED: Multiple font support
* ADDED: RTL version support
* ADDED: Auto color mode support
* Small css issues fixed

[+] CHANGED FILES
    assets/css/style.css
    assets/js/scripts.js
    assets/js/single.js
    assets/scss/_bookmark.scss
    assets/scss/_button.scss
    assets/scss/_featured.scss
    assets/scss/_footer.scss
    assets/scss/_header.scss
    assets/scss/_homepage.scss
    assets/scss/_news.scss
    assets/scss/_reset.scss
    assets/scss/_single-news.scss
    assets/scss/_toc.scss 
    assets/scss/_variables.scss 
    assets/scss/style.scss
    custom-post-fullwidth.hbs 
    custom-post-left-sidebar.hbs 
    custom-post-right-sidebar.hbs  
    custom-post-with-table-of-content.hbs
    custom-signup.hbs 
    default.hbs 
    index.hbs
    package.json    
    partials/content.hbs  
    partials/footer.hbs     
    partials/header.hbs  
    partials/related-posts.hbs 
    post.hbs  
    
[+] ADDED NEW FILES
    assets/scss/_rtl.scss
    partials/google-fonts.hbs 

VERSION – 3.3.1: Release on 06 July 2022

* Added custom title for tag sections for Homepage
* Small CSS issues fixed

[+] CHANGED FILES
    assets/css/style.css
    assets/scss/_membership.scss
    assets/scss/_news.scss
    assets/scss/_tag.scss
    partials/tags/tag-style-01.hbs
    partials/tags/tag-style-02.hbs
    partials/tags/tag-style-03.hbs
    partials/tags/tag-style-04.hbs
    partials/tags/tag-style-05.hbs
    partials/tags/tag-style-06.hbs
    partials/tags/tag-style-07.hbs
    index.hbs
    package.json

VERSION – 3.3.0: Release on 04 June 2022

* Added Support for Ghost 5.0
* Removed all deprecated code
* Small css issues fixed
* Updated English translation file
* Tag file name updated
* Global tag name used

[+] CHANGED FILES
    assets/scss/_membership.scss
    assets/scss/_header.scss
    assets/css/style.css
    partials/members/pricing-table.hbs
    partials/popular-tags.hbs
    partials/latest.hbs
    partials/tags/tag-style-03.hbs
    partials/tags/tag-style-04.hbs
    partials/tags/tag-style-08.hbs
    custom-membership.hbs
    custom-account.hbs
    default.hbs
    index.hbs
    package.json
    locales/en.json

[+] FILE RENAMED
    trending-1.hbs -> tag-style-01.hbs
    weekly-top-2.hbs -> tag-style-02.hbs
    fashion-3.hbs -> tag-style-03.hbs
    business-4.hbs -> tag-style-04.hbs
    creative-7.hbs -> tag-style-05.hbs
    international-8.hbs -> tag-style-06.hbs
    hot-9.hbs -> tag-style-07.hbs

[-] DELETED FILES
    design-5.hbs
    lifestyle-6.hbs

VERSION – 3.2.2: Release on 25 Mar 2022

* Added new feature:
    - Some CSS issues fixed
    - Mobile responsive issues fixed
    - View All Break issues fixed
    - Tag name index 

[+] CHANGED FILES
    package.json
    assets/css/style.css
    assets/scss/_news.scss
    assets/scss/_responsive.scss
    index.hbs
    page.hbs
    post.hbs
    custom-contact.hbs
    custom-post-left-sidebar.hbs
    custom-post-right-sidebar.hbs
    partials/headers/header-default.hbs
    partials/headers/header-fullwidth.hbs
    partials/latest.hbs
    partials/tags/trending.hbs > partials/tags/trending-1.hbs
    partials/tags/weekly-top.hbs > partials/tags/weekly-top-2.hbs
    partials/tags/fashion.hbs > partials/tags/fashion-3.hbs
    partials/tags/business.hbs > partials/tags/business-4.hbs
    partials/tags/design.hbs > partials/tags/design-5.hbs
    partials/tags/lifestyle.hbs > partials/tags/lifestyle-6.hbs
    partials/tags/creative.hbs > partials/tags/creative-7.hbs
    partials/tags/international.hbs > partials/tags/international-8.hbs
    partials/tags/hot.hbs > partials/tags/hot-9.hbs

VERSION – 3.2.1: Release on 02 Mar 2022

* Added new feature:
    - Supported Auto color scheme based on machine color
* Updated the existing features
    - Mobile responsive issues
    - Added Primary color from Ghost admin accent color option
    - Featured posts spacing issues fixed

[+] CHANGED FILES
    package.json
    assets/css/style.css
    assets/scss/_contact.scss
    assets/scss/_dark-version.scss
    assets/scss/_header.scss
    assets/scss/_news.scss
    assets/scss/_responsive.scss
    custom-contact.hbs
    default.hbs
    index.hbs
    partials/featured-posts.hbs
    partials/header-top.hbs
    partials/latest.hbs
    partials/post-header.hbs
    partials/social-share.hbs
    partials/tags/trending.hbs

VERSION – 3.1.1: Release on 24 Jan 2022

. Updated the existing features
    - Search proloader
    - Styles and performance
    - Small bug fixes

[+] CHANGED FILES
    package.json
    partials/header.hbs
    assets/js/scripts.js
    assets/css/style.css
    assets/scss/_header.scss

VERSION – 3.1.0: Release on 24 Jan 2022

. Added new feature:
    - Custom Settings of Design
    - NFT, Adio, Video, Header, File, Callout, Button card design Added
. Updated the existing features
    - Post page updated
    - Styles and performance
    - Small bug fixes

[+] CHANGED FILES
    default.hbs
    package.json
    index.hbs
    post.hbs
    page.hbs
    custom-post-fullwidth.hbs
    custom-post-left-sidebar.hbs
    custom-post-with-table-of-content.hbs
    partials/cove-comments.hbs
    partials/footer.hbs
    partials/header-top.hbs
    partials/header.hbs
    partials/post-header.hbs
    partials/related-posts.hbs
    partials/comments/disqus-comment.hbs
    assets/js/single.js
    partials/content.hbs
    partials/loop.hbs
    partials/post-header.hbs
    assets/js/scripts.js
    assets/css/style.css
    assets/scss

    [+] NEWLY ADDED FILES
    blog.hbs
    routes.yaml

VERSION – 3.0.1: Release on 28 Sept 2021

∙ Small bug fixes of locale
. Performance improvements


[+] CHANGED FILES
    default.hbs

VERSION – 3.0.0: Release on 26 Sept 2021

∙ Added: Table of comments
∙ Added: SVG Icons added
∙ Added: Cove comments added as default comment options
. Removed: Notification removed because ghost has a default notification
. Removed: Font Awesome and Other font icons removed for better performance
∙ Small bug fixes
. Performance improvements


[+] CHANGED FILES
    assets/js/scripts.js
    assets/css/style.css
    assets/scss
    custom-account.hbs
    custom-post-fullwidth.hbs
    custom-post-left-sidebar.hbs
    custom-post-right-sidebar.hbs
    custom-authors.hbs
    custom-contact.hbs
    package.json
    default.hbs
    page.hbs
    post.hbs
    tag.hbs
    author.hbs
    partials/sidebar.hbs
    partials/loop.hbs
    partials/featured-posts.hbs
    partials/latest.hbs
    partials/footer.hbs
    partials/header-top.hbs
    partials/header.hbs
    partials/loop.hbs
    partials/icons/search.hbs
    partials/post-card/big-thumbnail.hbs
    partials/post-card/business-thumbnail.hbs
    partials/post-card/fashion-thumbnail.hbs
    partials/post-card/news-big-thumbnail.hbs
    partials/post-card/news-small-thumbnail.hbs
    partials/post-card/short-thumbnail.hbs
    partials/post-card/small-thumbnail.hbs
    partials/post-card/top-reads-big-thumbnail.hbs
    partials/tags/trending.hbs
    partials/tags/hot.hbs
    partials/tags/international.hbs
    partials/tags/trending.hbs
    partials/sidebar/featured-news.hbs
    partials/sidebar/social-profiles.hbs
    partials/sidebar/subscribe.hbs
    partials/members/visibility-content.hbs
    partials/members/subscriber-information.hbs
    partials/related-posts.hbs
    partials/author-card.hbs
    partials/pagination.hbs
    partials/social-share.hbs

[+] NEW ADDED FILES
    partials/comments.hbs
    partials/icons/calendar-checked.hbs
    partials/icons/date.hbs
    partials/icons/facebook.hbs
    partials/icons/linkedin.hbs
    partials/icons/pinterest.hbs
    partials/icons/twitter.hbs
    partials/icons/call.hbs
    partials/icons/chat.hbs
    partials/icons/edit.hbs
    partials/icons/envelope.hbs
    partials/icons/globe.hbs
    partials/icons/home.hbs
    partials/icons/open-envelope.hbs
    partials/icons/quora.hbs
    partials/icons/user.hbs
    partials/icons/youtube.hbs
    partials/bredcrumb.hbs
    partials/content.hbs
    partials/post-header.hbs
    custom-post-with-table-of-content.hbs
    custom-subscribe.hbs

[+] MODIFIED FILE NAME
    partials/dicqus-comment.hbs → partials/disqus-comment.hbs

[-] DELETED FILES
    partials/search-popup.hbs
    assets/fonts
    partials/icons/loaderr.hbs
    partials/members/notification-scripts.hbs
    partials/members/notifications.hbs

VERSION – 2.0.0: Release on 19 April 2021

∙ Added: Support for Ghost 4.0
∙ Added: Support for 'Public preview' for members posts
∙ Added: Support for new {{price plan}} helper
∙ Updated: {{@site.locale}} helper replaces deprecated {{@site.lang}} helper
∙ Removed: Deprecated {{@labs.members}} helper
∙ Small bug fixes
.Performance improvements


[+] CHANGED FILES
    assets/js/scripts.js
    assets/css/style.css
    assets/scss/_dark-version.scss
    assets/scss/_footer.scss
    assets/scss/_news.scss
    assets/scss/_pagination.scss
    assets/scss/_signin.scss
    assets/scss/_membership.scss

    custom-account.hbs
    custom-post-fullwidth.hbs
    custom-post-left-sidebar.hbs
    custom-post-right-sidebar.hbs
    custom-account.hbs
    package.json
    default.hbs
    page.hbs
    post.hbs
    partials/members/notification-scripts.hbs
    partials/members/visibility-content.hbs
    partials/header-top.hbs
    partials/members/pricing-table.hbs
    partials/members/subscriber-information.hbs
    partials/sidebar/subscribe.hbs

[-] DELETED FILES
    partials/search-popup.hbs

VERSION – 1.1.4: Release on 09 March 2021

[+] CHANGED FILES
    scripts.js
    package.json

VERSION – 1.1.3: Release on 17 Dec 2020

[+] CHANGED FILES
    weekly-top.hbs
    package.json
    _header.scss
    _signin.scss
    _dark-light.scss
    _featured.scss

- some css issues fixed

VERSION – 1.1.2: Release on 17 Dec 2020

[+] CHANGED FILES
    scss/_variable.scss
    scss/_style.scss
    custom-post-fullwidth.hbs
    partials/footer.hbs
    partials/header.hbs
    partials/members/notification-scripts.hbs
    locales/en.json

[+] Newly ADDED
    scss/_notification.scss
    partials/members/notifications.hbs

- Notifications restored

VERSION – 1.1.1: Release on 19 Nov 2020

[+] CHANGED FILES
    package.json
    custom-signup.hbs
    post.hbs
    page.hbs
    author.hbs
    tag.hbs
    custom-contact.hbs
    custom-tags.hbs
    partials/author-card.hbs
    partials/footer.hbs
    partials/post-card/small-thumbnail.hbs
    partials/related-posts.hbs
    partials/sidebar/featured-news.hbs
    scripts.js
    scss/_author.scss
    scss/_button.scss
    scss/_featured.scss
    scss/_footer.scss
    scss/_signin.scss
    scss/_single-news.scss
    scss/_dark-version.scss

[+] NEWLY ADDED
    LazyLoad scripts

[-] DELETED FILES
    Removed custon notifications

VERSION – 1.1.0: Release on 02 Oct 2020

[+] CHANGED FILES
    package.json
    partials/featured-posts.hbs
    partials/latest.hbs
    partials/footer.hbs
    partials/loop.hbs
    partials/post-card/big-thumbnail.hbs
    partials/members/notifications.hbs
    partials/members/notification-scripts.hbs
    partials/post-card/business-big-thumbnail.hbs
    partials/post-card/business-thumbnail.hbs
    partials/post-card/fashion-thumbnail.hbs
    partials/post-card/news-big-thumbnail.hbs
    partials/post-card/news-small-thumbnail.hbs
    partials/post-card/short-thumbnail.hbs
    partials/post-card/small-thumbnail.hbs
    partials/post-card/top-reads-big-thumbnail.hbs
    partials/related-posts.hbs
    partials/tags/international.hbs
    partials/post-card/top-reads-big-thumbnail.hbs
    partials/related-posts.hbs
    partials/sidebar/social-profiles.hbs
    partials/social-share.hbs
    partials/tags/hot.hbs
    partials/tags/trending.hbs
    assets/js/scripts.js
    SCSS Styles

[+] NEWLY ADDED
    partials/icons/copy.hbs
    Notifications for CARD, Expired Links

[-] DELETED FILES
    partials/post-card.hbs

VERSION – 1.0.0: Release on 27 July 2020

[+] Initial Release