summaryrefslogtreecommitdiff
path: root/_quarto.yml
blob: 889818f2a40d3eb297e359c8f9596987520c90a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
book:
  title: "MD-SITE-101"
  chapters:
    - index.md
    - part: "Lectures"
      chapters:
        - ./lectures/01-first-lecture.md
    - part: "Exercises"
      chapters:
        - ./exercises/01-first-exercise-sheet.md

project:
  type: book
  preview:
    port: 4200
    browser: false

format:
  html:
    theme: cosmo
    number-sections: false
    shift-heading-level-by: 1

filters:
  - ./filters/strip-solutions.lua