Adds output dir variable in task. Adds dry-run description in readme.

This commit is contained in:
Michael Beck
2026-07-02 10:48:58 +02:00
parent 365219777a
commit 62873b4e91
4 changed files with 41 additions and 32 deletions
+7
View File
@@ -25,6 +25,13 @@ In any arch-based Linux distro, run `go-task finalize` instead.
More on how to include more detail in the front matter can be found in the official [quarto manual](https://quarto.org/docs/authoring/front-matter.html). Their quick introduction into [Markdown Basics](https://quarto.org/docs/authoring/markdown-basics.html) is also worth reading.
If you want to know, which command is being run by `task`, use the `--dry` parameter:
```bash
> task manuscript:render:html --dry
task: [manuscript:render:html] quarto render --profile=default --to html --output-dir _output/default
```
## Project layout
Each of `Manuscript/`, `ResearchReport/`, and `Supplements/` contains a Quarto project with its own `_quarto.yml`, `index.qmd`, `data/`, and `figures/` folders.