sharing, tips,

Build a profile page and personalize your github page

Donald Donald Follow Feb 03, 2019 · 1 min read
Build a profile page and personalize your github page
Share this

In this post, I’ll show you how to enhance your GitHub profile, how you can make it profile more attractive to make a good impression on the employer.

Create a Github account and personalize a Github page

walking

Create a profile page via Github

Set up a repository

  • Create a repository with name following convention like: your_profile_page_name.github.io
    • Example: doai.tran.github.io

      Generate the content as html or markdown file (.md)

  • Use this page to generate html and readme.md file
    • https://rahuldkjain.github.io/gh-profile-readme-generator/
    • https://gprm.itsvg.in/
  • Copy the content of html or readme.md file and save them into your Github repository that you created.

    Configure the setting of your reposiory to deploy and publish your site

    These steps help uss configure your repository to publish your website: walking

  • Open settings. In Pages tab, Following to Github page, we set up the follow to deploy a site via static html or readme.md file.

Example Deployment steps

You can aceess to Actions tab in your repository, to see all steps should be deployed successfully. It can look like here. walking

Reference lists

Guideline: https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile

Join Newsletter
Get the latest news right in your inbox. We never spam!
Donald
Written by Donald
Hi, I am Donald (Doai Tran), the author of Testing4Everyone. I hope you like it!