generated from posit-conf-2023/workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 15
/
_quarto.yml
47 lines (42 loc) · 1005 Bytes
/
_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
project:
type: website
resources:
- "materials/*.pdf"
render:
- "*.qmd"
- "!materials"
date-format: "D MMMM YYYY"
execute:
echo: true
warning: false
website:
page-navigation: true
title: "Tidy time series and forecasting in R"
description: "Home page for Posit 2023 Tidy time series & forecasting workshop"
repo-url: https://github.com/posit-conf-2023/forecasting
twitter-card:
creator: "@robjhyndman"
page-footer:
right: "© 2023, <a href='https://robjhyndman.com'>Rob J Hyndman </a>"
background: "#426D98"
navbar:
background: "#426D98"
pinned: true
align: center
right:
- icon: github
href: https://github.com/posit-conf-2023/forecasting
left:
- text: Introduction
href: https://youtu.be/g4221KXM7hU
- href: day1.qmd
- href: day2.qmd
format:
html:
theme: tango
css: styles.css
toc: true
include-in-header:
file: header.html
language:
title-block-published: "Date"