63 lines
410 B
Markdown
63 lines
410 B
Markdown
# [WAY博](https://way.ember.ac.cn/)
|
|
|
|
## 指令
|
|
|
|
### 1.本地预览
|
|
|
|
```
|
|
bundle install
|
|
|
|
bundle exec jekyll serve
|
|
```
|
|
|
|
### 2. 提交文件
|
|
|
|
指令输入顺序jk-build → git add . → git commit -m "修改内容" → git push
|
|
|
|
```bash
|
|
# 替换bundle exec jekyll build -d ./_site
|
|
jk-build
|
|
git add .
|
|
git commit -m "wa"
|
|
git push
|
|
```
|
|
|
|
### 3.查看更改文件
|
|
|
|
```
|
|
git status
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|