diff --git a/.gitignore b/.gitignore index 505a3b1..792d13b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ wheels/ # Virtual environments .venv + +/.quarto/ diff --git a/_quarto.yml b/_quarto.yml new file mode 100644 index 0000000..dacd9fd --- /dev/null +++ b/_quarto.yml @@ -0,0 +1,5 @@ +project: + title: "Popcorn analysis" + + + diff --git a/popcorn.qmd b/popcorn.qmd new file mode 100644 index 0000000..7931d90 --- /dev/null +++ b/popcorn.qmd @@ -0,0 +1,7 @@ +--- +title: "Popcorn analysis" +--- + +## Quarto + +Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see .