You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-28
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,15 @@
3
3
</p>
4
4
---
5
5
6
-
7
-
If there's any issue you are facing in setting up this theme I'm there for you. Just create an issue in this repository (http://github.com/hemangsk/Gravity), (https://help.github.com/articles/creating-an-issue/) and I'll get back to you asap.
8
-
6
+
If there's any issue you are facing in setting up this theme I'm there for you. Just create an issue in this repository (<http://github.com/hemangsk/Gravity>), (<https://help.github.com/articles/creating-an-issue/>) and I'll get back to you asap.
9
7
10
8

11
9
<imgsrc="http://i.imgur.com/cPwoX3E.png"/>
12
10
<imgsrc="http://i.imgur.com/3TMoBGj.png"/>
13
11
<imgsrc="http://i.imgur.com/Z6h3uCp.png"/>
14
12
<imgsrc="http://i.imgur.com/bB7IIHr.png"/>
15
-
___
13
+
14
+
***
16
15
17
16
# INSTALLATION
18
17
@@ -35,11 +34,12 @@ For pagination, Gravity uses the [jekyll-paginate](https://jekyllrb.com/docs/pag
35
34
```bash
36
35
$ gem install jekyll-paginate
37
36
```
38
-
___
37
+
38
+
***
39
39
40
40
# Usage
41
41
42
-
Once you have the required gems, you can go ahead and clone the
42
+
Once you have the required gems, you can go ahead and clone the
43
43
[Gravity repository](https://github.com/hemangsk/Gravity) or [download](https://github.com/hemangsk/Gravity/archive/master.zip)
44
44
a zip of the master branch.
45
45
@@ -48,20 +48,23 @@ Run :
48
48
```bash
49
49
$ jekyll serve
50
50
```
51
-
Jekyll should now be generating your content!
52
-
___
51
+
52
+
Jekyll should now be generating your content!
53
+
54
+
***
53
55
54
56
# Adding posts
55
57
56
-
The theme by default ships with starter posts located in `_posts/`. Delete these posts and add your content to the `_posts`
58
+
The theme by default ships with starter posts located in `_posts/`. Delete these posts and add your content to the `_posts`
57
59
folder to see them being served up by Jekyll. [This](https://jekyllrb.com/docs/posts/) would be a good guide to getting started on writing posts using Jekyll. We've added a concise guide below:
58
60
59
61
- Create a .markdown file inside `_posts` folder.
60
62
- Name the file according to the format YY-MM-DD-[short name for your post].
61
63
-`2016-03-30-i-love-design.markdown`
62
-
- Write the _Front Matter_ and content in the file.
64
+
- Write the *Front Matter* and content in the file.
0 commit comments