-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
79 lines (70 loc) · 2.26 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
project:
type: website
output-dir: docs
website:
back-to-top-navigation: true
title: 'Reproducible Research with <img style="vertical-align:middle; height:1em; border: none; background: none;" src="assets/images/Rlogo.png"> and <img style="vertical-align:middle; height:1em;" src="assets/images/quarto-logo-trademark.svg">'
search: TRUE #add search bar
site-url: "https://blenback.github.io/R-for-Reproducible-Research/"
description: "Website for workshop in reproducible research with R and Quarto"
twitter-card:
image: "media/preview.png"
card-style: "summary_large_image"
creator: "@Blen_Back"
site: "@Blen_Back"
open-graph: true
google-analytics:
tracking-id: "G-9CCC34ZV10"
anonymize-ip: true
page-footer:
left: |
{{< fa regular copyright >}} Benjamin Black, 2024<br>
All content licensed under {{< fa brands creative-commons >}}
{{< fa brands creative-commons-by >}} {{< fa brands creative-commons-sa >}} {{< fa brands creative-commons-nc >}} [(CC BY-NC-SA 4.0)](http://creativecommons.org/licenses/by-nc-sa/4.0/)
right: |
Made with {{< fa brands r-project >}} and [Quarto](https://quarto.org/)<br>
navbar:
align: "center"
background: secondary
foreground: light
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/blenback/R-for-Reproducible-Research
- text: Report a Bug
url: https://github.com/blenback/R-for-Reproducible-Research/issues
sidebar:
align: "left"
style: "floating"
border: false
search: true
contents:
- text: "View in presentation format"
icon: "bi-file-earmark-easel"
href: presentation.html
collapse-level: 1
format:
html:
theme:
light: [cosmo, theme-light.scss]
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
css: index.css
grid:
sidebar-width: 250px
body-width: 1200px
margin-width: 200px
gutter-width: 1.5rem
include-after-body:
text: |
<script type="application/javascript" src="light-dark.js"></script>
crossref:
fig-title: ''
fig-labels: none
bibliography: references.bib
csl: diabetologia.csl
execute:
error: true
warning: false