forked from ds4sj/ds4sj.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
37 lines (32 loc) · 690 Bytes
/
Copy path_quarto.yml
File metadata and controls
37 lines (32 loc) · 690 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
project:
type: website
output-dir: docs
website:
title: "DS4SJ"
navbar:
left:
- href: index.qmd
text: Home
- text: About
menu:
- contributing.qmd
- team.qmd
- acknowledgements.qmd
- href: notes.qmd
text: Notes
- text: Resources
menu:
- resource-pages/papers.qmd
- resource-pages/pedagogy.qmd
- resource-pages/people.qmd
- resource-pages/organizations.qmd
- resource-pages/theory.qmd
- resource-pages/other-resources.qmd
format:
html:
theme:
- cosmo
- custom.scss
css:
- custom.css
toc: true