Yesterday, I built up my new website using Jekyll
in just an hour. Jekyll
is a static site generator, which turns your text files into a website. So, if you want to add a new post, you only need to create a text file with .makrdown
extension. That’s it. So easy! Using Jekyll, there is no need for databases (e.g., MySql). You can host your personal website on GitHub for free.
I am planning to add a comment section to each post in future. I will use poolapp for this purpose.