-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
67 lines (62 loc) · 1.46 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
64
65
66
67
project:
type: website
render:
- "*.qmd"
- "!/slides"
- "!/handouts"
- "activities.qmd"
website:
title: "ETC3550/ETC5550 Applied forecasting"
site-url: "https://af.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/15863/discussion/
- text: Moodle
icon: mortarboard-fill
href: https://learning.monash.edu/course/view.php?id=10091§ion=1
- text: Textbook
icon: book-fill
href: https://OTexts.com/fpp3
- text: Exam
icon: pencil-fill
href: exams/index.qmd
right:
- icon: github
href: https://github.com/numbats/af
date-format: "D MMMM YYYY"
freeze: auto
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
message: false
warning: false
cache: false