You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,15 @@ See [Get started with Quarto](https://quarto.org/docs/get-started/) and the [Qua
58
58
59
59
-**All text** in the `.qmd` documents is boilerplate or example text and intended to be edited to some extent to customize it for your group.
60
60
61
+
### To preview
62
+
63
+
In the terminal run `quarto preview` and it should open a live preview of your book in a browser window.
64
+
When you make changes and save them, this preview will update.
65
+
61
66
### To publish
62
67
63
68
You only have to do this once.
64
69
65
-
Run `quarto publish gh-pages` in the terminal to create `_publish.yml`.
66
-
Commit and push `_publish.yml` to GitHub.
67
-
After this, the GitHub action should automatically re-render and deploy your book when changes are pushed to the main branch on GitHub.
70
+
In the terminal, stop the `quarto preview` process if it is running, run `quarto render` and then `quarto publish gh-pages`.
71
+
When this is successful it should open up your book in your web browser.
72
+
After this, the GitHub action included in `.github/`should automatically re-render and deploy your book when changes are pushed to the main branch on GitHub.
0 commit comments