Add quarto output dir
This commit is contained in:
parent
d8d2d1b16c
commit
43bd80e30e
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@ wheels/
|
||||||
.venv
|
.venv
|
||||||
|
|
||||||
/.quarto/
|
/.quarto/
|
||||||
|
/_output/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
project:
|
project:
|
||||||
title: "Popcorn analysis"
|
title: "Popcorn analysis"
|
||||||
|
output-dir: _output
|
||||||
|
render:
|
||||||
|
- popcorn.qmd
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue