-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_quarto.yml
More file actions
79 lines (75 loc) · 1.72 KB
/
_quarto.yml
File metadata and controls
79 lines (75 loc) · 1.72 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
project:
type: website
render:
- "*.qmd"
- "*.md"
- "!quizzes/"
- "!exam/"
- "!assignments/"
- "!next-time*"
- "!data/ACIC23-competition/"
- "!data/water/"
- "!week9/tutorial*.html"
output-dir: docs
resources:
- "assets/*"
- "data/*"
- "images/*"
- "gifs/*"
- "week*/slides.qmd"
- "week*/tutorial.qmd"
- "week*/slides.R"
- "week*/slides.pdf"
- "assignments/assign01.zip"
- "assignments/assign02.zip"
- "assignments/assign03.zip"
website:
title: "ETC3250/5250 Introduction to Machine Learning"
site-url: "https://iml.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/16048/discussion/"
- text: Moodle
icon: mortarboard-fill
href: "https://learning.monash.edu/course/view.php?id=9453"
- text: Resources
icon: book
href: resources.qmd
right:
- icon: github
href: https://github.com/numbats/iml
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