-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
73 lines (66 loc) · 1.9 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
project:
type: website
resources:
- "*.pdf"
website:
title: "Kenneth Blake Vernon"
description: "My personal (professional, maybe?) website."
site-url: "https://www.kbvernon.io"
search: false
favicon: "/images/favicon.png"
twitter-card:
image: "/images/green_grass_valley-meta.jpg"
open-graph:
image: "/images/green_grass_valley-meta.jpg"
navbar:
title: "KBV"
left:
- text: "About"
href: about.qmd
- text: "Research"
menu:
- text: "Research summary"
href: research/research.qmd
- text: "Publications"
href: research/publications.qmd
- text: "Presentations"
href: research/presentations.qmd
- text: "Teaching"
menu:
- text: "Teaching statement"
href: teaching/philosophy.qmd
- text: "Diversity statement"
href: teaching/diversity.qmd
- text: "Classes"
href: teaching/classes.qmd
right:
- icon: envelope
href: mailto:[email protected]
- icon: github
href: https://github.com/kbvernon/
- text: "{{< ai orcid size=lg >}}"
href: https://orcid.org/0000-0003-0098-5092
- text: "{{< ai google-scholar size=lg >}}"
href: https://scholar.google.com/citations?user=2PE4za4AAAAJ&hl=en
- text: "{{< ai cv size=lg >}}"
href: blake_vitae.pdf
page-footer:
center: |
© 2022 Kenneth B. Vernon. Powered by [Quarto](https://quarto.org/).\
The source code for this site can be found at its <a href="https://github.com/kbvernon/Blake_down">Github repository</a>.
format:
html:
theme:
- simplex
- custom.scss
mainfont: sans-serif
fontcolor: "#151314"
linkcolor: "#BF211E"
smooth-scroll: true
page-layout: full
editor: source
execute:
echo: false
error: false
warning: false
output: asis