A simple, responsive personal site for Rajeev Ranjan Kumar. Edit index.html and styles.css to customize.
- Update the name, bio, and links in
index.html. - Replace
ranjanmonu@gmail.comwith your email. - Meta tags and JSON-LD are set to
rrk.github.io; change if your repo differs. - Optional: add
og-image.png(1200x630) at the repo root for rich previews.
Open index.html in a browser, or use a static server:
# from /home/rajeev/play/myweb
python3 -m http.server 8000
# then visit http://localhost:8000- Create a new public repository named
rrk.github.ioon GitHub (or use your own username). - Copy these files into that repo and push:
git init
git add .
git commit -m "Initial site"
git branch -M main
git remote add origin https://github.com/ranjanmonu/rrk.github.io.git
# If you prefer HTTPS:
git push -u origin mainThen enable Pages:
- GitHub → Repository → Settings → Pages
- Build and deployment → Branch =
main, Folder =/ (root)→ Save
- Put files in any public repo.
- In GitHub: Settings → Pages → Build and deployment → Branch =
main, folder =/ (root)→ Save. - Your site will be at
https://ranjanmonu.github.io/rrk.github.io/.
- Replace placeholder project cards with real links.
- Add analytics (e.g., Plausible) if desired.
- Add a custom domain (optional) via GitHub Pages settings.