Ngoc Tam Lam, PhD

Autonomy Engineer

Back

Welcome to my blog!

Posted on Jan 01, 2019


This post guides how to creat a personal blog from github.

Warning!

This is the first step to build the blog through github and Jekyll. This blog was forked from Minimal Mistakes GitHub Pages

Jekyll can offers powerful support for code snippets which I can show the code within my blog:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tam')
#=> prints 'Hi, Tam' 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. If you have questions, you can ask them on Jekyll Talk.