-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabstract.html
More file actions
95 lines (58 loc) · 2.19 KB
/
abstract.html
File metadata and controls
95 lines (58 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
layout: doc-layout
title: Abstract - Free Ghost Blogging Theme
theme_name: Abstract
description: Abstract - Free Ghost Blogging Theme
keywords: test1,test2
buy: https://www.electronthemes.com/ghost
demo: https://abstract10.electronthemes-ghost.com/
thumbnail: abstract10/preview.jpg
---
# {{page.title}} {#title}
{% include ghost-support.html %}
## Installation {#installation}
Login to your ghost blog `https://yourdomain.com/ghost` then navigate to `Designs > Uploads` Themes.
Drug your downloaded theme zip file.

### Menu/Navigation Setup
Handle theme menu items from `Settings > Design` in the navigation section

## Setup blog title, header and description
**Go to:**
- General > Publication icon for Favicon
- General > Publication logo for Logo
- General > Publication cover for Cover Image
General > Title & description

### New Page
To create new page, go to `Dashboard > Stories > New Story` Give the title for new stories and mark "Turn this post
into a page" from the settings icon

### Tag
To create tag, go to `Dashboard > tags`

### Authors
To create Author, go to `Dashboard > Team`

### Featured Slider {#setup}

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
Create a page name `Tags` or anything and select the page template `Tags` from the settings.

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

### Setup posts to show per page
```js
"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
```