-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_quarto.yml
53 lines (45 loc) · 1.34 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!exercises/exercises.Rmd"
- "!slides/[0-9]*.qmd"
website:
page-navigation: true
title: "Data Cleaning"
description: "Homepage for the R/Medicine 2023 Workshop"
site-url: "https://shannonpileggi.github.io/rmedicine-data-cleaning-2023"
favicon: "images/R-Med-logo-revised-pride.png"
repo-url: https://github.com/shannonpileggi/rmedicine-data-cleaning-2023
repo-actions: [edit, issue]
page-footer:
left: "This page is built with ❤️ and [Quarto](https://quarto.org/). Inspired by [@minebocek](https://twitter.com/minebocek) & [@statistishdan](https://github.com/ddsjoberg/clinical-reporting-gtsummary-rmed)."
background: "#708090"
sidebar:
background: "#708090"
logo: "images/R-Med-logo-revised-pride.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/shannonpileggi/rmedicine-data-cleaning-2023
text: GitHub
style: docked
contents:
- href: index.qmd
text: Home
- href: slidespage.qmd
text: Slides
- href: exercises.qmd
text: Exercises
- href: license.qmd
format:
html:
theme: [cosmo, theme.scss]
toc: true
code-copy: true
code-overflow: scroll
mainfont: "Atkinson Hyperlegible"
highlight-style: a11y
editor: source