Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/schema/document-about.yml
12925 views
1
- name: about
2
tags:
3
formats: [$html-doc]
4
schema:
5
anyOf:
6
- enum: [jolla, trestles, solana, marquee, broadside]
7
- ref: website-about
8
description:
9
short: Specifies that the page is an 'about' page and which template to use when laying out the page.
10
# FIXME: How do we link to other schema descriptions in this style of documentation?
11
long: |
12
Specifies that the page is an 'about' page and which template to use when laying out the page.
13
14
The allowed values are either:
15
16
- one of the possible template values (`jolla`, `trestles`, `solana`, `marquee`, or `broadside`))
17
- an object describing the 'about' page in more detail. See [About Pages](https://quarto.org/docs/websites/website-about.html) for more.
18
19