My personal webpage hosted on GitHub
The ruby environment for jekyll was setup with rbenv on Arch linux by following this guide.
After cloning or downloading the repository run Terminal in directory:
$ bundle update
and start the jekyll server with:
$ bundle exec jekyll serve --livereload
the --livereload option automatically refreshes the page after a change has been built