最棒的概念 最棒的工具
安替(开智学堂):
去时间的源头,成为学徒
张晓楠(央视财经主持人):
想要做到,就要先从物理上接近目标!
纯文本博客: Jekyll + Github
Jekyll: Ruby
gem install jekyll
$ jekyll new myblog
$ cd myblog
$ bundle install
$ jekyll s
http://localhost:4000
$ jekyll server -B
$ pkill -f jekyll
或 kill -9 $(lsof -i tcp:4000 -t)
![image-title-here](/path/to/image.jpg){:class="img-responsive"}
images
文件夹当中
![](https://booox.github.io/images/image_name.png)
Emmit
让代码飞起来
HTML, CSS 等代码的速写