Create a staic blog using jekyll
Jekyll is a ruby gem so you will need ruby installed. After ruby installed, type the following command to install jekyll:
gem install jekyll
Then create a new blog using jekyll:
Unicode => နင်ဟာဟိုအရင်တိုင်းပဲရှိမယ်.... ငါအသက်တစ်ရက်ရှည်ရင် ပိုကြေကွဲပါတယ် ZawgyiOne => . နင္ဟာဟိုအရင္တိုင္းပဲရွိမယ္.... ငါအသက္တစ္ရက္ရွည္ရင္ ပိုေၾကကြဲပါတယ္jekyll new myblog
#=> you can change myblog to anything you like
Then you would want to view Jekyll Basic for the basic introduction of what the files means that you just created.
Then please view this Jekyll Tutorial. I found this helpful.
After this two tutorials, you know how to create a static blog using jekyll. Now, it’s time to upload from your _site
folder to your github. Follow this github guide, it’s very easy.
Congratulations! You just finished creating your own static blog using jekyll.