vasilenkoigor
vasilenkoigor

Reputation: 27

Jekyll site crash render after push to github pages

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

Answers (1)

David Jacquel
David Jacquel

Reputation: 52829

As you're at the root of your spbvasilenko.github.io subdomain you have to set:

 baseurl: ""

Upvotes: 1

Related Questions