Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify what "within a _quarto.yml" means in quarto-projects.qmd #867

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/projects/quarto-projects.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ If the document-level YAML defines a format, it must define the complete list of

### Metadata Includes

You might find it convenient to break your metadata into multiple files. You can do this using the `metadata-files` option. For example, here we include some website options within a `_quarto.yml`:
You might find it convenient to break your metadata into multiple files. You can do this using the `metadata-files` option. For example, here we include some website options with a seperate `_website.yml` in the `_quarto.yml`:

``` {.yaml filename="_quarto.yml"}
project:
Expand Down Expand Up @@ -204,7 +204,7 @@ These articles provide additional documentation on more advanced features of Qua

- [Project Profiles](profiles.qmd) describes how you can adapt both the options and content of your projects for different scenarios (e.g. development vs. production or creating multiple versions of a book or website).

- [Environment Variables](environment.qmd) covers how to define environment variables that should set whenever your project is rendered (including how to vary those variables by project profile and/or for use in local development).
- [Environment Variables](environment.qmd) covers how to define environment variables that should be set whenever your project is rendered (including how to vary those variables by project profile and/or for use in local development).

- [Project Scripts](scripts.qmd) describes how to add periodic or pre/post render scripts to projects for special processing of input data and project outputs.

Expand Down
Loading