Skip to content

Commit b725dd9

Browse files
author
Andy
authored
Added Quarto as site generator
1 parent 7ddeae0 commit b725dd9

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

src/site/generators/quarto.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Quarto
3+
repo: https://github.com/quarto-dev/quarto-cli
4+
homepage: https://quarto.org/
5+
language:
6+
- TypeScript
7+
- JavaScript
8+
license:
9+
- GPL-2.0-only
10+
templates:
11+
- Markdown
12+
- Jupyter
13+
- Python
14+
- R
15+
- Julia
16+
- Observable
17+
- Dot
18+
- Mermaid
19+
description: Quarto® is an open-source scientific and technical publishing system built on Pandoc
20+
twitter: quarto_pub
21+
---
22+
23+
## Features
24+
25+
- Create dynamic content with Python, R, Julia, and Observable.
26+
27+
- Author documents as plain text markdown or Jupyter notebooks.
28+
29+
- Publish high-quality articles, reports, presentations, websites, blogs, and books in HTML, PDF, MS Word, ePub, and more.
30+
31+
- Author with scientific markdown, including equations, citations, crossrefs, figure panels, callouts, advanced layout, and more.
32+
33+
[![Quarto | Get Started](https://quarto.org/docs/tools/images/vscode-render.png)](https://quarto.org/docs/get-started/)
34+
35+
## Dynamic Documents
36+
37+
Generate dynamic output using Python, R, Julia, and Observable. Create reproducible documents that can be regenerated when underlying assumptions or data change.
38+
39+
## Beautiful Publications
40+
41+
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.
42+
43+
## Scientific Markdown
44+
45+
Pandoc markdown has excellent support for LaTeX equations and citations. Quarto adds extensions for cross-references, figure panels, callouts, advanced page layout, and more.
46+
47+
## Authoring Tools
48+
49+
Use your favorite tools including VS Code, RStudio, Jupyter Lab, or any text editor. Use the Quarto visual markdown editor for long-form documents.
50+
51+
## Interactivity
52+
53+
Engage readers by adding interactive data exploration to your documents using Jupyter Widgets, htmlwidgets for R, Observable JS, and Shiny.
54+
55+
## Websites and Books
56+
57+
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).
58+
59+
View the [Gallery](https://quarto.org/docs/gallery/) to see more of what Quarto can do!

0 commit comments

Comments
 (0)