Github pages is used for the planexe.org static website. This github repo contains the website content.
Links:
Ruby 3.3 required. GitHub Pages uses Ruby 3.3.4; Ruby 4.x is not yet supported by the Jekyll/github-pages ecosystem.
If Homebrew updated you to Ruby 4.x, use Ruby 3.3:
brew install ruby@3.3
export PATH="/opt/homebrew/opt/ruby@3.3/bin:$PATH"Then:
PROMPT> bundle installPROMPT> bundle exec jekyll serve
http://127.0.0.1:4000or, if the port is occupied.
PROMPT> bundle exec jekyll serve --port 4001
http://127.0.0.1:4001PROMPT> bundle exec jekyll serve --host 0.0.0.0
http://0.0.0.0:4000Access from your phone using your computer's local IP address (e.g., http://192.168.1.100:4000)