An example of the creation of a personal website. You collect (1) material to publish in your website data, figures, analyses, and results, those resources are put together with (2) an Integrated Development Environment like Visual Studio creating (3) an organised hierarchy of files and text that includes formatting information, then using (4) a formatting tool like Jekyll all the artefacts are combined into (5) a website of html and other files that can be (6) hosted in a web server.
$ quarto --help
render [input] [args...] - Render files or projects to various document types.
preview [file] [args...] - Render and preview a document or website project.
serve [input] - Serve a Shiny interactive document.
create [type] [commands...] - Create a Quarto project or extension
use <type> [target] - Automate document or project setup tasks.
add <extension> - Add an extension to this folder or project
update [target...] - Updates an extension or global dependency.
remove [target...] - Removes an extension.
convert <input> - Convert documents to alternate representations.
pandoc [args...] - Run the version of Pandoc embedded within Quarto.
typst [args...] - Run the version of Typst embedded within Quarto.
run [script] [args...] - Run a TypeScript, R, Python, or Lua script.
install [target...] - Installs a global dependency (TinyTex or Chromium).
uninstall [tool] - Removes an extension.
tools - Display the status of Quarto installed dependencies
publish [provider] [path] - Publish a document or project to a provider.
check [target] - Verify correct functioning of Quarto installation.
help [command] - Show this help or the help of a sub-command.
quarto create project
quarto render
quarto preview
(it autobuilds and updates when changes in the source files are detected).Quarto
is integrated in multiple IDEs
Quarto
is a formatting tool