I create a site with jekyll using the theme minima. The site displays everything well in my local machine(localhost:4000). But it appears strangely on Github Pages. It looks like this.This is the source hosted on github. I tried to modify the files Gemfile and Gemfile.lock, but it remains unchanged.
Asked
Active
Viewed 43 times
1 Answers
0
There is no post in your blog. No post no print with the minima home template.
Add one post and the magic will append.

David Jacquel
- 51,670
- 6
- 121
- 147
-
Thank you for answer. I figure out the cause. I left the variable `baseurl` as empty in `_config.xml`. The page looks normal after I set `baseurl` to `/blog`. – user1651758 Sep 05 '18 at 08:53