Adds output dir variable in task. Adds dry-run description in readme.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user