-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy path_quarto.yml
48 lines (43 loc) · 1.17 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
project:
type: website
output-dir: docs
website:
title: "Transport Data Science"
sidebar:
background: primary
# logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/itsleeds/tds
text: GitHub
style: docked
contents:
- href: index.qmd
text: Home
- href: https://itsleeds.github.io/tds/#software-requirements-and-installation
text: Install required software
- href: schedule.qmd
text: Schedule
- href: https://github.com/ITSLeeds/TDS/discussions
text: Forum
- href: marking-criteria.qmd
text: Marking Criteria
- href: reading.qmd
text: Reading list
announcement:
icon: info-circle
dismissable: true
content: "**Alert** ensure you have completed the second homework, described at the end of [itsleeds.github.io/tds/p1](https://itsleeds.github.io/tds/p1/#homework) by this Thursday 6th February."
type: primary
position: below-navbar
format:
html:
theme: cosmo
# css: styles.css
toc: true
number-sections: true
csl: elsevier-harvard.csl
execute:
freeze: auto