codex-lv2-may-2025

Navigation

1 | 2 | 3 | 4 | 5 | Current Level: 6 | 7 | 8 | 9


Lesson: Updating the Repository About Section

Objective:

Learn how to customize your repository’s About section by adding a description and linking to your GitHub Pages website.

Prerequisite:

You should have already published your website using GitHub Pages and have a working link.

Steps:

  1. Go to Your Repository

    • Navigate to your repository’s main page on GitHub.
  2. Locate the About Section

    • The About section is in the upper-right area of the repository page, just above the list of files.
  3. Click the Gear Icon (⚙️)

    • Click the small gear icon next to the About section.
  4. Update the Description

    • In the text field, write a short description of your project. Example: A personal website for learning GitHub and HTML.
  5. Link to GitHub Pages

    • Check the box labeled “Use your GitHub Pages website”.
    • GitHub will automatically fill in the URL to your published site.
  6. Save Your Changes

    • Click Save changes to update the About section.

Practice Activity: