-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
66 lines (57 loc) · 1.24 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
project:
type: website
output-dir: docs
website:
title: "Lifeng Ren"
navbar:
left:
- href: index.qmd
text: Home
- about.qmd
- sidebar:teaching
- sidebar:presentation
sidebar:
- id: teaching
title: Teaching
style: "docked"
background: light
collapse-level: 2
search: true
contents:
- section: "R Review 2023"
contents:
- href: lec0.qmd
- href: lec1.qmd
- href: lec2.qmd
- href: lec3.qmd
- href: lec4.qmd
- href: lec5.qmd
- id: presentation
title: Presentation
style: "docked"
background: light
collapse-level: 2
search: true
contents:
- section: "APEC Skill Sessions"
contents:
- href: quarto_notebook.qmd
back-to-top-navigation: true
page-footer:
left: "Copyright 2023, Lifeng Ren"
right:
- icon: github
href: https://github.com/lfr00154/
format:
html:
theme: united
css: styles.css
toc: true
toc-float: true
toc-location: left
toc-depth: 2
number-sections: true
number-depth: 3
code-fold: true
fig-caption: yes
mathjax: local