Bounty is a free magazine ghost theme. This theme is created for Bloggers, Authors, Publishers, Writers. It is easy to customise and comfortable to use.
You can see a live demo here: http://bounty.electronthemes-ghost.com/
- Clean Design
- Fully Responsive Theme
- Multi Web Browser Supported
- W3 Validated Code
- Ghost 3.X Compatible
- Built On Bootstrap 4.X
- Content API V3
- Publication Title And Description
- Primary Navigation
- Secondary Navigation
- Social Following Buttons
- Social Post Share
- Publication Icon, Logo And Cover Image
- Featured Post Slider
- Tag
- Tag List
- Tag Feature Image
- Tag Description
- Author
- Author Cover Image
- Author Social Links
- Author Posts
- Multi Author
- Pagination
- Post Navigations
- Koenig Editor
- Gallery And Bookmark And All Other Inbuilt Card In Koenig Editor
- Responsive YouTube, Vimeo And All Other Embed
- Image Functions
- Normal Image
- Medium Zoom Image
- Gallery Support
- Cool Footer Design
- Disqus Comment Box
- Font Awesome Icons
- SEO Friendly Code
- 24/7 Support (Defend On Condition)
- Home Page
- Single Tag Page
- Single Author Page
- Post Page
- Custom Error Page
- Full Width Page
- Left Sidebar Page
- Getting Started
- Configuration & Installation
- General Settings
- Navigation
- Post, Page
- Tag
- Authors
- Code Injection
- Search
- Custom Pages
- Featured Slider
- Footer
- Disqus Comment
- Theme Support
When you want, then you will be able to download our free Bounty theme files from the downloads page to your free usage. Here is nothing locked inside Bounty theme for purchases, so you will be able to use it as you want and many sites.
It will give you an extra fast and awesome user experience. When you decide to use Bounty theme for your personal or business, absolutely you will be able to build awesome blogging, portfolio, or news portal website.
- Installable Theme File (.zip) – You can upload this
bounty.zip
file to your Ghost dashboard to install the Bounty theme. - Documentation – Contain the theme documentation file.
- Licensing Folder – Contain free MIT licensing info files.
Login to your Ghost blog as an admin https://yourdomain.com/ghost
then navigate to Design > Uploads Themes.
Click the Upload a Theme
“button” and select your bounty.zip
file for upload or drug and drop your downloaded Bounty theme zip file. See the below image.
- Click On Design Tab.
- Click On Upload A Theme And Select Your
bounty.zip
File. - Now Click On The Save Button And Back.
To update site title, description, and language, go to Dashboard > General > Publication Info
- Click On General Tab And See Publication Info Under General Settings.
- Click On Expand And Fill Gaps With Title And Description.
- Click On Expand And Set Your Site Timezone.
- Click On Expand And Fill Your Publication Language. Ex. English For En.
- Save And Leave.
To upload the site logo and cover image, go to Dashboard > General > Publication Identity.
- Now Click On
Upload Image
Button For Uploading Your Publication Icon (Favicon) - Click On
Upload Image
Button For Uploading Your Site Logo. - Click On
Upload Image
Button For Uploading Your Publication Cover Image.
For meta settings for the site, go to Dashboard > General > Site Meta Settings.
- Click On General Tab.
- Fill This Gap With Your Site Meta Title.
- Fill This Gap With Your Site Meta Description.
- Upload An Image For Twitter Card (1920*600Px).
- Fill This Gap With Your Twitter Title.
- Fill This Gap With Your Twitter Description.
- Same Method As Like Twitter.
- Site Metadata And Twitter, Facebook Live Preview.
- Save And Leave
Link your social accounts for full structured data and rich card support
- Click On General Tab.
- Look At Social Accounts Section.
- Fill All The Gaps With Your Social Accounts Profiles.
- Save And Leave.
Handle theme menu items (add a new or remove) from your Admin Panel > Design
and then see in your right side navigation section. Click on Design
See all default menu here.
- (If Need) Fill A Name, Like- Contact, Tag Or Anything. The First Character Must Will Capital Letter. Ex. Contact (Not contact).
- Fill Here Name With Small-Cap. Ex. contact
- Click On + Icon
- Save
Handle theme footer menu items (add a new or remove) from your Admin Panel > Design
and then see in your right Side Secondary Navigation
section.
- Click On Design Tab.
- See Default Secondary Menu Here.
- (If Need) Fill A Name, Like- Contact, Tag Or Anything. The First Character Must Will Capital Letter. Ex. Contact (Not contact).
- Fill Here Name With Small-cap. Ex. contact.
- Click On + Icon.
- Save And Lave Now.
To add a new post, go to Dashboard > posts > New post.
To add a new page, go to dashboard > pages > new page
In the Ghost admin panel, there is a tag option. You will get some options if you add a new tag.
Second Part.
- Fill This Gap With Your Tag Name
- Fill This Gap With Your Tag Slug Ex. (YourDomainName.com/TagName/
- Fill This Gap With Your Tag Description
- Fill This Gap With Your Tag Meta Title For SEO
- Fill This Gap With Your Tag Meta Description For SEO
- Upload A Tag Image From Your Computer Or Import From Unsplash.com
- See Here Your MetaData Live Preview
From ghost admin, you can add a new author to your site. To add a new author.
- Go To
Dashboard > Staff > Invite People
- Add An Email Address And User Role
- Check The Mail Address And Fill-up The Form For New User
Code injection is for ghost defaults where the owner can easily add styles
and scripts
for his site.
- Click On Code Injection Tab.
- Past Your Code, If You Need To Set It On Your Site Header Section.
- Or Past Your Code If You Need To Set It On-site Footer Section.
- Save And Leave Now
Bounty has a real-time search option. To add search as your Ghost API, add your content API to get search results. Create your Content API
from the Dashboard > Integrations > Add Custom integration.
- Now Click +Add Custom Integration
- Fill This Gap With
Search.
- Now Click On
Create
Button
- Copy Your
Content API
Key. - Now Save And Leave.
<script>
var contentApiKey = "your content api"
</script>
- Click Now Code Injection Tab.
- See This Site Header Box.
- Now Paste Your Code With API Key.
- Save And Leave Now.
The custom page is a template feature for the Ghost CMS. You can easily choose a template from the settings of a page. You will be able to use this Bounty theme with default, Full width or left sidebar.
Bounty has featured slider support to show the featured posts. You can choose any post as a featured post and that will show in the featured slider on the homepage. To add as a featured post, go to post edit and enable the checkbox.
Normally we show maximum 6 posts as featured. If you want to increase or decrease the limit, go to theme-file > partials > featured-posts.hbs.
You will get limit=”6″. You can use this to increase or decrease the limit.
{{#get "posts" filter="featured:true" limit="6" include="authors" as |post|}}
Footer has Social Profiles and footer Copywrite text. You can change it easily. To change the footer text, follow the instruction: Open the theme file Go to theme-file > partials > footer.hbs
now replace it with your information.
{{{t "© Copyright 2020 bounty. Published with {website}" website="
<a target=\"_blank\" href=\"https://electronthemes.com/\">Electronthemes</a>"}}}
Open the theme file go to
theme-file > partials > footer-widge.hbs
now replace it with your information.
<div class="f_social">
{{#if @site.facebook}}
<a href="{{ facebook_url }}"><i class="fa fa-facebook"></i></a>
{{/if}}
{{#if @site.twitter}}
<a href="{{ twitter_url }}"><i class="fa fa-twitter"></i>
</a> {{/if}}
<a href="https://www.linkedin.com/#/"><i class="fa fa-instagram"></i></a>
<a href="https://www.pinterest.com/#/"><i class="fa fa-pinterest-p"></i></a>
</div>
In the Bounty theme, we used the Disqus comment system. You will get it on the single post page. If you go to this post, you will get a comment box in the footer.
We used our profile. If you want to use your disqus profile, you have to follow the instructions:
-
Go To Disqus Official Site And Click On Get Started
-
Then if you click on Edit Settings you will get the page for short name. When you have got your short name for Disqus comment, go to the theme file
theme-file > partials > comment_box.hbs
and edit line number 4 and replace your Disqus Shortname.
var disqus_shortname = "your-shortname-name"
- Valid HTML5 Coding Pass.
- 100% Compatible With Latest Ghost V3.0 – Ghost GScan Score 100 / 100
- PageSpeed Insights Score – Desktop 89
- Pingdom – Page Speed B (Score 86)
- GtMetrix Score – C (Score 75)
Google Fonts: Roboto
All Images From Unsplash
- Bootstrap 4
- Fitvids
- Fuse.js From Ghost Search
- Highlight JS For Text Highlighter
- Medium Zoom For Image Popup
- OwlCarousel Slider
We Update Our Theme Regularly.
© Copyright 2020 Bounty. Published With ElectronThemes Released Under The MIT License.