A tiny single-page site showing how much of the current year has elapsed.
Live at yearprogress.noahpendleton.com.
Static index.html — no build step, no dependencies. The percentage is
computed client-side and ticks every second.
- Push to GitHub.
- Settings → Pages → Source: Deploy from a branch, branch
main, folder/ (root). - The
CNAMEfile sets the custom domain toyearprogress.noahpendleton.com. - Add a DNS
CNAMErecord foryearprogress→<user>.github.io.