Welcome to my personal developer portfolio site — built using Jekyll and hosted with GitHub Pages.
This portfolio highlights:
- My background in application support and software development
- Projects created during LaunchCode's full-time coding program
- Technical skills in Java, Spring Boot, MySQL, React, and more
- Resume, contact information, and future goals
🔗 Live Site: https://sugpon.github.io
- Jekyll (static site generator)
- Markdown (for content writing)
- GitHub Pages (for hosting)
- Ruby & Bundler (for local setup)
index.md– Home page / Portfolio summaryabout.md– My story, background, and valuesprojects.md– Highlights of featured coding projectsresume.md– Professional experience and resume downloadcontact.md– How to reach me_config.yml– Site settings and theme configurationGemfile– Ruby gem dependencies
To preview the site on your machine:
- Make sure Ruby and Bundler are installed
- Open terminal and run:
bundle install
bundle exec jekyll serve