From b725dd94b9e62193e43f99739d949dd6ebef099c Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 15 Aug 2022 19:23:19 +0100 Subject: [PATCH] Added Quarto as site generator --- src/site/generators/quarto.md | 59 +++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/site/generators/quarto.md diff --git a/src/site/generators/quarto.md b/src/site/generators/quarto.md new file mode 100644 index 000000000..6b9ea9b5d --- /dev/null +++ b/src/site/generators/quarto.md @@ -0,0 +1,59 @@ +--- +title: Quarto +repo: https://github.com/quarto-dev/quarto-cli +homepage: https://quarto.org/ +language: + - TypeScript + - JavaScript +license: + - GPL-2.0-only +templates: + - Markdown + - Jupyter + - Python + - R + - Julia + - Observable + - Dot + - Mermaid +description: Quarto® is an open-source scientific and technical publishing system built on Pandoc +twitter: quarto_pub +--- + +## Features + +- Create dynamic content with Python, R, Julia, and Observable. + +- Author documents as plain text markdown or Jupyter notebooks. + +- Publish high-quality articles, reports, presentations, websites, blogs, and books in HTML, PDF, MS Word, ePub, and more. + +- Author with scientific markdown, including equations, citations, crossrefs, figure panels, callouts, advanced layout, and more. + +[![Quarto | Get Started](https://quarto.org/docs/tools/images/vscode-render.png)](https://quarto.org/docs/get-started/) + +## Dynamic Documents + +Generate dynamic output using Python, R, Julia, and Observable. Create reproducible documents that can be regenerated when underlying assumptions or data change. + +## Beautiful Publications + +Publish high-quality articles, reports, presentations, websites, and books in HTML, PDF, MS Word, ePub, and more. Use a single source document to target multiple formats. + +## Scientific Markdown + +Pandoc markdown has excellent support for LaTeX equations and citations. Quarto adds extensions for cross-references, figure panels, callouts, advanced page layout, and more. + +## Authoring Tools + +Use your favorite tools including VS Code, RStudio, Jupyter Lab, or any text editor. Use the Quarto visual markdown editor for long-form documents. + +## Interactivity + +Engage readers by adding interactive data exploration to your documents using Jupyter Widgets, htmlwidgets for R, Observable JS, and Shiny. + +## Websites and Books + +Publish collections of documents as a blog or full website. Create books and manuscripts in both print formats (PDF and MS Word) and online formats (HTML and ePub). + +View the [Gallery](https://quarto.org/docs/gallery/) to see more of what Quarto can do!