forked from kitian616/jekyll-TeXt-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. 下载主题压缩包并解压到你的项目目录中: | ||
|
@@ -57,7 +57,7 @@ TeXt 是一款 100% 兼容 GitHub Pages 的 Jekyll 主题,你可以通过 Fork | |
1. 最后,执行命令行 `bundle install` 来安装主题和其他的相关依赖。 | ||
|
||
```bash | ||
$ bundle install | ||
bundle install --path vendor/bundle | ||
``` | ||
|
||
## 设置 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters