-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
41 lines (36 loc) · 950 Bytes
/
_quarto.yml
File metadata and controls
41 lines (36 loc) · 950 Bytes
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
project:
type: website
output-dir: docs
website:
title: "Sydney Informatics Hub Course name"
navbar:
background: primary
left:
- href: index.qmd
text: Home
- href: setup.html
text: "Setup"
- text: "Session 1"
menu:
- text: "Python from ipynb example"
href: notebooks/01a-fundamentals.html
- text: "R from qmd example"
href: notebooks/01b_exampleRcontent.html
- text: "Markdown from md example"
href: notebooks/01c_exampleMDcontent.html
cookie-consent:
type: express
style: simple
palette: light
policy-url: https://www.sydney.edu.au/privacy-statement.html
google-analytics: "G-TNWWV3HK57"
body-footer: "All materials copyright Sydney Informatics Hub, University of Sydney"
format:
html:
toc: true
theme:
light: flatly
dark: darkly
css: styles.scss
code-link: true
code-fold: false