-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
62 lines (59 loc) · 1.8 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
project:
type: website
resources:
- "_static/**"
website:
title: "UW Psychology Computational Resources"
page-navigation: true
favicon: _static/favicon.ico
site-url: https://maouw.github.io/compute_docs
repo-url: https://github.com/maouw/compute_docs
issue-url: https://github.com/maouw/compute_docs/issues/new
repo-actions: [source, issue, edit]
search:
location: sidebar
type: overlay
sidebar:
logo: _static/department_uw_wordmark.svg
title: "Computational Resources"
type: dark
background: "#512c89"
foreground: "#FFFF"
style: docked
contents:
- "index.qmd"
- section: docs/start/index.qmd
contents:
- docs/start/introduction.qmd
- docs/start/connect-ssh.qmd
- docs/start/hyakvnc.qmd
- section: docs/compute/index.qmd
contents:
- docs/compute/slurm.qmd
- docs/compute/lmod.qmd
- docs/compute/apptainer.qmd
- section: docs/software/index.qmd
contents: "docs/software/**/*.qmd"
- section: docs/storage/index.qmd
contents:
- docs/storage/concepts.qmd
- docs/storage/options.qmd
- docs/storage/klone-storage.qmd
- text: "psych-hpc mailing list"
href: "https://mailman11.u.washington.edu/mailman/listinfo/psych-hpc"
- "docs/CONTRIBUTING.qmd"
format:
html:
theme:
- flatly
- custom.scss
mainfont: "Helvetica, Liberation Sans, Free Sans, Arial, sans-serif"
monofont: "Cascadia Mono, Consolas, Liberation Mono, Courier New, monospace"
linestrech: 1.0
grid:
sidebar-width: "20%"
code-annotations: hover
link-external-icon: true
link-external-filter: "(^javascript:void[(]0[)])|(.*github[.]io[/].*[/]?compute_docs.*)"
popover_glossary:
path: glossary.yml