Source code for my Github Pages website. It is a modified version of abhinavs' Moonwalk theme using Jekyll. The theme's license can be found in the "LISENCE.txt" file.
To be able to run server locally:
- Download and install Ruby: https://www.ruby-lang.org/en/downloads/
- Check Ruby is installed with ruby -v in cmd
- Download and install RubyGems (zip, unpack to C:/): https://rubygems.org/pages/download
- Check RubyGems is installed with gem -v in cmd
- Run bundle install in cmd
- gcc, g++ and make don't seem to be a necessity on windows
If everything's installed:
- bundle exec jekyll serve --livereload in cmd
- Access website via http://localhost:4000