Replies: 2 comments
-
This is because Github Pages uses Jekyll by default to render static website, and path with See our doc (https://quarto.org/docs/publishing/github-pages.html#render-to-docs) where we explained about
Do you have already created this file in your root repo ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, thank you for this answer.
Br, juuso
…On Fri, 13 Jan 2023, 17:00 Christophe Dervieux, ***@***.***> wrote:
This is because Github Pages uses Jekyll by default to render static
website, and path with _ are ignored.
See our doc (
https://quarto.org/docs/publishing/github-pages.html#render-to-docs)
where we explained about .nojekyll
<https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/>
Then, add a .nojekyll file to the root of your repository that tells
GitHub Pages not to do additional processing of your published site using
Jekyll (the GitHub default site generation tool):
—
Reply to this email directly, view it on GitHub
<#3960 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKGT4XF4QA5AKZ5EVO7JLRDWSFUYLANCNFSM6AAAAAAT2JXCLM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I noticed when I publish my Quarto book on Github pages that if navigation html page starts like this _basics.html or like this basic.html it makes difference. If url link is _basic.html I get 404 error. If link starts like this basic.html it works well?
BR;
Juuso
Beta Was this translation helpful? Give feedback.
All reactions