Skip to content
Discussion options

You must be logged in to vote

Using Quarto 1.4, writing this:

project:
  type: book
  output-dir: docs


book:
  title: "bookdemo"
  author: "Jane Doe"
  date: "today"
  downloads: [pdf]
  search: true
  repo-url: https://github.com/agrogan1/bookdemo
  repo-actions: [issue]
  sharing: [twitter, facebook, linkedin]
  chapters:
    - index.qmd
    - intro.qmd
    - summary.qmd
    - references.qmd
  navbar:
    background: primary
    
bibliography: references.bib

format:
  html:
    theme: cosmo
  pdf:
    documentclass: scrreprt

and rendering I see:

Which I think(?) looks correct. Are you seeing something different or can you suggest what you're expecting that you aren't seeing?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mcanouil
Comment options

You must be logged in to vote
0 replies
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
2 participants