-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
36 lines (34 loc) · 955 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
project:
type: website
output-dir: docs
website:
title: "Matthew DeHaven"
favicon: static-content/logo/logo-32x32.png
navbar:
logo: static-content/logo/logo.svg
left:
- href: about.qmd
text: About
- href: research/index.qmd
text: Research
- href: teaching/index.qmd
text: Teaching
- href: CV/cv.qmd
text: CV
toggle-position: "right"
page-footer:
left: "[Source code](https://github.com/matdehaven/matdehaven.github.io)."
center: © 2024 · Created with [![](https://quarto.org/quarto.png){fig-alt="Quarto" width=65px}](https://quarto.org/) .
right:
- href: https://github.com/matdehaven
icon: github
format:
html:
include-in-header:
text: <link rel="apple-touch-icon" sizes="180x180" href="static-content/logo/logo-180x180.png">
theme:
- simplex
- custom-theme.scss
toc: true
editor:
render-on-save: true