-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
79 lines (76 loc) · 1.81 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
project:
type: website
output-dir: _site
render:
- "*.qmd"
- "!*.py"
- "!*.ipynb"
website:
title: Coding Fundamentals for Humanists
favicon: /img/logo_dhsi.png
site-url: https://dhsi-2025.netlify.app/
repo-url: https://github.com/ComputeCanada/dhsi_2025
page-navigation: true
bread-crumbs: false
page-footer:
left:
- text: About
href: about.qmd
center:
- text: Live notes
href: https://etherpad.wikimedia.org/p/dhsi25
target: _blank
navbar:
background: light
logo: /img/logo_dhsi.png
logo-alt: "DHSI logo"
title: false
left:
- text: Monday
href: monday/index.qmd
- text: Tuesday
href: tuesday/index.qmd
- text: Wednesday morning
href: wednesday_api/index.qmd
- text: Wednesday afternoon
href: wednesday_llm/index.qmd
- text: Thursday
href: thursday/index.qmd
- text: Friday
href: friday/index.qmd
right:
- text: Live notes
href: https://etherpad.wikimedia.org/p/dhsi25
target: _blank
- text: About
href: about.qmd
# sidebar:
# - id: tuesday
# collapse-level: 2
# contents:
# - section:
# contents:
# - tuesday/index.qmd
# - section: <b><em>Afternoon session</em></b>
# href: tuesday/collections.qmd
# contents:
# - text: Collections
# href: tuesday/collections.qmd
format:
html:
toc: true
toc-title: "<em>On this page:</em>"
toc-depth: 5
highlight-style: vim-dark
theme:
light: [cosmo, theme.scss]
css: styles.css
link-external-newwindow: true
reference-location: margin
fig-cap-location: margin
callout-icon: false
execute:
freeze: auto
cache: true
error: true
echo: true