Skip to content

Commit fb73146

Browse files
Merge pull request amitmerchant1990#14 from rdimaio/patch-1
Update README.md
2 parents 877ded0 + adf46be commit fb73146

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This is a plug-and-play Jekyll theme best suited to use on [GitHub Pages](https:
2727
- Fully responsive and mobile optimized theme
2828
- Sass/Coffeescript support using Jekyll 2.0
2929
- Free hosting on your GitHub Pages user site
30-
- All the SEO goodies comes in-built
30+
- All the SEO goodies come built-in
3131
- Markdown blogging
3232
- Supports [Pullquotes](https://en.wikipedia.org/wiki/Pull_quote)
3333
- Syntax highlighting using Pygments
@@ -39,9 +39,9 @@ This is a plug-and-play Jekyll theme best suited to use on [GitHub Pages](https:
3939
- Blog with pagination
4040
- Categorize posts out-of-the box
4141
- RSS Feed
42-
- In-built sitemap
42+
- Built-in sitemap
4343

44-
> <p><i>Like this theme?</i> Become a patreon to support my opensource work <p>
44+
> <p><i>Like this theme?</i> Become a patreon to support my open source work <p>
4545
> <a href="https://www.patreon.com/amitmerchant"><img src="https://c5.patreon.com/external/logo/[email protected]" width="160"></a>
4646
4747
## Using Reverie on GitHub Pages
@@ -50,15 +50,15 @@ This is a plug-and-play Jekyll theme best suited to use on [GitHub Pages](https:
5050

5151
Fork this repository, then rename the repository to `yourgithubusername.github.io`.
5252

53-
Alternatively, you can use [`Use this template`](https://github.com/amitmerchant1990/reverie/generate) button if you want to create a repository with a clean commit history which will use Reverie as a template.
53+
Alternatively, you can click the [`Use this template`](https://github.com/amitmerchant1990/reverie/generate) button if you want to create a repository with a clean commit history which will use Reverie as a template.
5454

55-
Your Jekyll blog will often be viewable immediately at <https://yourgithubusername.github.io> (if it's not, you can often force it to build by completing step 2.
55+
Your Jekyll blog will often be viewable immediately at <https://yourgithubusername.github.io> (if it's not, you can often force it to build by completing step 2).
5656

5757
### 2. Customize and view your site
5858

5959
Enter your site name, description, avatar and many other options by editing the `_config.yml` file. You can easily turn on Google Analytics tracking, Disqus commenting and social icons here.
6060

61-
Making a change to `_config.yml` (or any file in your repository) will force GitHub Pages to rebuild your site with jekyll. Your rebuilt site will be viewable a few seconds later at <https://yourgithubusername.github.io> - if not, give it ten minutes as GitHub suggests and it'll appear soon.
61+
Making a change to `_config.yml` (or any file in your repository) will force GitHub Pages to rebuild your site with Jekyll. Your rebuilt site will be viewable a few seconds later at <https://yourgithubusername.github.io> - if not, give it ten minutes as GitHub suggests and it'll appear soon.
6262

6363
### 3. Publish your first blog post
6464

@@ -86,7 +86,7 @@ The categorized content can be shown over this URL: <https://yourgithubusername.
8686

8787
## Pagination
8888

89-
Pagination of posts in Reverie works out-of-the-box. You only need to specify number of posts you want on a single page in `_config.yml` and Reverie will take care of the rest.
89+
Pagination of posts in Reverie works out-of-the-box. You only need to specify the number of posts you want on a single page in `_config.yml` and Reverie will take care of the rest.
9090

9191
```yml
9292
paginate: 6

0 commit comments

Comments
 (0)