-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
56 lines (51 loc) · 1.45 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
project:
type: website
website:
title: "the data diary"
site-url: "https://www.thedatadiary.net"
favicon: /static/img/icon.png
repo-url: https://github.com/markjrieke/thedatadiary.net
repo-actions: [source, issue]
twitter-card: true
navbar:
logo: /static/img/icon.png
background: light
foreground: dark
right:
- text: "2024 Presidential Forecast"
file: 2024-potus/National.qmd
- text: "About"
file: about/about.qmd
- text: "Projects"
file: projects/projects.qmd
- text: "Consulting"
file: consulting/consulting.qmd
page-footer:
left: |
{{< fa regular copyright >}} Mark Rieke, 2023<br>
All content licensed under [MIT License](https://github.com/markjrieke/thedatadiary.net/blob/master/LICENSE)<br>
Made with {{< fa brands r-project >}} and [Quarto](https://quarto.org)
right:
- icon: github
aria-label: github
href: https://github.com/markjrieke
- icon: twitter
aria-label: twitter
href: https://twitter.com/markjrieke
- icon: linkedin
aria-label: linkedin
href: https://www.linkedin.com/in/markjrieke/
format:
html:
theme: dinty.scss
css: styles.css
highlight-style: kate
code-block-bg: true
code-block-border-left: "#78c2ad"
code-fold: true
code-tools: false
fig-width: 9
fig-height: 6
fig-align: center
execute:
freeze: auto