Personal resume website built with Jekyll and hosted on GitHub Pages.
Site: https://taewoon-kang.github.io/resume/
- Install Ruby dependencies with
bundle install - Run the site with
bundle exec jekyll serve - Open
http://localhost:4000/resume/ifbaseurlis configured, orhttp://localhost:4000/otherwise
- Global site metadata:
_config.yml - Main layout:
_layouts/resume.html - Resume content:
_data/*.yml
- This repository started from a public resume template and has been customized for personal use.
- The original template code remains under the repository license in LICENSE.