Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66d4a02

Browse files
committed
docs: update
1 parent 45fd0d5 commit 66d4a02

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

docs/_docs/en/1.1-quick-start.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ To install it with common method, all you need to do is copying all the theme fi
2121
**Clone with HTTPS:**
2222

2323
```bash
24-
$ git clone https://github.com/kitian616/jekyll-TeXt-theme.git
24+
git clone https://github.com/kitian616/jekyll-TeXt-theme.git
2525
```
2626

2727
**Clone with SSH:**
2828

2929
```bash
30-
$ git clone [email protected]:kitian616/jekyll-TeXt-theme.git
30+
git clone [email protected]:kitian616/jekyll-TeXt-theme.git
3131
```
3232

3333
1. Download and unzip the file to your Jekyll site directory.
@@ -48,16 +48,16 @@ To install it with common method, all you need to do is copying all the theme fi
4848
gem "jekyll-text-theme"
4949
```
5050

51-
1. Add this line to your Jekyll site’s *_config.yml* file:
51+
2. Add this line to your Jekyll site’s *_config.yml* file:
5252

5353
```yaml
5454
theme: jekyll-text-theme
5555
```
5656
57-
1. Then run Bundler to install the theme gem and dependencies:
57+
3. Then run Bundler to install the theme gem and dependencies:
5858
5959
```bash
60-
$ bundle install
60+
bundle install --path vendor/bundle
6161
```
6262

6363
## Setup Your Site

docs/_docs/zh/1.1-quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ TeXt 是一款 100% 兼容 GitHub Pages 的 Jekyll 主题,你可以通过 Fork
2121
**通过 HTTPS 方式克隆:**
2222

2323
```bash
24-
$ git clone https://github.com/kitian616/jekyll-TeXt-theme.git
24+
git clone https://github.com/kitian616/jekyll-TeXt-theme.git
2525
```
2626

2727
**通过 SSH 方式克隆:**
2828

2929
```bash
30-
$ git clone [email protected]:kitian616/jekyll-TeXt-theme.git
30+
git clone [email protected]:kitian616/jekyll-TeXt-theme.git
3131
```
3232

3333
1. 下载主题压缩包并解压到你的项目目录中:
@@ -57,7 +57,7 @@ TeXt 是一款 100% 兼容 GitHub Pages 的 Jekyll 主题,你可以通过 Fork
5757
1. 最后,执行命令行 `bundle install` 来安装主题和其他的相关依赖。
5858

5959
```bash
60-
$ bundle install
60+
bundle install --path vendor/bundle
6161
```
6262

6363
## 设置

docs/landing.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
excerpt: Free to use however you want under the MIT License. Clone it, fork it, customize it, whatever!
6969
actions:
7070
- text: '<i class="fab fa-github"></i> GitHub'
71+
type: outline-theme-dark
7172
url: https://github.com/kitian616/jekyll-TeXt-theme
7273
background_color: "#515151"
7374
- title: Tip Me

0 commit comments

Comments
 (0)