Skip to content

ranjanmonu/rrk.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal Webpage

A simple, responsive personal site for Rajeev Ranjan Kumar. Edit index.html and styles.css to customize.

Customize

  • Update the name, bio, and links in index.html.
  • Replace ranjanmonu@gmail.com with 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.

Run locally

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

Deploy free with GitHub Pages

  1. Create a new public repository named rrk.github.io on GitHub (or use your own username).
  2. 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 main

Then enable Pages:

  • GitHub → Repository → Settings → Pages
  • Build and deployment → Branch = main, Folder = / (root) → Save

Alternative: Deploy from any repo

  • 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/.

Next steps

  • Replace placeholder project cards with real links.
  • Add analytics (e.g., Plausible) if desired.
  • Add a custom domain (optional) via GitHub Pages settings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published