a = 10
b = 20Getting Started With Quarto
Parlance Labs
Now, try to change some contents and see what happens.
The _site folder contains the html files that are generated.
You can serve this site with any web server.
When starting out, its helpful to look at the help for every command.
quarto preview --help
Debugging Tips
quarto preview somefile.qmd--log-level error can help you focus on what is important_site folderLearn to navigate the Quarto docs website.
Start with the reference page page, where you will see:
html, revealjs, pdf, etc..)Tip
Many formats have the same options and are repeated in the docs.
Also see the project guide
When authoring _quarto.yml or .qmd files, its best to use VSCode with the Quarto extension.
Demo this by opening the source code.
Code blocks
My Other favorite features:
_quarto.ymlAnd much more!
JupyterLab extension.
Recommendation: Use VSCode Notebooks if possible (you also get CoPilot there).
_quarto.yml file to change the title of the website._quarto.yml file to change the theme of the website..qmd file and preview it locally.