Replies: 1 comment 1 reply
-
|
This happens because of quarto-cli/src/project/serve/serve.ts Lines 182 to 188 in af454e8 I transfer this to a issue. |
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'm working on a project type extension for a website. When I run
the output is
If I change my
_quarto.ymlfromto
and I re-run
quarto preview, the command work as expected.Is possible to tell the extension to skip the ´index` check like the Hugo extension does? Thanks!
Extension
The error happens with a copy of the Hugo extension that has a different name and related format name.
_extensions/mwe/_extension.ymlThe only change is in
contributes.project.formatfromhugo-mdtomwe-md.Output of
quarto checkBeta Was this translation helpful? Give feedback.
All reactions