Misc01: 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
, andJavascript
. - very 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 push files to your repository, upload templates, or develop manually.
- https://jekyllthemes.io/ is an awesome repository for templates.