Closed romanman closed 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.
@plttn : what is the correct way to set it , please
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/.
yep root: /ethereumj.io
in _config.yaml
solved
Thanks for the assist @plttn!
@imathis FYI: some of the aspects didn't passed the subdomain config maybe it's a theme problem (not sure)
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