Reputation: 27
Guys, I need your's help...I'm build jekyll site, just empty site with one post on page. After deploying to github-pages, site looks bad, with wrong layout and render, however on localhost site looks good.
What I mean, it's showing on screenshots:
Screenshot my page if I'm use localhost - http://savepic.net/6562245.htm Screenshot after push&deploy to github-pages - http://savepic.net/6588868.htm
What wrong?
Upvotes: 0
Views: 107
Reputation: 52829
As you're at the root of your spbvasilenko.github.io
subdomain you have to set:
baseurl: ""
Upvotes: 1