-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
42 lines (40 loc) · 1.09 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
project:
type: website
output-dir: ./_html
website:
navbar:
left:
- href: index.qmd
text: Home
- href: docs/research-cloud-intro.qmd
text: Introduction
- href: docs/onboarding.qmd
text: Get started
- href: docs/first-steps.qmd
text: First steps
- href: docs/workspace-catalogue.qmd
text: Workspaces
- href: docs/manuals.qmd
text: Manuals
- href: docs/responsible-use.qmd
text: Tips
- href: docs/terms-of-use.qmd
text: Terms of use
- href: docs/privacy.qmd
text: Privacy
- href: docs/glossary.qmd
text: Glossary
- href: docs/contact.qmd
text: Contact
repo-url: https://github.com/UtrechtUniversity/vre-docs
issue-url: https://github.com/UtrechtUniversity/vre-docs/issues/new
repo-actions: [edit, issue, source]
format:
html:
theme: flatly
css: _styles/styles.css
toc: true
code-copy: true
monobackgroundcolor: "#f8f9fa"
linkcolor : "#007ba7"
code-block-background: true