This repo is a simple, fast, no-build personal site meant to be hosted on GitHub Pages.
index.html,404.html,privacy.html: site pagesassets/: CSS/JS/images/docs/code + icons
Edit:
index.html(name, bio, links, projects)privacy.html(optional)assets/img/profile.jpegandassets/img/og.jpg(optional social preview image)assets/icons/favicon.svg(optional)
Tip: search for YOUR- placeholders.
If you deploy as a project site, update the Open Graph URL/image in index.html to include /<repo>/ if you want social previews to work correctly.
Note: index.html is currently populated from the first two pages of Ali_Ansari_CV.docx (per your request). If you want your phone number displayed too, say so and I’ll add it.
From the repo root:
python3 -m http.server 8080Then open http://localhost:8080.
You have two common options:
- Create a repo named
<your-username>.github.io. - Push this code to the
mainbranch. - Your site publishes at
https://<your-username>.github.io/.
- Create any repo (e.g.
website). - Push this code to the
mainbranch. - In GitHub: Settings → Pages
- Build and deployment: “Deploy from a branch”
- Branch:
main/(root)
- Your site publishes at
https://<your-username>.github.io/<repo>/.
- Add your domain in Settings → Pages.
- GitHub will offer a
CNAMEfile; commit it if needed.