A Github page is a static website hosted on Github. In this lab, you will create a Github page for yourself. You can use this page to introduce yourself to the world.
main
branch. Give an introduction about yourself. Commit th changes.
Settings
tab.
main
branch, the Github page will be updated automatically. Github actions will be triggered to build and deploy the page. You can see the status of the Github actions under the Actions
tab.
Deployments
tab under the Actions
tab.
https://<organization-name>.github.io/<your-repository-name>/index.html
index.md
will be converted to index.html
by Github actions when it is deployed.
Add the link to your Github Page and an image to the page. You may upload an image to your Github Folder or provide the URL to the image.
Example:
![Github Page](https://github.com/[your Github ID])
![An image]([your_image_filename].jpg)