Skip to content

Commit

Permalink
Notes on rendering quarto book
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Jun 5, 2024
1 parent 47e1804 commit 37ff552
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions books/making_books.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ For a blog, the posts are in seperate pages as the filename has to be index.qmd.

To change preview type when using VSCode to preview, go to Settings > Quarto > Render: Preview Type and set to external

Commands to check/make/preview book:

* `quarto check` - checks if would build successfully
* `quarto preview` - previews as-is
* `quarto render` - rebuilds whole book
* quarto preview button in VS code - will render current page, and will render other pages when you click on them, except blog posts

## Jupyter book

Install jupyter-book package.
Expand Down

0 comments on commit 37ff552

Please sign in to comment.