Skip to content

The-EG/The-EG.github.io

Repository files navigation

This is the source for my blog, Musings of an evil genius.

It is written in markdown, with the content written by Jekyll using the minima theme.

To setup the local env:

  • Install Ruby: https://rubyinstaller.org/downloads/
  • Update RubyGems: gem update --system
  • Install jekyll and bundler: gem install jekyll bundelr
  • Install gems: bundle install
  • Run local server: bundle exec jeykll serve --livereload