This is my personal blog about mathematics, programming and some other stuff like lifestyle, languages and music, but mainly about mathematics and programming.
The blog is built with Jekyll, uses this awesome Hydejack theme and is hosted via GitHub Pages on https://www.codethatmath.com. In case you think that this is cool, here is a blog post that explains how you can create your own blog using GitHub Pages and Jekyll.
To host this blog locally, you will need the following:
- Install Ruby
- Install Bundler:
gem install bundler
bundle install
- Install the GitHub Pages gem (comes with Jekyll included):
gem install github-pages
- Go to the root of the repository and run
bundle exec jekyll serve
Voilà!