Update README.md
This commit is contained in:
parent
07755bafcb
commit
08bdd8113b
|
@ -35,7 +35,7 @@ Your Jekyll blog will often be viewable immediately at <https://yourgithubuserna
|
|||
|
||||
### Step 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.
|
||||
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.
|
||||
|
||||
|
@ -47,7 +47,7 @@ Create a new file called `/_posts/2019-2-13-Hello-World.md` to publish your firs
|
|||
|
||||
## Using Categories in Reverie
|
||||
|
||||
You can categorize your content based on categories in Reverie. For this, you just need to add categories in front matter like below:
|
||||
You can categorize your content based on `categories` in Reverie. For this, you just need to add `categories` in front matter like below:
|
||||
|
||||
For adding single category:
|
||||
|
||||
|
|
Loading…
Reference in New Issue