Repo for khronokernel.github.io

Built with Jekyll and minima theme.

Building

# Install dependancies
bundle install
# Server site
bundle exec jekyll serve

If LoadError: cannot load such file -- google/protobuf_c is encountered, run the following:

sudo gem uninstall google-protobuf
sudo gem install google-protobuf -v 3.23.4 --platform=ruby
  • Replace 3.23.4 with the version specified in the error message.