Update README.md

This commit is contained in:
Amit Merchant 2019-08-01 17:42:30 +05:30 committed by GitHub
parent 39457a6e8f
commit eba5d62306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ This is a plug-and-play Jekyll theme best suited to use on [GitHub Pages](https:
## Using Reverie on GitHub Pages
### Step 1) Fork Reverie to your User Repository
### 1. Fork Reverie to your User Repository
Fork this repository, then rename the repository to `yourgithubusername.github.io`.
@ -47,13 +47,13 @@ Alternatively, you can use [`Use this template`](https://github.com/amitmerchant
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)
### Step 2) Customize and view your site
### 2. Customize and view your site
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.
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.
### Step 3) Publish your first blog post
### 3. Publish your first blog post
Create a new file called `/_posts/2019-2-13-Hello-World.md` to publish your first blog post. That's all you need to do to publish your first blog post! This [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) might come in handy while writing the posts.