Just playing around with GitHub Pages, Jekyll, VS Code + GitHub Copilot
- Install Ruby 3.3.x
- Verify Ruby is running
ruby -v gem install bundlergem install jekyll
ruby -S bundle install
ruby -S bundle exec jekyll server --livereload
Site should load at https://localhost:4000