-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_quarto.yml
49 lines (45 loc) · 1.81 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
project:
type: website
lib-dir: site_libs
render:
- index.qmd
- faq.qmd
- computing/*.qmd
- syllabus.qmd
- course-setup.qmd
- schedule/index.qmd
- schedule/slides/*.qmd
- schedule/handouts/*.qmd
execute:
freeze: auto
editor: source
website:
title: UBC Stat406 2024W
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 [Geoff Pleiss](https://geoffpleiss.com), [Trevor Campbell](https://trevorcampbell.me), and [Daniel J. McDonald](https://dajmcdon.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 Stat406"
right:
- text: Syllabus
url: syllabus.qmd
- text: Schedule
url: schedule/index.qmd
- text: Worksheets
url: https://ubc-stat.github.io/stat-406-worksheets/
- text: Computing
url: computing/index.qmd
- text: "{Rpkg} Docs"
url: https://ubc-stat.github.io/stat-406-rpackage/
- text: FAQ
url: faq.qmd
- text: "{{< fa brands github >}} Github"
url: https://github.com/stat-406-2024
format:
html:
theme: [cosmo, assets/styles.scss]
toc: true