Personal developer profile built with Jekyll, hosted on GitHub Pages.
index.md— About / Homeresume.md— Resume page with PDF embedprojects.md— Projects (data from_data/projects.yml)blog.md— Blog listing_posts/— Blog posts (YYYY-MM-DD-title.md)assets/resume/resume.pdf— Your resume PDF (replace the placeholder)
gem install bundler jekyll
bundle init
bundle add jekyll minima
bundle exec jekyll serveThen open http://localhost:4000.
- Resume: Replace
assets/resume/resume.pdfwith your actual PDF - Projects: Edit
_data/projects.yml - Blog posts: Add markdown files to
_posts/withYYYY-MM-DD-title.mdnaming