I have a little more complex question. I recently forked http://vis.supstat.com/ in order to set up a personal blog, which serves as a personal library with examples in R. In addition the blog is also a experiment to figure out the most efficient way to post from R mardown files locally created in RStudio to blog articles on a jekyll blog run on Github pages.
After I forked vistat on Github I changed the jekyll theme to hooligan (see https://github.com/dhulihan/hooligan) using
rake theme:install git="https://github.com/dhulihan/hooligan.git"
,
which worked out well. After that I forked some articles from http://cpsievert.github.io/ who uses the same hooligan theme and a lot of animations in his articles like this one http://cpsievert.github.io/2013/05/yu-darvishs-deception-factor/. Unfortunately my forked article does not show this animations. It only shows a blank white square instead (see http://magnusmetz.github.io/2014/05/yu-darvishs-deception-factor/).
What is the reason for that? Would be great, if anybody could help me with that issue.