This repository contains the source code for my personal website, built to showcase my resume, project portfolio, and professional background. The site is deployed using GitHub Pages at: https://tomtranjr.github.io
It includes:
- A dynamic resume (CV)
- A project portfolio
- Blog space for personal and technical writing
To run the site locally:
bundle install
bundle exec jekyll serveThen visit http://localhost:4000 in your browser.
You may need to install Ruby and Bundler:
brew install ruby
gem install bundlerThis site was built using the Academic Pages template, which is based on Minimal Mistakes by Michael Rose.
Special thanks to:
- Stuart Geiger for the original Academic Pages concept
- Robert Zupko for ongoing maintenance