Skip to content

Commit b7fcf68

Browse files
committed
Clarify project vs. non-project use
1 parent 95619d9 commit b7fcf68

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/authoring/brand.qmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,12 @@ Currently, the formats that support **brand.yml** are: `html`, `dashboard`, `rev
7777

7878
## Applying Brand
7979

80-
To specify a brand, create a `_brand.yml` file in the root directory of your project. *Do you need a project? Do we reccommend a project? *
80+
To specify a brand, create a `_brand.yml` file in the root directory of your project (i.e. alongside `_quarto.yml`).
8181
Quarto will detect the presence of `_brand.yml` and automatically apply the brand to all documents of the supported formats in the project.
8282

83+
You can create a `_brand.yml` file outside of a Quarto project (e.g. without a `_quarto.yml`).
84+
In this case, `_brand.yml` will automatically apply to documents in the same directory.
85+
8386
You can also set brand options in a document by specifying brand elements under the `brand` option:
8487

8588
```{.yaml filename="document.qmd"}

0 commit comments

Comments
 (0)