quarto previewOverview

The following website contains a quick guide/cookbook for creating websites with quarto.
Preview
As you are working on the site you can preview it. This will open up the website on a browser.
Ensue you are in the main directory of your quarto project when running the above.
When you run the above it will create the files but also open a preview of the website in a browser. With the render-on-save: true in our _quarto.yml file the preview will update as you save changes in your files. However, this seems to be a bit consistent, to force the preview to update go to your _quart.yml file and save it. You can do this even if their are no changes to the _quarto.yml to save.
You can host your html files through various means. I use the free service GitHub pages.
Creating quarto files
The various parts, sections, and pages of this website provide a quick guide and resources for creating a quarto website. These include:
- Setup: Setting up quarto, VScode, and a quarto website project
- Also includes install instructions for the various R packages described in this website
- qmd: Writing
.qmdfiles with markdown - css: Setting the website theme, and the text font & colour
- This shows the use of
.scssfiles (Sass: Syntactically Awesome Style Sheets)
- This shows the use of
- yml: Setting the format, structure, and other global options for the website
Further resources
Other resources include: