-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
99 lines (96 loc) · 2.58 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
project:
type: website
output-dir: _site
render:
- "*.qmd"
website:
title: SFU Summer School 2024
image: /img/logo_sfudrac.png
favicon: /img/favicon_sfu.png
site-url: https://rcss24.netlify.app/
repo-url: https://github.com/WestDRI/rcss24
page-navigation: true
page-footer:
left:
- text: About
href: about.qmd
right:
- icon: github
href: https://github.com/WestDRI
target: _blank
aria-label: GitHub organization
- icon: wikipedia
href: https://docs.alliancecan.ca/wiki/Technical_documentation
target: _blank
aria-label: Alliance wikipedia
- icon: youtube
href: https://www.youtube.com/channel/UCfgds4Qf7VFOv4ORRvFFmhw
target: _blank
aria-label: YouTube channel
- icon: calendar-week
href: https://rcss24.netlify.app/calendar
aria-label: Training calendar
- icon: envelope-fill
href: https://rcss24.netlify.app/newsletter
aria-label: Newsletter
- icon: mailbox2
href: https://rcss24.netlify.app/contact
aria-label: Contact us
navbar:
background: light
logo: /img/logo_sfudrac.png
logo-alt: "SFU & DRAC logos"
title: false
left:
- text: Bash
href: bash.qmd
- text: HPC
href: hpc.qmd
- text: Git
href: git.qmd
- text: Intro to Python
href: pythonintro.qmd
- text: Scientific Python
href: pythonscientific.qmd
- text: High-performance Python
href: pythonhpc.qmd
tools:
- icon: github
href: https://github.com/WestDRI
target: _blank
aria-label: GitHub organization
- icon: wikipedia
href: https://docs.alliancecan.ca/wiki/Technical_documentation
target: _blank
aria-label: Alliance wikipedia
- icon: youtube
href: https://www.youtube.com/channel/UCfgds4Qf7VFOv4ORRvFFmhw
target: _blank
aria-label: YouTube channel
- icon: calendar-week
href: calendar.qmd
aria-label: Training calendar
- icon: envelope-fill
href: newsletter.qmd
aria-label: Newsletter
- icon: mailbox2
href: contact.qmd
aria-label: Contact us
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