Open geealbers opened 1 year ago
This issue is currently backlogged but will be addressed in time. In the meantime, the docs will be amended to warn users that build will break if the default cover images is deleted and left blank in the index.md
file
Adding a note that this issue needs to be tested to pinpoint where exactly the break is occurring.
Confirming the build will break when: image:
value is left blank, when the image:
value is ""
, and when image:
is removed completely. The build will work if the image itself has been deleted but the path is still listed as a value (image: spiral-overlay.png
)
updated to say this issue is still present in
quire-cli 1.0.0-rc.14 quire-11ty 1.0.0-rc.17
Before proceeding, make sure there isn’t an existing issue for this bug.
Expected Behavior
I should be able to remove the
image
from theindex.md
cover file, and have the cover display with the color background and title typography alone.Actual Behavior
Instead, when there is not
image
specified. And error is thrown onquire build
which stops the build as imcomplete.Steps to Reproduce
image:
entry fromcontent/index.md
quire build
Version Numbers
[test-cover-image] quire-cli 1.0.0-rc.10 quire-11ty 1.0.0-rc.14 starter https://github.com/thegetty/quire-starter-default@2.6.0
[System] quire-cli 1.0.0-rc.10 node v18.16.0 npm 9.5.1 os Darwin 22.3.0
Web Browser
No response
Relevant Terminal/Shell Output
No response
Supporting Information
No response