-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (39 loc) · 896 Bytes
/
_quarto.yml
File metadata and controls
43 lines (39 loc) · 896 Bytes
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
project:
type: website
output-dir: docs
website:
title: "Chris Talbot"
navbar:
search: true
tools:
- icon: github
href: https://www.github.com/chris-a-talbot
- icon: linkedin
href: https://www.linkedin.com/in/chris-talbot
left:
- href: index.qmd
text: Home
- href: CV.qmd
text: CV
- href: publications.qmd
text: Publications
- href: portfolio.qmd
text: Portfolio
- href: https://www.argscape.com
text: ARGscape
back-to-top-navigation: true
page-footer:
left: "Copyright 2025, Chris Talbot"
right:
- icon: github
href: https://github.com/chris-a-talbot
- icon: linkedin
href: https://www.linkedin.com/in/chris-talbot
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
toc: true
editor: visual