-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
55 lines (52 loc) · 1.35 KB
/
_quarto.yml
File metadata and controls
55 lines (52 loc) · 1.35 KB
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
project:
type: website
website:
site-url: "https://solyates.uk"
title: "Sol Yates"
open-graph: true
search: true
navbar:
left:
- text: Home
href: index.qmd
- text: About
href: about.qmd
- text: Research
href: research/index.qmd
- text: Teaching
href: teaching/index.qmd
- text: Software
href: software/index.qmd
- text: Blog
href: posts/index.qmd
- text: Vita
href: cv/index.qmd
right:
- icon: github
href: https://github.com/oddish3
- text: "{{< iconify fa6-brands:bluesky >}}"
href: https://bsky.app/profile/oddish3.github.io
- text: "{{< iconify academicons:orcid >}}"
href: https://orcid.org/0009-0004-8754-2108
- icon: linkedin
href: https://uk.linkedin.com/in/sol-yates-20a7961a1
- text: "{{< iconify academicons researchgate>}}"
href: https://www.researchgate.net/profile/Sol-Yates-2
favicon: favicon1.ico
google-analytics: "UA-76482472-1"
blog:
# This tells Quarto where to look for blog posts:
posts: "posts/*.qmd"
format:
html:
comments:
utterances:
repo: oddish3/oddish.github.io
issue-term: "pathname"
label: "comment"
theme:
dark: custom-dark.scss
light: custom-light.scss
css: styles.css
execute:
freeze: auto