..

How to post on jekyll

How do you post on jekyll? All you need to do is put a .md file formatted like, Then put markdown in it, and run these

git add . 

Adds your update locally

git commit -m "Reason of commit, or name of post or something !!"

Gives a reason and posts that locally.

git push

Sends it to the server like github in my instance.