Publish a landing page on Github pages in 5 minutes!:

Github pages make it super simple to publish your static webpages quickly. You need to follow the following steps which will not take more than 5 minutes and your webpage will be published live.
-
Create a new repository on #Github. Keep the default settings. Give it a name i.e ‘landing-page’.
-
git clone https://github.com{your_user_name}/landing-page
on your local machine. -
Add your landing page files.
-
Stage your files
git add .
-
Commit your files
git commit -m "first commit"
. -
Create a new branch called gh-pages
git checkout -b gh-pages
-
Push your changes to #Github
git push origin gh-pages
And your static landing page will be up and running on https://{your_username}.github.io/landing-page/
from Tumblr https://generouspiratequeen.tumblr.com/post/633569511102201856