ERROR: Book contents must include a home page (e.g. index.md) -- how can I use external page instead? #13346
Unanswered
PathosEthosLogos
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's not possible. Why don't you write your HTML as raw block in |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Description
I created a Quarto book, but I would like to use my own custom
index.html
page instead. How can I achieve this?If I don't include an index.qmd in the
_quarto.yml
file, it gives me theERROR: Book contents must include a home page (e.g. index.md)
. Further, even if I leave it blank, then it shows up on the table of contents (so I'm forced to create a blankh1
heading with{.unnumbered}
tag) which creates a completely different page with its own Quarto Book format.There must be some way to disable this, right?
Beta Was this translation helpful? Give feedback.
All reactions