Design: white background, black text, single blue accent.
Stack: HTML + CSS + tiny JS. Mobile-first and accessible.
. ├── index.html ├── assets │ ├── css/main.css │ ├── js/main.js │ ├── img/profile.svg │ └── resume.pdf (replace with your own) └── blog ├── index.html └── posts/first-post.html
- Create repo:
<username>.github.io - Put these files at the repo root
- Commit & push to
main
- Blog weekly: add a new HTML file under
blog/posts/and link it inblog/index.html. - Other sections: edit every few months in
index.html.