read

好早之前想弄过博客,用过wordpress,也想过自己写,可是基本上都是到一半感觉耗费太多精力,然后就放弃了,真是应了从入门到放弃。 周末在家无聊,研究了一下Github Pages功能,搜索到了可以和jekyll配合,然后尝试了一下感觉还可以,只是目前使用的这个dirkfabisch/mediator模版加载得好像有点慢。

然后尝试着写下第一篇blog,下面尝试各种语法高亮支持

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
<footer class="site-footer">
 <a class="subscribe" href="/feed.xml"> <span class="tooltip"> <i class="fa fa-rss"></i> Subscribe!</span></a>
  <div class="inner">a
   <section class="copyright">All content copyright <a href="mailto:smile561607154@163.com">Randy Wei</a> &copy; 2020 &bull; All rights reserved.</section>
   <section class="poweredby">Made with <a href="http://jekyllrb.com"> Jekyll</a></section>
  </div>
</footer>
Blog Logo

Randy Wei


Published

Image

Randy Wei

print("hello world!");

Back to Overview