Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed May 3, 2019
1 parent 45fd0d5 commit 66d4a02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions docs/_docs/en/1.1-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ To install it with common method, all you need to do is copying all the theme fi
**Clone with HTTPS:**

```bash
$ git clone https://github.com/kitian616/jekyll-TeXt-theme.git
git clone https://github.com/kitian616/jekyll-TeXt-theme.git
```

**Clone with SSH:**

```bash
$ git clone [email protected]:kitian616/jekyll-TeXt-theme.git
git clone [email protected]:kitian616/jekyll-TeXt-theme.git
```

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

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

```yaml
theme: jekyll-text-theme
```
1. Then run Bundler to install the theme gem and dependencies:
3. Then run Bundler to install the theme gem and dependencies:
```bash
$ bundle install
bundle install --path vendor/bundle
```

## Setup Your Site
Expand Down
6 changes: 3 additions & 3 deletions docs/_docs/zh/1.1-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ TeXt 是一款 100% 兼容 GitHub Pages 的 Jekyll 主题,你可以通过 Fork
**通过 HTTPS 方式克隆:**

```bash
$ git clone https://github.com/kitian616/jekyll-TeXt-theme.git
git clone https://github.com/kitian616/jekyll-TeXt-theme.git
```

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

```bash
$ git clone [email protected]:kitian616/jekyll-TeXt-theme.git
git clone [email protected]:kitian616/jekyll-TeXt-theme.git
```

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

```bash
$ bundle install
bundle install --path vendor/bundle
```

## 设置
Expand Down
1 change: 1 addition & 0 deletions docs/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
excerpt: Free to use however you want under the MIT License. Clone it, fork it, customize it, whatever!
actions:
- text: '<i class="fab fa-github"></i> GitHub'
type: outline-theme-dark
url: https://github.com/kitian616/jekyll-TeXt-theme
background_color: "#515151"
- title: Tip Me
Expand Down

0 comments on commit 66d4a02

Please sign in to comment.