Skip to content

Instantly share code, notes, and snippets.

View TurboDelights's full-sized avatar

TurboDelights

View GitHub Profile
@TurboDelights
TurboDelights / username-github-io.md
Created August 29, 2026 17:04 — forked from codeadamca/username-github-io.md
Setting up your username.github.io page

Setting up your username.github.io Page

When you setup GitHub pages, by default your content is available at https://<GITHUB_USERNAMNE>.github.io/<REPO_NAME>/.

However, if you create a repo with the exact name <GITHUB_USERNAME>.github.io, GitHub will automatically turn GitHub Pages on, and make this content avialable at https://<GITHUB_USERNAME>.github.io/. Kind of like your GitHub home page!

For example, I set up a sample at:
https://github.com/codeadamca/codeadamca.github.io

The repo is avilable as a website at: