Your site is live. Now let’s change something so you can see the full cycle: edit a file, save it, and watch the change appear on your live site.
GitHub has a built-in code editor that works like a real development environment—right in your browser.
github.com/YOUR-USERNAME/YOUR-REPO). key on your keyboardThat’s it. GitHub opens a full VS Code editor in your browser, with your file tree on the left and an editor on the right. No installation required.
index.md to open your homepagetitle: line in the front matter (the section between the --- markers at the top)For example, if the front matter says:
title: My Portfolio
Change it to:
title: Sarah Martinez
And below the closing ---, add something like:
I study medieval cartography at UNM and I'm interested in how maps shape political imagination.
GitHub Pages will rebuild your site automatically. This takes about 1–2 minutes.
github.com/YOUR-USERNAME/YOUR-REPO)Your change is live on the open web.
You edited a file, committed the change (saving a versioned snapshot), and pushed it to GitHub, which rebuilt your site automatically. This is the same workflow professional developers use every day. The tools are just text files and version control—nothing proprietary, nothing you can’t take with you.
Add an Image — put a photo on your site.