-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
114 lines (95 loc) · 2.62 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
project:
type: website
website:
title: "Tidy Tales"
site-url: https://tidytales.ca
repo-url: https://github.com/mccarthy-m-g/tidytales
repo-actions: []
favicon: assets/images/favicon.png
# google-analytics: "G-B377YMMZ69"
navbar:
logo: assets/images/logo.png
right:
- text: Posts
href: /#posts
- text: Series
href: /#series
- text: Snippets
href: /#code-snippets
- text: About
href: about/index.qmd
- icon: mastodon
href: https://fosstodon.org/@mccarthymg
- icon: github
href: https://github.com/mccarthy-m-g/tidytales
- icon: person-circle
href: https://michaelmccarthy.tidytales.ca
- icon: rss-fill
href: index.xml
sidebar:
- id: reproducible-data-science
collapse-level: 1
contents:
- "series/2023-01-24_reproducible-data-science/index.qmd"
- section: In this series
contents: "series/2023-01-24_reproducible-data-science/posts/*.qmd"
search:
location: navbar
type: textbox
copy-button: true
page-footer:
border: false
center: "\u00A9 Copyright 2023 [Michael McCarthy](https://michaelmccarthy.tidytales.ca)"
page-navigation: true
# https://quarto.org/docs/output-formats/html-basics.html#commenting
comments:
giscus:
repo: mccarthy-m-g/tidytales
category: Comments
reactions-enabled: false
theme: light
twitter-card:
title: "Tidy Tales"
description: "Wrangling, Visualizing, Modelling, Communicating data"
image: "assets/images/twittercard.png"
card-style: summary
creator: "@mccarthymg"
site: "@propertidytales"
open-graph:
title: "Tidy Tales"
description: "Wrangling, Visualizing, Modelling, Communicating data"
image: "assets/images/twittercard.png"
# Site-wide options
# See: https://quarto.org/docs/reference/formats/html.html
## Format options
format:
html:
theme:
- assets/theme.scss
css:
- assets/styles.css
sidebar: false
code-tools:
source: true
toggle: true
caption: none
code-overflow: scroll
df-print: paged
from: markdown+emoji
html-math-method: katex
link-external-newwindow: true
## knitr options
knitr:
opts_chunk:
echo: true
message: false
warning: false
comment: "#>"
dev: "ragg_png"
R.options:
knitr.graphics.auto_pdf: true
## Code options
code-link: false
highlight-style: assets/highlight.theme # https://github.com/quarto-dev/quarto-cli/tree/bf27dbe4e688ac93e704dc904a193ba5a552c34f/src/resources/pandoc/highlight-styles
## Quarto version
quarto-required: ">= 1.0.0"