diff --git a/README.md b/README.md index 2abc3cf..5f9c7cc 100644 --- a/README.md +++ b/README.md @@ -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 (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 - 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.