-
Notifications
You must be signed in to change notification settings - Fork 9
/
_quarto.yml
44 lines (41 loc) · 928 Bytes
/
_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
project:
type: website
output-dir: docs
website:
title: "PennSIVE Wiki"
navbar:
background: primary
logo: 'logo.png'
search: true
left:
- text: "Welcome"
file: index.qmd
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/pennsive/pennsive.github.io
- text: Report a Bug
url: https://github.com/PennSIVE/pennsive.github.io/issues/new
sidebar:
style: "docked"
contents:
- environments.markdown
- projects.markdown
- heudiconv.markdown
- flywheel.markdown
- pipelines.markdown
- reproducibility.markdown
- workflows.markdown
- cluster_intro.markdown
- bash_startup.qmd
- cluster_rstudio.qmd
- gpu-computing.markdown
- rpackages.markdown
- python.md
- contributing.qmd
format:
html:
theme: spacelab
css: styles.css
toc: true