-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
52 lines (50 loc) · 1.28 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
project:
type: website
# Icons in navbar come from: https://icons.getbootstrap.com/
website:
title: "iSEE"
google-analytics: "G-D858FLKVB5"
description: "Nexus of information for the Bioconductor package iSEE, its extensions, and its learning resources."
site-url: "https://isee.github.io/"
repo-url: "https://github.com/iSEE/isee.github.io/"
repo-actions: [edit, issue]
repo-branch: main
navbar:
left:
- href: install.qmd
icon: download
text: Install
- href: resources.qmd
icon: mortarboard
text: Learn
- text: Gallery
icon: collection
menu:
- href: panels.qmd
icon: code-square
- href: apps.qmd
icon: window
- href: dashboard.qmd
icon: speedometer
text: Status
- text: About
icon: info-circle
menu:
- href: who.qmd
icon: person-square
text: Who we are
- href: contribute.qmd
icon: upload
text: Contribute
- href: history.qmd
icon: calendar-date
text: History
format:
html:
site-url: https://isee.github.io
theme: cosmo
css: styles.css
toc: true
#link-external-icon: true
link-external-newwindow: true
anchor-sections: true