bookclub-advr

DSLC Advanced R Book Club
git clone https://git.eamoncaddigan.net/bookclub-advr.git
Log | Files | Refs | README | LICENSE

commit da54ce7f8fbe516c9ff405e981b28b1dabe3f1bc
parent 337e4db47cd95fe263091f095e4b96368ad16d40
Author: Jon Harmon <jonthegeek@gmail.com>
Date:   Sun,  3 Aug 2025 13:40:21 -0500

Ignore files during render and force a re-render. (#79)

* Ignore files during render and force a re-render.

* Ignore files during render

Also force a re-render, and handle videos better.
Diffstat:
M.gitignore | 1+
M_quarto.yml | 11+++++------
Mvideos/01.qmd | 2+-
3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -10,3 +10,4 @@ /.quarto/ /_site/ /site_libs/ +figure-revealjs diff --git a/_quarto.yml b/_quarto.yml @@ -18,14 +18,13 @@ website: contents: - index.qmd - file: slides/00-club_intro.qmd - target: advr_club-club_intro + target: advr_club-slides - section: "Getting started" contents: - - file: slides/01-introduction.qmd - target: advr_club-slides - contents: - - text: Meeting videos - file: videos/01.qmd + - section: slides/01-introduction.qmd + target: advr_club-slides + contents: + - file: videos/01.qmd - section: "Foundations" contents: - file: slides/02_Names_and_values.Rmd diff --git a/videos/01.qmd b/videos/01.qmd @@ -1,5 +1,5 @@ --- -title: Meetings +title: Meeting Videos --- ## Cohort 1