Some links on the gh-pages are broken.
For example, fcd/_posts/2016-02-24-seseloop.markdown contains [1]: {% post_url 2016-02-17-structuring %} which results in <a href="/2016/02/17/structuring.html">... (missing /fcd)
Compare that to <a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a> from fcd/_includes/header.html which results in <a class="post-link" href="/fcd/2016/02/17/structuring.html">...
Some links on the gh-pages are broken.
For example, fcd/_posts/2016-02-24-seseloop.markdown contains
[1]: {% post_url 2016-02-17-structuring %}which results in<a href="/2016/02/17/structuring.html">...(missing/fcd)Compare that to
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>from fcd/_includes/header.html which results in<a class="post-link" href="/fcd/2016/02/17/structuring.html">...