Missing dependencies and broken links when using GH Pages #478
Open
Description
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:
- Fork llnl.github.io into own account.
- Rebuild data index using MASTER.sh script
- Delete CNAME file
- Enable github pages pointing to "master"
- Navigate to github pages url (in my case, https://jordanperr.github.io/llnl.github.io/)
Expected Behavior: Site should appear as it does locally.
Observed Behavior: UI is broken, many assets not loaded (404 errors in developer console).
Metadata
Assignees
Labels
No labels