Quarto Blog listing won't link to individual blog posts once published to web server #9657
Unanswered
kyledemaria
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Why do you set this option for a listing/website? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am trying to publish a Quarto Blog to a private web server. When I do so, the links on the listing page do not direct to the individual blog posts. For example, when I click a blog post on the listings page, I am taken to ".../_site/posts/2024_03/". The result is a 404 page not found error. However, the actual blog post is hosted at ".../_site/posts/2024_03/index.html". For some reason, the listing page is not directing to the index.html file itself but rather pointing to the folder it is within. This issue does not occur on my local machine — only when I try to publish to the web server.
I have recreated the _site folder on the web server, but have only uploaded the listing page and the blog post index.html files. I have also set
self-contained: true
andembed-resources: true
in the yamls of the listing and blog post files. I'm running Quarto version 1.3.450.Any help would be greatly appreciated!
Here is the yaml of the listing page.
Here is the _quarto.yaml file.
Beta Was this translation helpful? Give feedback.
All reactions