BarretLee +
facebook send mail to barret sina weibo

Github上学着倒弄博客,当然少不了学习md语法和jekyll语法,jekyll学习的官方网址是http://jekyllrb.com/。我是把别人的代码fork过来,从头到脚看了一通,基本是懂了,然后此刻正在官网比较全面的学习相关知识,下面是几个测试。

代码高亮

def show
  @widget = Widget(params[:id])
  respond_to do |format|
    format.html # show.html.erb
    format.json { render json: @widget }
  end
end

for循环的使用

paginator

作者:Barret Lee
出处:http://hustskyking.github.io/test-with-jekyll
本文版权归作者所有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接。
点击查看评论