-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing dependencies and broken links when using GH Pages #478
Comments
It looks like there's a difference in the expected URL. For a file like @IanLee1521 do you know if there's a way to configure the site to use a non-base-URL path as the root like that? |
I think you use the Or you use |
I updated this configuration to no effect. Some quick debugging reveals some hard-coded absolute paths in index.html: Line 50 in 3b05803
After removing the first slash in those paths the site loads, but many of the nav links are broken (also pointing to absolute paths). |
I am able to serve this project locally using
bundle exec jekyll serve
and navigate around the UI. Unfortunately, this does not seem to work through Github Pages. There appear to be several assets (css and js files) hosted separately on software.llnl.gov which are not available to github pages.Steps to reproduce:
Expected Behavior: Site should appear as it does locally.
Observed Behavior: UI is broken, many assets not loaded (404 errors in developer console).
The text was updated successfully, but these errors were encountered: