-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_quarto.yml
More file actions
44 lines (40 loc) · 1.38 KB
/
_quarto.yml
File metadata and controls
44 lines (40 loc) · 1.38 KB
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
project:
type: website
output-dir: docs
website:
favicon: images/favicon.png
navbar:
title: "EDS 212"
right:
- text: home
href: index.qmd
- text: syllabus
href: https://docs.google.com/document/d/1L3nnsIcDQy_PKegzaaZxzUE7BTKLzO6wx1uRoF22BM4/edit?usp=sharing
target: _blank
- text: daily materials
menu:
- text: day 1 (8/4)
href: course-materials/day1.qmd
- text: day 2 (8/5)
href: course-materials/day2.qmd
- text: day 3 (8/6)
href: course-materials/day3.qmd
- text: day 4 (8/7)
href: course-materials/day4.qmd
- text: day 5 (8/8)
href: course-materials/day5.qmd
- icon: github
href: https://github.com/EDS-212-Essential-Math
target: _blank
page-footer:
background: dark
right: This website is built with [{{< fa brands github title="the github octocat logo" >}}](https://github.com/samanthacsik/EDS-212-essential-math), [{{< fa brands r-project title="R Project" >}}](https://www.r-project.org/about.html) and [Quarto](https://quarto.org/)
left: |
<img src="images/bren-logo.png" alt="The Bren School of Environmental Science & Management logo" width="250"/>
format:
html:
theme: meds-website-styles.scss
toc: true
title-block-banner: true
page-layout: full
editor: source