Skip to content
Discussion options

You must be logged in to vote

I think the path to the image itself is wrong. With this _quarto.yml it should work without the explicitly included resources:

project:
  type: book

book:
  title: "test-book"
  author: "Norah Jones"
  date: "6/20/2023"
  image: imgs/cover.png # < note the corrected path
  chapters:
    - index.qmd
    - intro.qmd
    - summary.qmd
    - references.qmd

bibliography: references.bib

format:
  html:
    theme: cosmo

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@bryanhanson
Comment options

@dragonstyle
Comment options

Answer selected by bryanhanson
@bryanhanson
Comment options

@dragonstyle
Comment options

@bryanhanson
Comment options

@mcanouil
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
websites Issues creating websites html Issues with HTML and related web technology (html/css/scss/js)
3 participants