Welcome to Jekyll!

迁移到jekyll

这两天终于有功夫腾出手来把Github Pages搭起来。
参考文档很多,一搜既得,就不在这里赘述了。
当时面临的两个选择,原生的GitHub Pages和Jekyll。
原生的顾名思义,就是得自己写。
自由度是很大,但是考虑到自己只是需要个写字的地方,就选了Jekyll。
用了一下感觉比原生的page强很多,但是从markdown转换为html稍慢。
还有很多jekyll的用法没有完全摸清楚,感觉上会有很多好玩的东西,以后再一点点探索。

以下是原版的默认内容

You’ll find this post in your _posts directory - edit this post and re-build (or run with the -w switch) to see your changes! To add new posts, simply add a file in the _posts directory that follows the convention: YYYY-MM-DD-name-of-post.ext.

Jekyll also offers powerful support for code snippets:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo.