The process of hosting a site in github with (https://username.github.io) URL

Step by step is written below,

-> Create a repository name as username.github.io
-> git clone https://github.com/username/username.github.io
-> cd username.github.io
-> Copy your project files into the username.github.io folder
-> git status
-> git add --a
-> git commit -m "Uploading Files"
-> git push -u origin master

Comments

Popular posts from this blog

Deploy laravel application to digital ocean droplet

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine