-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
100 lines (95 loc) · 2.61 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
project:
type: website
preview:
port: 3434
browser: true
watch-inputs: true
timeout: 3600
execute:
freeze: auto
website:
title: "Jadey Ryan"
description: "R code, environmental data science, and cats."
site-url: https://jadeyryan.com
repo-url: https://github.com/jadeynryan/jadey_website
repo-actions:
- source
- issue
favicon: assets/img/JR-logo-circle.webp
twitter-card:
creator: "@jadeynryan"
# commented out images so I could specify them individually for various pages
# image: assets/img/JR-logo-circle.webp
# image-alt: "Cat with tail shaped as the letter J next to last name initial R"
open-graph:
locale: en_EN
# image: assets/img/JR-logo-circle.webp
# image-alt: "Cat with tail shaped as the letter J next to last name initial R"
page-navigation: true
google-analytics:
tracking-id: "G-LEVV3VZT0E"
anonymize-ip: true
cookie-consent:
type: express
prefs-text: "Change cookies 🍪"
navbar:
pinned: true
logo: assets/img/JR-logo-circle.webp
logo-alt: "Cat with tail shaped as the letter J next to last name initial R"
left:
- text: About
icon: person-circle
href: index.qmd
- text: CV
icon: file-earmark-text-fill
href: cv.qmd
- text: Blog
icon: pen-fill
href: blog.qmd
- text: Talks
icon: mic-fill
href: talks.qmd
- text: Projects
icon: puzzle-fill
href: projects.qmd
- text: The Coding Cats
icon: bag-heart-fill
href: shop.qmd
right:
- icon: rss
aria-label: rss
href: blog.xml
- icon: github
aria-label: GitHub
href: https://github.com/jadeynryan
- icon: linkedin
aria-label: LinkedIn
href: https://www.linkedin.com/in/jadey-ryan/
- icon: mastodon
aria-label: Mastodon
href: https://fosstodon.org/@jadeynryan
rel: me
- text: "{{< iconify simple-icons kofi size=1.15em title='Support Me' >}}"
href: https://ko-fi.com/jadeyryan
page-footer:
border: true
left: "© 2023 Jadey Ryan"
center:
- text: Code of conduct
href: coc.qmd
- text: Accessibility
href: accessibility.qmd
- text: License
href: license.qmd
right: "made with ︎♥️ & [Quarto](https://quarto.org)"
format:
html:
theme: [flatly, assets/styling/theme.scss]
toc: true
toc-depth: 4
pagetitle: "Jadey Ryan | {{< meta title >}}"
page-layout: article
smooth-scroll: true
link-external-newwindow: true
code-link: true
highlight-style: a11y