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
which doesn't work in my case because the href should be to http://localhost:3553/people/girard_cv.pdf locally and https://jmgirard.github.io/reponame/people/girard_cv.pdf when published via GitHub Pages.
The following works locally, but not when published:
staleIssues open for 30+ days without providing a "working" reproducible example
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Related to #790, I want to add a PDF to an "About" page and am having trouble getting it to route properly.
This is my YAML in
./people/girard.qmd
:This results in the following in
./people/girard.html
:which doesn't work in my case because the href should be to
http://localhost:3553/people/girard_cv.pdf
locally andhttps://jmgirard.github.io/reponame/people/girard_cv.pdf
when published via GitHub Pages.The following works locally, but not when published:
The following works when published, but not locally:
In an ideal world, I could just put
href: girard_cv.pdf
and quarto would be smart enough to work locally and when published.Beta Was this translation helpful? Give feedback.
All reactions