st4ple / solid-jekyll

A Jekyll port of the Solid theme (by blacktie.co).
http://st4ple.github.io/solid-jekyll/
338 stars 449 forks source link

Problems with javascript #47

Closed esmartwave closed 7 years ago

esmartwave commented 7 years ago

I followed the install instructions and forked the theme (which looks great, btw) to this repo: https://github.com/milwaukeedata/solid-jekyll

Which is visible here: https://milwaukeedata.github.io/solid-jekyll/

The page comes up, but it doesn't seem that any of the JavaScript is working. The _config.yml file is updated. Any thoughts on why the JS isn't working? Trying to use this theme for our civic tech group's project site.

ebonet-zz commented 7 years ago

Also having the same issue at androiddevbr.github.io

esmartwave commented 7 years ago

My guess is something with the paths in baseurl and siteurl. The setup with the branch is different that the other themes i´ve tried for other projects.

ebonet-zz commented 7 years ago

I have it working perfectly locally. However, it doesn't work online. A diffed the local html and the online one and the only difference I see is that locally is http and online I have https

ebonet-zz commented 7 years ago

This is actually a duplicated issue, see #45 The solution worked for me

esmartwave commented 7 years ago

45 Thanks @ebonet that seems to work.