gopherjs / gopherjs.github.io

GopherJS Playground
https://gopherjs.github.io/playground/
23 stars 12 forks source link

Something went wrong with the theme of website? #63

Closed dmitshur closed 7 years ago

dmitshur commented 7 years ago

Check out http://www.gopherjs.org/ right now, it appears there's something wrong with the theme (CSS):

image

It used to be a dark theme and things were properly aligned, but they're not right now. I don't see any relevant changes to the codebase recently, which is strange.

What could it be? Isn't the theme hard-coded into the files that are committed to this repo? I thought they were.

I don't see any errors loading content in the browser console.

/cc @neelance

neelance commented 7 years ago

Yeah, this is strange. Maybe GitHub changed something about the static site generator.

@shurcooL Do you have time to look into it / fix it?

dmitshur commented 7 years ago

I have time, but I don't know anything about this. Where should I start looking?

Do I need to be admin to see some sort of settings for the static site generation?

dmitshur commented 7 years ago

I looked in another repo where I am admin, and I see:

image

Perhaps the theme dropdown box changed for this repo?

neelance commented 7 years ago

@shurcooL I've given you admin permissions.

dmitshur commented 7 years ago

The theme chooser for this repo says there's no theme picked.

I wonder if what happened is that some old theme was used, and it was removed by GitHub, and now there's no theme chosen? Or maybe there was never a theme chosen before either... I have no way of knowing.

FWIW, I found an old screenshot of the previous look, this is what it looked like:

image

dmitshur commented 7 years ago

For people trying to use the playground, please use http://www.gopherjs.org/playground version until we find a way to resolve this CSS issue.

dmitshur commented 7 years ago

@neelance What are our next steps? We have https://medium.com/gopherjs now, but the (broken) website is still around.

hajimehoshi commented 7 years ago

What's the current status of this?

neelance commented 7 years ago

Now fixed via c78e393.