I got a repo in Github. I created a static website for this repo using Jekyll. Here is the website: http://andrewhzau.github.io/RICENCODE/. I created some .md files in the _posts directory. Everything is okay except that the figures are not shown correctly.
Here is one of my .md file:
---
layout: post
title: "GSD1"
description: ""
category: genes
tags: [grain setting, photoassimilate translocation, plasma membrane, grain filling]
---
{% include JB/setup %}
........
## Key figures


And here is the generated page for this post:
http://andrewhzau.github.io/RICENCODE/genes/2014/09/20/GSD1/
On my local computer, I use "jekyll serve" to generate the website and access it using
http://localhost:4000/
and the figures are okay.
Can you guys help me with this? Thanks!
Maybe you forgot to set the site.JB.BASE_PATH
parameter in _config.yml
:
BASE_PATH : /RICENCODE
Then call your images like this :

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With