Github pages is used for the planexe.org static website. This github repo contains the website content.
Links:
PROMPT> bundle installPROMPT> bundle exec jekyll serve
http://127.0.0.1:4000PROMPT> 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)