Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 3.48 KB

File metadata and controls

70 lines (47 loc) · 3.48 KB

1.2 软件和工具

Cooking time: 30min active / 30-45min passive

Tasks For Tutors: 请教练介绍一下这些软件。tips:尽量使用类比方法,让学员快速理解这些软件的用途。


Github Desktop 配置

  1. Clean Blog - Bootstrap Blog Theme - Start Bootstrap, 下载免费Bootstrap模板,保存在桌面(或者是你想要放代码的文件夹)。
  2. 打开Github Desktop,在桌面上(或者是你想要放代码的文件夹中)创建一个名为GirlsCodingDayDemo的文件夹。

a. 填写Name信息为GirlsCodingDayDemo
b. local Path选择你的桌面(或者是你以后想要放代码的文件夹)
c. Initialize this repo with a Readme的选项打钩
d. git ignore保持none
e. license保持none
f. 点击create repository

  1. 现在你的桌面上(或者是你想要放代码的文件夹中)会出现一个叫做GirlsCodingDayDemo的文件夹。 解压下载的免费Bootstrap模板,把模板内的文件夹拷贝到GirlsCodingDayDemo这个文件夹中。

  2. 提交commit到master分支,(注意changes)

  3. 发布到Github

  4. 访问github.com 网站,你可以看到你刚刚通过Github Desktop软件在github.com 网站新建了一个仓库。点击Settings

    设置这个仓库为Github Pages

  5. 使用Atom编辑器打开桌面的文件夹GirlsCodingDayDemo。找到index.html文件,修改其中两处HTML代码, 然后保存(一定要保存!)。

  6. 使用chrome浏览器打开 index.html预览修改效果

  7. 回到Github Desktop,可以看到修改的内容。提交commit,再点击Push origin同步到Github Pages。

  8. 打开github pages的链接,可以看到自己刚刚修改的内容。