-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
62 lines (60 loc) · 1.55 KB
/
Copy path_quarto.yml
File metadata and controls
62 lines (60 loc) · 1.55 KB
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
project:
type: website
output-dir: docs
website:
title: "RC training"
site-url: https://training.researchcomputing.ca/
favicon: /images/favicon_sfu.png
navbar:
background: "white"
foreground: "#797979"
left:
- text: Getting started
href: getting-started
- text: Programming
href: programming
- text: Domains
menu:
- text: Bioinformatics
href: domains/bioinfo
- text: Digital humanities
href: domains/dh
- text: Molecular dynamics
href: domains/md
- text: Astrophysics
href: domains/astro
- text: Earth sciences and GIS
href: domains/geo
- text: Tools
menu:
- text: Visualization
href: tools/visualization
- text: Cloud and containers
href: tools/virtual
- text: Scheduling
href: tools/scheduling
- text: Data management
href: tools/rdm
- text: Machine learning
href: tools/ml
- text: Probabilistic programming
href: tools/pp
- text: Cybersecurity
href: tools/cyber
- text: Courses
href: courses
- text: Events
href: events
right:
- icon: envelope
href: /contact
- icon: youtube
href: https://www.youtube.com/WGSeminarSeries
format:
html:
theme: default
css: styles.css
toc: true
linkcolor: "#097f5f"
code-line-numbers: false
link-external-newwindow: true