Skip to content

Commit 3ae56a9

Browse files
committed
Change images to JPG format
1 parent 54df365 commit 3ae56a9

File tree

13 files changed

+6
-13
lines changed

13 files changed

+6
-13
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,5 @@ typings/
7878

7979
# End of https://www.gitignore.io/api/node
8080

81-
# Created by https://www.gitignore.io/api/ansible
82-
83-
### Ansible ###
84-
*.retry
85-
86-
87-
# End of https://www.gitignore.io/api/ansible
88-
8981
.vscode
82+
.DS_Store

assets/s1.jpg

82 KB
Loading

assets/s1.png

-194 KB
Binary file not shown.

assets/s2.jpg

80.4 KB
Loading

assets/s2.png

-217 KB
Binary file not shown.

assets/s3.jpg

78.3 KB
Loading

assets/s3.png

-212 KB
Binary file not shown.

assets/s4.jpg

87.1 KB
Loading

assets/s4.png

-250 KB
Binary file not shown.

assets/s5.jpg

83 KB
Loading

assets/s5.png

-247 KB
Binary file not shown.

guide/start-writing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ $ git commit -m "写一个最简单的 HTML 页面"
117117

118118
运行 `tuture up` 命令,会弹出浏览器编辑页面:
119119

120-
![](../assets/s1.png)
120+
![](../assets/s1.jpg)
121121

122122
可以看到,tuture 已经帮我们整理好了教程的结构,并且把刚才提交的代码变化罗列了出来。
123123

@@ -129,7 +129,7 @@ $ git commit -m "写一个最简单的 HTML 页面"
129129

130130
我们只需点击各个地方的“编写”按钮,就可以在弹出的 Markdown 编辑框中进行编辑了。编辑完成后点击“确定”按钮后,教程的第一步已经写好了:
131131

132-
![](../assets/s2.png)
132+
![](../assets/s2.jpg)
133133

134134
右边红色的框中是**步骤文件目录**,列出了这一步骤中的所有发生修改的文件。黑色的文件名表示这一文件将在教程中展示(例如上面的 index.html),而灰色的文件名则表示此文件被隐藏(例如 .gitignore 和 tuture.yml)。点击每个文件名框右侧的“眼睛”按钮即可调整显示/隐藏状态。
135135

@@ -180,19 +180,19 @@ $ git commit -m "添加 CSS 样式表"
180180

181181
回到浏览器编辑界面,会发现第二步骤已经自动添加了进去:
182182

183-
![](../assets/s3.png)
183+
![](../assets/s3.jpg)
184184

185185
可以看到 Tuture 为我们把 `index.html` 的变化非常清晰地标注了出来,这能够让阅读教程的读者轻松地跟上你的节奏,边看边亲身实践。
186186

187187
我们希望先讲解 `style.css` 再讲解 `index.html`,这可以通过上面提到的步骤文件目录来调整——通过拖动文件名框来调整展示的顺序。
188188

189189
调整好顺序后,我们继续编写第二步的讲解文字。在第二步的最后,我们希望插入最后写好的页面的展示图片。点击 Markdown 编辑器右上角的“插入图片”按钮,或是直接将图片粘贴到编辑区域中,即可完成图片的插入:
190190

191-
![](../assets/s4.png)
191+
![](../assets/s4.jpg)
192192

193193
可以看到 Markdown 编辑器右边的预览展示了我们插入的图片!
194194

195-
![](../assets/s5.png)
195+
![](../assets/s5.jpg)
196196

197197
这样我们就完成了一个非常简短的教程。点击右下角的“保存”按钮,就可以欣赏我们的作品了!
198198

0 commit comments

Comments
 (0)