-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
44 lines (41 loc) · 1 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
project:
type: website
website:
title: "Dax Kellie"
description: "Evolutionary biologist & social psychologist | Data analyst & Science Lead | Music enthusiast"
open-graph: true
twitter-card:
creator: "@daxkellie"
card-style: summary_large_image
favicon: images/favicon_1.ico
navbar:
logo: images/favicon-32x32_1.png
background: "#FFFFFF"
foreground: "#C6732F"
right:
- href: about.qmd
text: About
- href: portfolio/index.qmd
text: Portfolio
- href: talks/index.qmd
text: Talks
- href: blog/index.qmd
text: Blog
- href: music.qmd
text: Music
- href: https://twitter.com/daxkellie
icon: twitter
- href: https://github.com/daxkellie
icon: github
search: true
format:
html:
theme:
- custom_theme.scss
css: theme.css
toc: true
code-block-border-left: true
highlight-style: a11y
code-block-bg: "#F4F7F3"
fontsize: 1.16rem
mainfont: 'Alegreya Sans'