Portfolio site for My Pixel Quest, built with Jekyll and deployed via GitHub Pages’ default builder.
- Install Ruby (GitHub Pages currently supports Ruby 3.3.x).
- Install dependencies:
bundle install - Run locally:
The site will be available at http://localhost:4000.
bundle exec jekyll serve
- Update site metadata in
_config.yml(title,description,url, social handles). - Home content lives in
index.markdown; About inabout.markdown. - Blog posts live in
_posts/using theYEAR-MONTH-DAY-title.markdownformat.
Push to main (or the branch configured in the repo settings). GitHub Pages will build with the github-pages gem so local output matches production. No extra CI step required.