-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
49 lines (47 loc) · 1.25 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
project:
type: website
output-dir: docs
website:
title: |
![](resources/combined.png){fig-alt="Posit" width=220px}
description: ""
site-url: https://pharmarug.github.io/pharmarug-2024/
search: true
navbar:
left:
- href: index.qmd
text: Home
icon: "house-fill"
- href: program.qmd
text: Program
icon: "folder"
- href: questions.qmd
text: Q & A
icon: "question-circleg"
- href: highlights.qmd
text: Event highlights
icon: "camera"
page-footer:
left: |
Supported by
[![](resources/rconsortium.png){fig-alt="Posit" width=120px}](https://www.r-consortium.org/)
center:
- text: "Good software engineering practice for R packages"
href: https://openpharma.github.io/workshop-r-swe/
- text: "PharmaRUG 2023"
href: https://pharmarug.github.io/pharmarug-2023/
- text: "Open Source Clinical Reporting summeR"
href: https://insightsengineering.github.io/nest-2023-summeR/
format:
html:
grid:
sidebar-width: 200px
body-width: 1200px
margin-width: 200px
gutter-width: 1.5rem
theme: cosmo
mainfont: system-ui
fontcolor: "#161b58"
css: styles.css
toc: false
editor: source