A personal academic website
- Curriculum Vitae - Almost up-to-date version of my academic CV
- Personal Bio - Short bio of my personal career (useful to include in talks)
- Conference Deadlines - Track submission deadlines for top-tier conferences, journals, and workshops
- GitHub Integration - Direct link to code repositories and projects
- YouTube Channel - Research demonstrations and presentations
- Publications & Projects - Curated list of relevant academic work
- Add new conference information to
static/data/conferences.json - Archive past conferences in
static/data/past_conferences.txt
- update photo - more professional
To test template updates or add content locally
- Jekyll 4.3.0
- Ruby 3.x
- Webrick 1.7
Install Bundler:
sudo gem install bundlerOr specify version 2.4.2 if needed:
sudo gem install bundler -v 2.4.2-
Create a
Gemfilein the project root -
Add the following content to
Gemfile:
source "https://rubygems.org"
gem "jekyll", "~> 4.3.0"
gem "webrick", "~> 1.7" # Required for Jekyll on Ruby 3.x- Install dependencies:
bundle install- Start the local server:
bundle exec jekyll serve- View the site at: http://127.0.0.1:4000/