-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
51 lines (44 loc) · 979 Bytes
/
_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
project:
type: website
title: 'Geert van Geest'
website:
twitter-card: true
open-graph: true
repo-actions: [issue]
favicon: 'img/pink_circle.png'
navbar:
background: primary
search: true
collapse-below: lg
left:
- text: "Home"
href: index.qmd
- text: "Freelance"
href: freelance.qmd
- text: "Publications"
href: publications.qmd
- text: "Courses"
href: courses.qmd
- text: "CV"
href: cv.qmd
right:
- icon: github
href: "https://github.com/geertvangeest"
- icon: twitter
href: "https://twitter.com/geertvangeest"
- icon: linkedin
href: "https://linkedin.com/in/geert-van-geest-47938822"
format:
html:
theme:
- default
- custom.scss
css: styles.css
highlight-style: breeze-dark
include-in-header:
text: |
<style type="text/css">
h2, .h2 {
border-bottom: none;
}
</style>