_quarto.yml (1376B)
1 project: 2 type: website 3 pre-render: generate_chapters.R 4 render: 5 - slides/* 6 - videos/* 7 - '*.qmd' 8 format: 9 html: 10 theme: 11 dark: darkly 12 light: flatly 13 css: styles.css 14 toc: false 15 link-external-newwindow: true 16 execute: 17 freeze: auto 18 website: 19 title: Advanced R Book Club 20 sidebar: 21 style: docked 22 search: true 23 tools: 24 - icon: github 25 href: https://github.com/r4ds/bookclub-advr 26 - icon: youtube 27 href: https://dslc.video/advr 28 - icon: mastodon 29 href: https://fosstodon.org/@DSLC 30 - icon: linkedin 31 href: https://www.linkedin.com/company/dslc-io 32 contents: 33 - index.qmd 34 - file: slides/00.qmd 35 target: advr_club-slides 36 - section: Getting Started 37 contents: 38 - 01.qmd 39 - section: Foundations 40 contents: 41 - 02.qmd 42 - 03.qmd 43 - 04.qmd 44 - 05.qmd 45 - 06.qmd 46 - 07.qmd 47 - 08.qmd 48 - section: Functional programming 49 contents: 50 - 09.qmd 51 - 10.qmd 52 - 11.qmd 53 - section: Object-oriented programming 54 contents: 55 - 12.qmd 56 - 13.qmd 57 - 15.qmd 58 - 14.qmd 59 - 16.qmd 60 - section: Metaprogramming 61 contents: 62 - 17.qmd 63 - 18.qmd 64 - 19.qmd 65 - 20.qmd 66 - 21.qmd 67 - section: Techniques 68 contents: 69 - 22.qmd 70 - 23.qmd 71 - 24.qmd 72 - 25.qmd