-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
52 lines (47 loc) · 1.25 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
project:
type: website
website:
title: "Dr Amelia E. H. Bridges"
site-url: https://www.ameliabridges.com
favicon: Images/favicon.ico
open-graph: true
twitter-card:
creator: "@Amelia_Bridges"
image: Images/Sea_sunset.ico
description:
"Professional website for Dr Amelia Bridges, postdoctoral benthic ecologist and National Geographic Explorer"
navbar:
logo: Images/favicon.ico
search: false
foreground: "#003333"
background: "#C1CFCE"
right:
- text: "Home"
href: index.qmd
- text: "Publications"
href: publications.qmd
- text: "Projects"
href: projects.qmd
- text: "Consultancy"
href: consultancy.qmd
- text: "CV"
href: cv.qmd
- text: "Media"
href: media.qmd
- icon: github
href: https://github.com/ameliabridges
- icon: twitter
href: https://twitter.com/Amelia_Bridges
- icon: flower2
href: https://orcid.org/my-orcid?orcid=0000-0002-1422-9637
# body-footer: |
# Testing this option <https://example.com>
format:
html:
theme:
dark: [solar, CustomStyle_dark.scss]
light: [solar, CustomStyle_light.scss]
linestretch: 1.7
css: styles.css
toc: false
editor: source