You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Categories on my Quarto website (via GitHub Pages) are not clickable. Additionally, the categories in an individual post are clickable, but they simply return the main page of the website and do not limit the posts to those with the corresponding Category.
However, the locally rendered version of the website (e.g. opening index.html in a browser) functions perfectly.
Inspecting the browser console on the deployed website show these errors:
Failed to load resource: the server responded with a status of 404 ()
quarto-listing.js:1
Failed to load resource: the server responded with a status of 404 ()
list.min.js:1
Failed to load resource: the server responded with a status of 404 ()
sams-notebook/:88 Uncaught ReferenceError: List is not defined
at HTMLDocument.<anonymous> (sams-notebook/:88:56)
Render locally your website and ensure you have everything properly committed, especially the _freeze directory.
Your .gitignore file is very generic which is preventing you to commit the JavaScript script from Quarto to be committed. The error is quite explicit about this, i.e., the JavaScript files are all missing.
Bug description
The Categories on my Quarto website (via GitHub Pages) are not clickable. Additionally, the categories in an individual post are clickable, but they simply return the main page of the website and do not limit the posts to those with the corresponding Category.
However, the locally rendered version of the website (e.g. opening
index.html
in a browser) functions perfectly.Inspecting the browser console on the deployed website show these errors:
Steps to reproduce
GitHub repo is here: https://github.com/RobertsLab/sams-notebook
I haven't been able to figure out how to make a simple reproducible example for this issue.
I see that there was a similar issue from a couple of years ago, but that was a Quarto book. Not sure if these two issues could be related.
Actual behavior
No response
Expected behavior
No response
Your environment
Quarto check output
Quarto 1.6.42 [✓] Checking environment information... Quarto cache location: /home/sam/.cache/quarto [✓] Checking versions of quarto binary dependencies... Pandoc version 3.4.0: OK Dart Sass version 1.70.0: OK Deno version 1.46.3: OK Typst version 0.11.0: OK [✓] Checking versions of quarto dependencies......OK [✓] Checking Quarto installation......OK Version: 1.6.42 Path: /opt/quarto/bin [✓] Checking tools....................OK TinyTeX: (not installed) Chromium: (not installed) [✓] Checking LaTeX....................OK Tex: (not detected) [✓] Checking basic markdown render....OK [✓] Checking Python 3 installation....OK Version: 3.12.8 (Conda) Path: /home/sam/programs/miniforge3/bin/python Jupyter: (None) Jupyter is not available in this Python installation. Install with conda install jupyter [✓] Checking R installation...........OK Version: 4.4.2 Path: /usr/lib/R LibPaths: - /home/sam/R/x86_64-pc-linux-gnu-library/4.4 - /usr/local/lib/R/site-library - /usr/lib/R/site-library - /usr/lib/R/library knitr: 1.49 rmarkdown: 2.29 [✓] Checking Knitr engine render......OK
The text was updated successfully, but these errors were encountered: