octopress / octopress

Octopress 3.0 – Jekyll's Ferrari
MIT License
1.75k stars 175 forks source link

strange gh-pages deploy #132

Closed romanman closed 9 years ago

romanman commented 9 years ago

I am getting this bad deploy : http://ether-camp.github.io/ethereumj.io/

even if you look at the branch it is all set good

https://github.com/ether-camp/ethereumj.io/tree/gh-pages

What can be the reason ?

P.S. I have good deploy in other repository and the same code than switched to a new one , and got that.

Thanks in advance.

@imathis

plttn commented 9 years ago

It looks to me like you've misconfigured your site URL in the deploy settings (or possibly config.yml). Your site is running on the subdomain ethereumj.io/, but all your stylesheet references are looking at the main domain.

On Tue, Jul 28, 2015 at 10:53 AM Roman Mandeleil notifications@github.com wrote:

I am getting this bad deploy : http://ether-camp.github.io/ethereumj.io/

even if you look at the branch it is all set good

https://github.com/ether-camp/ethereumj.io/tree/gh-pages

What can be the reason ?

P.S. I have good deploy in other repository and the same code than switched to a new one , and got that.

Thanks in advance.

@imathis https://github.com/imathis

— Reply to this email directly or view it on GitHub https://github.com/octopress/octopress/issues/132.

romanman commented 9 years ago

@plttn : what is the correct way to set it , please

plttn commented 9 years ago

I haven't ported my site over to 3.0 yet (I know I should, but it'll be a ordeal), but it should be setting your site: variable in _config.yml to http://ether-camp.github.io/ethereumj.io/, as I'm guessing it's currently http://ether-camp.github.io/.

romanman commented 9 years ago

yep root: /ethereumj.io in _config.yaml solved

imathis commented 9 years ago

Thanks for the assist @plttn!

romanman commented 9 years ago

@imathis FYI: some of the aspects didn't passed the subdomain config maybe it's a theme problem (not sure)

http://i.imgur.com/WbHSYwQ.png