-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
82 lines (81 loc) · 2.18 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
project:
type: website
output-dir: docs
website:
title: "Forecasting cash rate"
favicon: fcr.png
navbar:
background: "light"
right:
- icon: person
url: https://github.com/donotdespair
- icon: github
url: https://github.com/forecasting-cash-rate/forecasting-cash-rate.github.io
- icon: linkedin
url: https://www.linkedin.com/in/tomasz-wo%C5%BAniak-7b85361b1/
- icon: cloud-fill
url: https://bsky.app/profile/tomaszwozniak.bsky.social
- icon: mastodon
url: https://fosstodon.org/@tomaszwozniak
- icon: envelope
href: mailto:twozniak@unimelb.edu.au
sidebar:
logo: fcr.png
style: "floating"
search: true
contents:
- file: index.qmd
text: "RBA Cash Rate Survey Forecasts"
- section: "2024"
contents:
- file: 2024_10.qmd
text: "End of October"
- file: 2024_09.qmd
text: "Mid September"
- file: 2024_07.qmd
text: "Late July"
- file: 2024_06.qmd
text: "Early June"
- file: 2024_04.qmd
text: "Late April"
- file: 2024_03.qmd
text: "Early March"
- file: 2024_01.qmd
text: "January"
- section: "2023"
contents:
- file: 2023_12.qmd
text: "December"
- file: 2023_11.qmd
text: "November"
- file: 2023_10.qmd
text: "October"
- file: 2023_09.qmd
text: "September"
- file: 2023_08.qmd
text: "August"
- file: 2023_07.qmd
text: "July"
- file: 2023_06.qmd
text: "June"
- file: 2023_05.qmd
text: "May"
- file: 2023_04.qmd
text: "April"
- file: 2023_03.qmd
text: "March"
- file: 2023_02.qmd
text: "February"
- file: 2023_01.qmd
text: "January"
- section: "2022"
contents:
- file: 2022_11.qmd
text: "November"
- file: 2022_10.qmd
text: "October"
format:
html:
theme: cosmo
css: styles.css
toc: true