From f10e442435e42b4c66e5a832ea8e42a5bf0ce44f Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 6 Oct 2025 11:47:29 +0200 Subject: [PATCH] Add quarto project --- .gitignore | 2 ++ _quarto.yml | 5 +++++ popcorn.qmd | 7 +++++++ 3 files changed, 14 insertions(+) create mode 100644 _quarto.yml create mode 100644 popcorn.qmd 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 .