-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
55 lines (51 loc) · 1.36 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
project:
type: website
render:
- "*.qmd"
- "!*.md"
execute:
freeze: true
website:
title: "Kevin Reuning"
site-url: "https://kevinreuning.com/"
open-graph: true
repo-url: https://github.com/reuning/kevinreuning
repo-actions: [edit, source, issue]
navbar:
left:
- cv/index.qmd
- teaching/index.qmd
- research/index.qmd
- blog/index.qmd
- sidebar:workshops
- resources/index.qmd
- text: Union Elections
href: https://unionelections.org/
right:
- text: Google Scholar
href: https://scholar.google.com/citations?user=yVgvTK4AAAAJ
- text: Bluesky
href: https://bsky.app/profile/reuning.bsky.social
- icon: envelope
href: mailto:Kevin.Reuning@gmail.com
- icon: github
href: https://github.com/reuning/
sidebar:
- id: workshops
title: Workshops
collapse-level: 2
style: "docked"
contents:
- section: One off
contents: workshops/individual/*
- section: R Bootcamp
contents: workshops/r_bootcamp/*
- section: SNA
contents: workshops/sna/*
format:
html:
theme: [literia]
toc: true
include-in-header:
- text: |
<script defer data-domain="kevinreuning.com" src="https://plausible.io/js/script.file-downloads.outbound-links.js"></script>