-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto.yml
60 lines (54 loc) · 1.41 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
project:
type: website
output-dir: docs
resources: CNAME
website:
title: "European Bioconductor Conference 2025"
navbar:
toggle-position: right
logo: images/bioclogo.svg
logo-alt: "Bioconductor"
title: false
collapse-below: lg
right:
- href: pages/schedule.qmd
- href: pages/speakers.qmd
- href: pages/submissions.qmd
- href: pages/registration.qmd
- href: pages/sponsors.qmd
- text: About
menu:
- href: pages/organizers.qmd
- href: pages/past-events.qmd
- href: pages/code-of-conduct.qmd
- href: pages/travel-information.qmd
page-navigation: true
back-to-top-navigation: false
page-footer:
background: "#000000"
left: |
[Copyright © 2024 Bioconductor](/LICENCE.md)
center:
- href: https://github.com/Bioconductor/EuroBioC2025
icon: github
aria-label: GitHub
- href: https://genomic.social/@bioconductor
icon: mastodon
aria-label: Mastodon
- href: https://www.linkedin.com/company/bioconductor
icon: linkedin
aria-label: LinkedIn
- href: https://slack.bioconductor.org
icon: slack
aria-label: Slack
right: |
[Code of Conduct](https://www.bioconductor.org/about/code-of-conduct)
format:
html:
theme: lux
css: styles.css
toc: true
grid:
sidebar-width: 0px
body-width: 1000px
margin-width: 250px