-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
38 lines (35 loc) · 925 Bytes
/
_quarto.yml
File metadata and controls
38 lines (35 loc) · 925 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
project:
type: website
website:
title: MDR
page-footer:
left:
- text: 'home >'
href: '/'
right:
- text: LDM
href: https://lucymcgowan.com
- icon: github
href: https://github.com/lucymcgowan/mdr-website
- text: "{{< fa brands bluesky >}}"
href: https://bsky.app/profile/lucystats.bsky.social
format:
html:
fontcolor: '#CFE0E1'
backgroundcolor: '#030303'
linkcolor: '#38A6B7' # lex letter
mainfont: 'Noto Sans Mono'
theme: mdr.scss
anchor-sections: false
include-before-body:
text: |
<script> document.addEventListener("DOMContentLoaded", function () {
document.querySelectorAll(".spoiler").forEach(spoiler => {
spoiler.addEventListener("click", function () {
this.classList.toggle("revealed");
});
});
});
</script>
execute:
freeze: true