Welcome

While I was jotting down notes in my Wordpress blog, I found out I have to pay for the functions I needed. So, it got me to the point “why not creating my own blog and website?”. That’s how I came across GitHub blog.

Note

Especially, I love how Jekyll offers support for code snippets:

python def print_hi(name): print("hello", name) print_hi('Tom') ​

Readings

This korean blog was useful to learn the basic structore of Jekyll and helped me understand where to begin with GitHub page. To learn more about the Jekyll theme I used for this blog, visit Minimal Mistakes’s GitHub repo and their doc.