A Jekyll based personal website.
To run locally for development:
# Install dependencies
bundle install
# Serve the site locally
bundle exec jekyll serve --livereloadThe site will be available at http://localhost:4000/
For local network access to server, use:
bundle exec jekyll serve --livereload --host=0.0.0.0 --port=4000