This repository hosts a personal portfolio built with Jekyll and the Minimal Mistakes theme.
- Ruby 3.x
- Bundler (
gem install bundler)
bundle installbundle exec jekyll serveSite will be available at http://127.0.0.1:4000.
- Update
_config.ymlwith your realtitle,email,url, and social links. - Replace placeholder images inside
assets/images/. - Edit navigation links in
_data/navigation.yml. - Add or remove pages in
_pages/and posts in_posts/. - When ready to deploy, run
bundle exec jekyll buildto generate_site/.