Getting Started
Hola 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@maruthemes.com. Our support team will reply to you as soon as possible.
Template Information
- Name: Hola
- Author: Maruthemes
- Platform: Ghost
- Demo: Hola
- Created: 11 May 2023
- Version: 1.0.0
Theme Setup
Hola theme setup is very easy. If you have already installed a server for Ghost you can easily set up Hola 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
- Log in to your Ghost admin panel.
- Go to Settings > Theme > Upload a theme and upload “hola.zip“
- Click Activate.

Uploading the theme via (FTP)
Follow the instructions
- Login to your FTP account.
- Unzip the hola.zip file and copy hola 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 “Hola“
- 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
- Go to
Settings > General > Publication Language
and click on Expand - Change the default language
en
with your language code - 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

Create a Post
Ghost has a beautiful dashboard design. You can easily create a post. Go to Dashboard > Posts > New Post
- Feature Image
- Post Title
- 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,
- Login to Admin panel
- Go to
Dashboard > Settings > Integrations.
- Click on
+ Add custom integration
button and add a name for creating integration - 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.
- Import Content
- Export your content
- Delete All Content
- Redirects
- 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}/
Sidebar Social Profiles
To change social profiles link, go to Theme file > partials > post > sidebar-widgets.hbs
. You can change only Facebook, Twitter, Instagram and Linkedin link. For Facebook and Twitter link, go to Dashboard > Settings > General > Social Accounts


To remove Instagram and Linkedin icon, remove this two lines:
<a href="#" target="_blank" class="social-icon shadow-none hover:text-orange">
{{> icons/instagram}}</a>
<a href="#" target="_blank" class="social-icon shadow-none hover:text-orange">
{{> icons/linkedin}}</a>
Advertisement
To change Horizontal advertisement image & link, go to Theme file > partials > ads > horizontal-ads.hbs


To change Verticle advertisement image & link, go to Theme file > partials > ads > verticle-ads.hbs


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

Homepage
On the homepage, you will get some design sections. you can easily add this option from here:
Custom Options

RECOMMENDED sections on Homepage

If you want to use same style, go to Settings > Design > Site-wide and use “recommended” tag in the box and also use it in post.

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
- Author List
- Tag List
Selecting page template
- Create a new page
- Click on Settings to the right side and scroll down
- Select page template i.e. “Membership”

Page url

When you create page, please keep page slug like this.
Page title | Page URl |
Membership | /membership/ |
Account | /account/ |
Signin | /signin/ |
Signup | /signup/ |
For other custom pages, you can add Author List, Tag List page.
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.

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
- Create a new page and open the page settings panel from the right side of the page
- Select the page template: Membership at the bottom dropdown
- Publish the page
Create Tiers and show on membership page
- Go to Settings > Membership in your Ghost Admin
- Go to MEMBERSHIP TIERS at the bottom
- Connect your Stripe Account if you don’t have Stripe connected
- Expand Premium position and click on +Add tier to add new tier name, description, list of benefits, price for monthly and yearly.
- Add tier to activate
- Now, go to portal settings, you can control enable and disable tiers appearing on the membership page.
Create Account Page
- Create a new page and open the page settings panel from the right side of the page
- Select the page template: Account at the bottom dropdown
- Publish the page
Comments
Ghost has a native comment system. Only members of your website can comment on your post. To activate native comment:
- Go to the
Settings > Membership > Commenting
in the Ghost Admin. - Change the Commenting level to All members or Paid-members only.
- Click on Save button

Github Deployment
Hola 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 CSS to develop and style fast. You must have installed Nodejs on your computer.
- Open theme file in your editor like VSCode or Sublime Text
- Open terminal in the theme folder
- Run command
npm run
dev
Credits
Fonts and Icon Fonts
- Lato: https://fonts.google.com/specimen/Lato
- Roboto: https://fonts.google.com/specimen/Roboto
- Secular One: https://fonts.google.com/specimen/Secular+One
Icons
- Iconic Design: https://iconify.design/
Images
- Unsplash: https://unsplash.com/
- Pixels: https://www.pexels.com/
Plugins and libraries
- jQuery: http://jquery.com
- Fitvids: https://github.com/davatron5000/FitVids.js
- Fuse Search: https://github.com/krisk/Fuse
- Prism JS: https://prismjs.com/
- Medium Zoom: https://github.com/francoischalifour/medium-zoom
- Lazy Loading Disqus: https://samclarke.com/lazy-loading-disqus
- Lazy image loader: https://github.com/verlok/lazyload
- Nicescroll: https://github.com/inuyaksa/jquery.nicescroll
Changelog
VERSION – 1.0.0: Release on 11 May 2023
[+] Initial Release