My personal website

Built with Jekyll using the Akio template. Hosted by GitHub via GitHub Pages.

Setup

Installing Ruby & Jekyll

If this is your first time using Jekyll, please follow the Jekyll docs and make sure your local environment (including Ruby) is setup correctly.

Running locally

To run the theme locally, navigate to the theme directory and run bundle install to install the dependencies, then run jekyll serve or bundle exec jekyll serve to start the Jekyll server. You can then see the website at localhost:4000.