-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
61 lines (52 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
53
54
55
56
57
58
59
60
project:
type: website
output-dir: docs
render:
- "*.qmd"
#- "*.Rmd"
#- "!exercises/exercises.Rmd"
#- "!slides/[0-9]*.qmd"
website:
page-navigation: true
title: "Data Analysis with R"
description: "Homepage for Data Analysis with R"
site-url: "https://chiraltraining.github.io/WW01_DataAnalysiswithR/"
favicon: "images/trans - gt.png"
repo-url: https://github.com/hossainlab/clinical-reporting-gtsummary-rmed
repo-actions: [edit, issue]
open-graph: true
twitter-card:
creator: "@hossainlab"
image: "/images/two-hex-logo.png"
page-footer:
left: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
right: "© Copyright 2022, Md. Jubayer Hossain"
background: "#708090"
sidebar:
background: "#708090"
logo: "images/Rlogo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/hossainlab/
text: GitHub
style: docked
contents:
- href: index.qmd
text: Home
- href: material.qmd
- href: sessions.qmd
- href: q-and-a.qmd
text: Workshop Q & A
- href: license.qmd
text: License
format:
html:
theme: [cosmo, theme.scss]
toc: true
code-copy: true
code-overflow: scroll
mainfont: "Atkinson Hyperlegible"
highlight-style: a11y
editor: source