Diego J. Lizcano bio photo

Diego J. Lizcano

Biologist, Mammal ecology and conservation, R and Linux fan

Twitter Facebook LinkedIn Instagram Github

New in github

Inspired by several pages hosted by github and amaze by the fantastic possibilities such as this map. I decided to create my website and to migrate my old blog “Tapir ologist” to github.

How I did it using Windows7

The process is simple but you can encounter some minor problems easy to fix. I began following carefully the instructions provided by github. However when I pass to the second step the first problem arose, the installation of ruby in Windows. To solve this, github suggest to follow Madhur Ahuja instructions. Madhur made the process simpler by putting all in a portable version. Once I finish the Ruby and gems installation and after making my first hello world website using Jekill, I did not like the default templates provided by Jekill. Looking around I found Minimal Mistakes, but after trying to install it, my first error arouse in Jekill. Minimal Mistakes use a different version of Rake. The solution was to install each gem manually using this line in the windows command prompt:

gem install gem.name v x.x.x

Just change gem.name for the name of your conflicting gem and put the version number instead x.x.x. Then run Rake, if does not work, install the next conflicting gem and so on. After several minutes all including Rake worked fine.

If I were to do it again

Reading Fellgermon Bit a simpler method is just fork the blog of another person you liked and customize things like pictures and posts. Of course Jekyll gives more control over your site, but make sure you can spend a lot of time put Ruby and gems working.