Personal blog and portfolio.
Install Jekyll and Bundler:
gem install jekyll bundlerNavigate to the top-level project directory and install the dependent gems:
bundle installRun the following command to serve the website locally:
bundle exec jekyll serve (optional: --incremental --host 0.0.0.0)