This is my personal academic website built using Hugo and hosted on GitHub Pages. The site showcases my academic work, research, and professional experience.
To run this site locally:
- Install Hugo Extended (v0.121.0 or later)
- Clone this repository with submodules:
git clone --recursive https://github.com/chaitanyarahalkar/rahalkar.dev.git cd rahalkar.dev
- Start the Hugo server:
hugo server
- View the site at http://localhost:1313
The site is automatically deployed to GitHub Pages using GitHub Actions. Any push to the main
branch triggers a new build and deployment.
Released under the MIT license.