-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
50 lines (46 loc) · 1.49 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
project:
type: website
website:
title: "BC Children's Research MRI Wiki"
image: /img/banner.png
favicon: /img/magnet.png
announcement:
# icon: info-circle
dismissable: true
content: "🎉 Join our [Mattermost](/orientation/instantmessaging.qmd) server to chat and collaborate; and follow us on [Bluesky](https://bsky.app/profile/bcch-mri-research.bsky.social)"
type: primary
position: below-navbar
repo-url: https://github.com/BCCH-MRI-Research-Facility/BCCH-MRI-Research-Facility.github.io
repo-actions: [edit, source, issue]
back-to-top-navigation: true
open-graph: true #improve the previews of your content when a link to it is pasted into applications like Slack, Discord, Facebook, Linkedin, and more
sidebar:
style: "docked"
search: true
contents: auto
navbar:
logo: /img/magnet.png
background: primary
search: true
left:
- href: index.qmd
text: Home
- about.qmd
right:
- text: "{{< fa brands bluesky >}}"
href: https://bsky.app/profile/bcch-mri-research.bsky.social
tools:
- icon: github
menu:
- text: Source Code
href: https://github.com/BCCH-MRI-Research-Facility/BCCH-MRI-Research-Facility.github.io
- text: Report a Bug
href: https://github.com/BCCH-MRI-Research-Facility/BCCH-MRI-Research-Facility.github.io/issues
google-analytics: "G-B9X9W6319W"
format:
html:
theme: cosmo
css: styles.css
toc: true
execute:
freeze: auto