-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
48 lines (41 loc) · 912 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
45
project:
type: website
resources:
- CNAME
- "/newsletter/**"
- .well-known/atproto-did
website:
title: "IBS-AR"
favicon: favicon.ico
repo-url: https://github.com/IBS-AR/IBS-AR.github.io
repo-actions: [edit, issue]
sidebar:
logo: logo.svg
navbar:
logo: logo.svg
left:
- href: index.qmd
text: Home
- href: about.qmd
text: About
- council.qmd
- news.qmd
- text: Prizes
menu:
- href: awards.qmd
text: Prizes and awards
- href: scholarships.qmd
text: Scholarships
- href: alfaward.qmd
text: Alf Cornish award
- conferences.qmd
- membership.qmd
- contact.qmd
tools:
- icon: github
url: https://github.com/IBS-AR/IBS-AR.github.io
format:
html:
theme: [flatly, ibs-theme.scss]
css: styles.css
toc: true