For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set up your URL

GitHub Pages gives you a few options for where your live site appears:

Example URL: your-lab.github.io

...where your-lab is your GitHub user/organization name

To set this up, rename your repo to your-lab.github.io in your repo "βš™οΈ Settings", and that's it!

Example URL: your-lab.github.io/your-lab-website

...where your-lab is your GitHub user/organization name, and your-lab-website is the repo name you chose.

This is where your live site appears by default when you enable GitHub Pages.

After making any needed changes above, wait a bit (~30 seconds to 3 minutes) for your live site to redeploy to its new location. (You can check your repo's "▢️ Actions" for status.)

Last updated