Creating and Google Indexing GitHub Pages
Published:
GitHub Pages
- GitHub allows only one free hosting static page against per github account
- Developers can develop their page with
HTML, CSS,Javascript, or any other languages if like. - Important: for this your github account name, and newly created repository name must me the same. For example, if your github account is
sample-git, then your page name must besample-git.github.io, which later will generate urlhttps://sample-git.github.io - You can not
pushfiles to your repository, upload templates, or develop manually. - There are many awesome repositories for templates, for instance, jekyllthemes.
