Decided to create a blog where I would throw some random ideas together about things that excite me about tech. Perhaps do some explaining as well, TL;DR; style. Then maybe chuck in some non-tech things because this isn’t a “professional” blog and I don’t want people thinking of it as such.

First up, how does one setup github pages with Jekyll?

  1. Follow github instructions for a personal page
  2. Follow Jekyll instruction for installing Jekyll
  3. jekyll new . in project repo
  4. Copy my Gemfile, it should only have 2 lines.
  5. Verify things work locally with bundle exec jekyll serve

Hope I saved you a few hours if you don’t want to learn Ruby.