-
Notifications
You must be signed in to change notification settings - Fork 8
/
_quarto.yml
56 lines (48 loc) · 1.38 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
project:
type: website
render:
- "*.qmd"
- "!exercises/exercises.Rmd"
- "!slides/[0-9]*.qmd"
website:
page-navigation: true
title: "Clinical Reporting with {gtsummary}"
description: "Homepage for the R/Medicine 2022 Workshop"
site-url: "https://www.danieldsjoberg.com/clinical-reporting-gtsummary-rmed/"
favicon: "images/trans - gt.png"
repo-url: https://github.com/ddsjoberg/clinical-reporting-gtsummary-rmed
repo-actions: [edit, issue]
open-graph: true
twitter-card:
creator: "@statistishdan"
image: "/images/two-hex-logo.png"
page-footer:
left: "This page is built with ❤️ and [Quarto](https://quarto.org/). Inspired by [@minebocek](https://twitter.com/minebocek)"
right: "© Copyright 2022, Daniel D. Sjoberg"
background: "#708090"
sidebar:
background: "#708090"
logo: "images/trans - gt.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/ddsjoberg/clinical-reporting-gtsummary-rmed
text: GitHub
style: docked
contents:
- href: index.qmd
text: Home
- href: material.qmd
- href: q-and-a.qmd
text: Workshop Q & A
- 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