Setup Pages
Home Page Cover

Setup
navigate to Settings > General > Publication Cover

Search API and Activation
Search will not work when you install the ghost theme. You need to add API for the search option activation. Follow the instraction to make the API key.
- Go to to
Settings > Integrations > Custom integrations > + Add custom integration - Enter a name of "New Custom Integration" and create
- Copy
Content API Keyfro API Keys - Go to
Settings > Code injections > Blog Header - Add
scriptlike this to add api key. Don't change the variable name.
<script>
var contentApiKey = "your api key";
</script>
Replace your api key with your api key that you created.
API Code creation:
API code injection:
Search result:

Featured Slider

When you set up your post as featured, it will add automatically to featured slider. I suggest you to select such a post as featured post which has post featured image.

Tag List Page

Setup:
Create a page with any name and select Tags custom page template from page settings

Author List
Create a page name Authors or anything and select the page template Authors from the settings.
Portfolio List
Create a page name Portfolio or anything and select the page template Portfolio from the settings.

To show the post as portfolio in the portfolio page, provide portfolio tag in the post as primary tag

Setup posts to show per page
"config": {
"posts_per_page": 6
}
Change posts_per_page’s value as your wish.
After changing this you need to restart your ghost
ghost restart