-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
53 lines (48 loc) · 1.79 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
project:
type: website
lib-dir: site_libs
render:
- index.qmd
- faq.qmd
- computing/*.qmd
- case-studies/*.qmd
- syllabus.qmd
- course-setup.qmd
- schedule/index.qmd
- schedule/slides/*.qmd
- schedule/handouts/*.qmd
output-dir: docs
execute:
freeze: auto
editor: source
repo-actions: false
website:
title: UBC DSCI 200
repo-url: https://github.com/ubc-stat/stat-406/
issue-url: https://github.com/ubc-stat/stat-406/issues/new/
repo-actions: [source, issue, edit]
page-footer:
background: primary
center: "This work by [Katie Burak](https://katieburak.github.io/) and [Gabriela V. Cohen Freue](https://gcohenfr.github.io/) is licensed under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0)<img style='height:22px!important;margin-left:3px;vertical-align:text-bottom;' src='https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1'><img style='height:22px!important;margin-left:3px;vertical-align:text-bottom;' src='https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1' /><img style='height:22px!important;margin-left:3px;vertical-align:text-bottom;' src='https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1' />"
navbar:
pinned: true
title: "{{< fa chart-column >}} UBC DSCI 200"
right:
- text: Syllabus
url: syllabus.qmd
- text: Schedule
url: schedule/index.qmd
- text: Worksheets
url: https://github.com/UBC-STAT/dsci-200
- text: Computing
url: computing/index.qmd
- text: Case Studies
url: index.qmd
- text: FAQ
url: faq.qmd
- text: "{{< fa brands github >}} Github"
url: https://github.com/UBC-STAT/dsci-200
format:
html:
theme: [cosmo, assets/styles.scss]
toc: true