Sumedh Joshi bio photo

Sumedh Joshi

Applied Mathematician

Email Facebook LinkedIn XING Instagram Github Goodreads Google Scholar Data Science For Social Good Shur complement method youtube talk
  1. Upgraded Ruby to version 2.1.1 to be compatible with clang.

  2. Downloaded and installed Jekyll from https://jekyllrb.com/.

  3. Downloaded and installed the Minimial Mistakes theme.

  4. 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
    
  5. Installed the octopress gem:

     $ gem install octopress
    
  6. Made this post with octopress:

     $ octopress new post "How I Set Up This Site"