-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
57 lines (52 loc) · 1.23 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
project:
type: website
render:
- "*.qmd"
- "*.md"
website:
title: "ETX0000 Advanced Bean Counting"
site-url: "https://abc.numbat.space"
navbar:
background: "#006dae"
left:
- href: index.qmd
text: Home
icon: house-fill
- text: Schedule
icon: calendar2-fill
menu:
- week1/index.qmd
- week2/index.qmd
- week3/index.qmd
- week4/index.qmd
- week5/index.qmd
- week6/index.qmd
- week7/index.qmd
- week8/index.qmd
- week9/index.qmd
- week10/index.qmd
- week11/index.qmd
- week12/index.qmd
- text: Discussion
icon: chat-fill
href: "https://edstem.org/au/courses/00000/discussion/"
- text: Moodle
icon: mortarboard-fill
href: "https://learning.monash.edu/course/view.php?id=00000§ion=1"
right:
- icon: github
href: https://github.com/numbats/abc
date-format: "D MMMM YYYY"
format:
html:
theme: [cosmo, numbat.scss]
highlight: textmate
toc: true
mainfont: "Fira Sans"
html-math-method: katex
include-in-header:
file: header.html
execute:
echo: false
warning: false
message: false