-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
85 lines (81 loc) · 2.47 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
project:
type: website
website:
title: "ImgLib2 and BigDataViewer projects"
navbar:
right:
- text: "ImgLib2"
href: "imglib2"
- text: "BDV"
href: "bdv"
- text: Blog
href: blog.qmd
- text: Resources
menu:
- text: "ImgLib2 links"
icon: "info-square"
href: "resources/imglib2_links.qmd"
- text: "BigDataViewer links"
icon: "info-square"
href: "resources/bigdataviewer_links.qmd"
- text: "ImgLib2 github"
icon: "github"
href: "https://github.com/imglib"
- text: "BigDataViewer github"
icon: "github"
href: "https://github.com/bigdataviewer"
- text: Ecosystem
href: ecosystem/index.qmd
- text: Contributing Guidelines
menu:
- text: "Guidelines for ImgLib2"
icon: "share"
href: "contribute/guidelines_for_imglib2.qmd"
- text: "Guidelines for BigDataViewer"
icon: "share"
href: "contribute/guidelines_for_bigdataviewer.qmd"
- text: "Our Code-of-conduct"
icon: "peace"
href: "contribute/our_code_of_conduct.qmd"
- text: ""
- icon: mastodon
href: https://fosstodon.org/@imglib2
open-graph: true
repo-url: https://github.com/imglib/imglib2-www
site-url: https://imglib.github.io/imglib2-www
# Sidebar configuration using Hybrid Navigation, as described at:
# https://quarto.org/docs/websites/website-navigation.html#hybrid-navigation
# The intent is for the ImgLib2 section of the site to show all ImgLib2
# articles in a dedicated sidebar, and similarly, for the BigDataViewer
# section of the site to show all BigDataViewer articles in its sidebar.
sidebar:
- title: "BigDataViewer"
style: "docked"
background: light
collapse-level: 2
contents:
- bdv/index.qmd
- auto: "bdv/*"
- title: "ImgLib2"
style: "docked"
background: light
collapse-level: 2
contents:
- imglib2/index.qmd
- auto: "imglib2/*"
- title: "ImgLib1 (obsolete!)"
style: "docked"
background: light
collapse-level: 2
contents:
- imglib1/index.qmd
- auto: "imglib1/*"
sidebar: false
format:
html:
theme: cosmo
css: styles.css
toc: false
code-overflow: wrap
code-tools:
source: repo