Skip to content

Commit e63e525

Browse files
committed
Updated the tutorial.
1 parent 1ef7126 commit e63e525

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

_posts/2019-08-09-getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tags: [usage]
1010

1111
First of all, follow the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the basic environment (Ruby, RubyGem, Bundler and Jekyll) installation.
1212

13-
In addition, the [python](https://www.python.org/downloads/) and [ruamel.yaml](https://pypi.org/project/ruamel.yaml/) are also required.
13+
In addition, the [Python](https://www.python.org/downloads/) and [ruamel.yaml](https://pypi.org/project/ruamel.yaml/) are also required.
1414

1515
## Configuration
1616

@@ -24,7 +24,7 @@ The Atom feed url of your site will be:
2424
<site_url>/feed.xml
2525
```
2626

27-
The `site_url` was defined by variable **url** in `_config.yml`.
27+
The `site_url` was defined by variable `url` in file `_config.yml`.
2828

2929
## Install Jekyll Plugins
3030

@@ -49,11 +49,11 @@ Open the brower and visit [http://127.0.0.1:4000](http://127.0.0.1:4000)
4949

5050
## Deploying to GitHub Pages
5151

52-
### Option 1: Build locally
52+
### Option 1: Local Build
5353

5454
For security reasons, GitHub Pages runs on `safe` mode, which means the third-party Jekyll plugins or custom scripts will not work. If you want to use any another third-party Jekyll plugins, **your have to build locally rather than on GitHub Pages**.
5555

56-
**1**. On GitHub website, create a new blank repository named `<username>.github.io`.
56+
**1**. On GitHub website, create a brand new repository with name `<username>.github.io`, then clone it locally.
5757

5858
**2**. Build your site by:
5959

@@ -68,7 +68,7 @@ The build results will be stored in the root directory of `<username>.github.io`
6868
**4**. Visit `https://<username>.github.io` and enjoy.
6969

7070

71-
### Option 2: Build by GitHub Pages
71+
### Option 2: Built by GitHub Pages
7272

7373
By deploying your site in this way, you can push the source code to GitHub repository directly.
7474

0 commit comments

Comments
 (0)