-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
61 lines (57 loc) · 1.67 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
project:
type: reporting-website
website:
title: "Union Elections"
open-graph: true
twitter-card: true
site-url: "https://unionelections.org"
sidebar:
collapse-level: 1
contents:
- href: index.qmd
text: Home
- href: data/national/index.qmd
text: National
- href: data/starbucks/index.qmd
text: Starbucks Elections
- section: States
href: data/states/index.qmd
contents: data/states/*/*
- section: Unions
href: data/union/index.qmd
contents: data/union/*/*
- section: Yearly Reports
contents: data/reports/*/*
- section: Info
contents: data/info/*
knitr:
opts_chunk:
dev: "svg"
format:
html:
theme:
- cosmo
- custom.scss
toc: true
fig-width: 12
fig-height: 9
page-layout: full
grid:
sidebar-width: 300px
body-width: 1200px
margin-width: 300px
gutter-width: 1.5rem
toc-location: right
author-meta: Kevin Reuning
mainfont: Crimson Pro
include-in-header:
text: |
<script defer data-domain="unionelections.org" src="https://plausible.io/js/script.file-downloads.outbound-links.js"></script>
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">
execute:
echo: false
warning: false
freeze: false