You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2019-08-09-getting-started.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ tags: [usage]
10
10
11
11
First of all, follow the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the basic environment (Ruby, RubyGem, Bundler and Jekyll) installation.
12
12
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.
14
14
15
15
## Configuration
16
16
@@ -24,7 +24,7 @@ The Atom feed url of your site will be:
24
24
<site_url>/feed.xml
25
25
```
26
26
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`.
28
28
29
29
## Install Jekyll Plugins
30
30
@@ -49,11 +49,11 @@ Open the brower and visit [http://127.0.0.1:4000](http://127.0.0.1:4000)
49
49
50
50
## Deploying to GitHub Pages
51
51
52
-
### Option 1: Build locally
52
+
### Option 1: Local Build
53
53
54
54
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**.
55
55
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.
57
57
58
58
**2**. Build your site by:
59
59
@@ -68,7 +68,7 @@ The build results will be stored in the root directory of `<username>.github.io`
68
68
**4**. Visit `https://<username>.github.io` and enjoy.
69
69
70
70
71
-
### Option 2: Build by GitHub Pages
71
+
### Option 2: Built by GitHub Pages
72
72
73
73
By deploying your site in this way, you can push the source code to GitHub repository directly.
0 commit comments