-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
52 lines (49 loc) · 1.11 KB
/
Copy path_quarto.yml
File metadata and controls
52 lines (49 loc) · 1.11 KB
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
project:
type: website
website:
title: "R'n'R lab"
open-graph: true
site-url: https://rnrlab.github.io
twitter-card:
site: "@RnR_Lab"
search:
location: navbar
type: overlay
navbar:
background: primary
logo: "figs/rnr_logo.png"
right:
- href: index.qmd
text: Home
- text: "Research"
menu:
- polb.qmd
- mge.qmd
- mda.qmd
- tecti.qmd
- people.qmd
- funding.qmd
- teaching.qmd
- news.qmd
- contact.qmd
page-footer:
left: "CC BY-NC-SA, R'n'R lab (since 2019)"
right:
- icon: github
href: https://github.com/rnrlab
- text: "{{< iconify fa6-brands x-twitter >}}"
href: https://twitter.com/RnR_Lab
- text: "{{< iconify simple-icons bluesky >}}"
href: https://bsky.app/profile/mredrejo.bsky.social
page-navigation: true
bibliography: references.bib
format:
html:
theme: united
css: styles.css
toc: true
smooth-scroll: true
anchor-sections: true
link-external-icon: true
link-external-newwindow: true
editor: visual