-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
81 lines (81 loc) · 1.6 KB
/
_quarto.yml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
lang: en
project:
type: book
output-dir: docs
resources: resources
execute:
freeze: auto
book:
title: AI TutoR
author: School of Psychology and Neuroscience, University of Glasgow
doi: ''
license: CC-BY
cover-image: include/images/logo.png
image: include/images/logo.png
favicon: include/images/logo.png
cookie-consent: false
google-analytics: ''
page-navigation: true
search: true
sharing:
- twitter
- facebook
- linkedin
sidebar:
title: ''
logo: ''
search: true
contents: ''
style: floating
background: light
foreground: dark
border: true
alignment: left
collapse-level: 3
pinned: true
header: ''
footer: ''
margin-header: ''
page-footer: CC-BY (2024) School of Psychology and Neuroscience, University of Glasgow
chapters:
- index.qmd
- 01-intro.qmd
- part: "Personal Tutor"
chapters:
- 02-personalise.qmd
- 03-testing.qmd
- part: "AI Pair Programmer"
chapters:
- 04-errors.qmd
- 05-review.qmd
- 06-writing.qmd
appendices:
- webexercises.qmd
- references.qmd
bibliography: include/references.bib
csl: include/apa.csl
format:
html:
theme:
light:
- flatly
- include/light.scs
dark:
- darkly
- include/dark.scss
css:
- include/psyteachr.css
- include/webex.css
- include/style.css
df-print: kable
code-link: true
code-fold: false
code-line-numbers: true
code-overflow: wrap
code-copy: hover
highlight-style: a11y
mainfont: ''
monofont: ''
include-after-body:
- include/webex.js
- include/script.js