Use this theme as you main site
- Download or fork the master branch of this theme repo into your GitHub account.
 - Rename the repo into something like 
your_username.github.io. - Edit 
_config.ymlfile to your preferences. - Edit 
about.mdfile for your About page. - Inside 
_postsfolder, there are sample of blog entries. Learn from it and start yours. - Now, visit 
http://your_username.github.ioand you should see your blog running. 
Use this theme as a project page
If you want to use this theme as a project page blog, you don’t need to rename the theme repo into your_username.github.io.
All you need to do, open _config.yml file, change baseurl to your project name which contains this theme, e.g. baseurl: "/myproject".