-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
59 lines (51 loc) · 1.54 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!exercises/exercises.Rmd"
- "!slides/[0-9]*.qmd"
website:
page-navigation: true
title: "Regulatory tables for clinical research with {gtreg}"
description: "Homepage for the R in Pharma 2022 Workshop"
site-url: "https://shannonpileggi.github.io/gtreg-workshop-rinpharma-2022/"
favicon: "images/gtreg-logo.png"
repo-url: https://github.com/shannonpileggi/gtreg-workshop-rinpharma-2022/
repo-actions: [edit, issue]
open-graph: true
twitter-card:
creator: "@PipingHotData"
image: "/images/gtreg-logo.png"
page-footer:
left: "This page is built with ❤️ and [Quarto](https://quarto.org/). Inspired by [@minebocek](https://twitter.com/minebocek) and [@statistishdan](https://github.com/ddsjoberg/clinical-reporting-gtsummary-rmed)."
right: "© Copyright 2022, Shannon Pileggi"
background: "#708090"
sidebar:
background: "#708090"
logo: "images/gtreg-logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/shannonpileggi/gtreg-workshop-rinpharma-2022
text: GitHub
style: docked
contents:
- href: index.qmd
text: Home
- href: slidespage.qmd
text: Slides
- href: exercises.qmd
text: Exercises
- href: feedback.qmd
- 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