This repository contains the source code for my personal website:
The website is built using Jekyll and the Chirpy Jekyll Theme, created and maintained by Cotes Chung.
I am a PhD student in Geodynamics in the Department of Earth and Climate Sciences (ECS) at IISER Pune.
This website brings together information about my:
- Research
- Publications
- Teaching
- Education
- Curriculum Vitae
- Resources
- Gallery
It also serves as a place to share some of the things I work on, learn, and occasionally spend far too much time debugging.
.
├── _data/ # Site data and configuration
├── _plugins/ # Jekyll plugins
├── _posts/ # Blog posts
├── _tabs/ # Main website pages
├── assets/
│ ├── img/ # Images and profile photograph
│ └── pdf/ # Documents such as CV
├── _config.yml # Jekyll site configuration
├── Gemfile # Ruby dependencies
└── index.html # Home page