Factsheet
how to setup a github-page for noob
Not sure how to correctly use github pages.
In this case, it's fine to push minified code.
GH Pages is meant to act like a simple, static Web server; whatever files you add to it are served. Since GH doesn't let you run any build steps on the server, you have no choice but to push minified code.
Besides, your minified code is completely isolated in the gh-pages branch, so it's not like you are polluting your codebase.
Can i use github pages for client work or it is strictly for portfolio/coding projects?
Should I take advantage of Github Pages for a website's front-end?
If your type of site is allowed by Githubs TOS then go for it. Note custom domains don't support https.
Also you can get free app hosting at OpenShift. Not terribly fast but fine for demos and small stuff.
More on reddit.comhow to setup a github-page for noob
i have seen lots of pages - similar to this syntax
https://mypage.github.io/
well how to create such a page. does it have to do with a page in the readme-!?