-
Upgraded Ruby to version 2.1.1 to be compatible with clang.
-
Downloaded and installed Jekyll from https://jekyllrb.com/.
-
Downloaded and installed the Minimial Mistakes theme.
-
Modified the images in the /images folder to be smaller in height to save vertical real estate (first installed imagemagick):
$ mogrify -crop 100%x40%+0+0 sample-image-?.jpg
-
Installed the octopress gem:
$ gem install octopress
-
Made this post with octopress:
$ octopress new post "How I Set Up This Site"