-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
58 lines (53 loc) · 1.51 KB
/
Copy path_quarto.yml
File metadata and controls
58 lines (53 loc) · 1.51 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
55
56
project:
type: website
output-dir: docs
pre-render:
- fetch-assets.R
- create_presentation_qmds.R
resources:
- assets/quarto-eth-phd-thesis.pdf
website:
title: "Ben <span class='brand-2'>Black.</span>"
drafts:
- presentations/IMC-2025-FW.qmd
site-url: "https://blenback.github.io/"
description: "Personal website for Ben Black"
navbar:
right:
- text: "Home"
href: index.qmd
aria-label: "Home"
- text: "Publications"
href: index.qmd#publications
aria-label: "Publications"
- text: "Presentations"
href: index.qmd#presentations
aria-label: "Presentations"
- text: "Posts"
href: index.qmd#posts
aria-label: "Posts"
- text: "{{< fa solid envelope >}}"
href: mailto:benjaminsamuel.black@zalf.de
aria-label: "Email"
- text: "{{< fa brands github >}}"
href: https://github.com/blenback
aria-label: "Github"
- icon: rss
href: posts.xml
- text: "<span class='cv-btn'>Download CV</span>"
href: "https://blenback.github.io/curriculum-vitae/"
aria-label: "Download CV"
format:
html:
theme:
- brand # pulls in _brand.yml
- theme.scss # our component styles
include-in-header:
- header.html # webfonts
include-after-body:
- nav-scroll.html # navbar scroll behaviour
- bb-footer.html # custom footer
toc: false
anchor-sections: false
grid:
body-width: 1200px