-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
74 lines (64 loc) · 1.44 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
61
62
63
64
65
66
67
68
69
70
71
72
73
project:
type: website
output-dir: docs
resources:
- "data/*.mp3"
render:
- "*.qmd"
- "!2021-amia-informatics-summit/"
- "!2022-tdw-ehr-lessons/"
- "!introduccion-xaringan/"
- "!tour-of-the-tidyverse/"
- "!tour-of-the-tidyverse-v2/"
lang: ko-KR
date-format: "YYYY 년 MM 월 DD일"
website:
title: "발표자료 | 한국 R 사용자회"
search: false
favicon: img/koRea_logo.ico
google-analytics: "UA-229551680-1"
navbar:
title: false
logo: img/koRea_logo.png
logo-alt: "Home" #doesn't seem to show up
right:
- icon: github
href: https://github.com/bit2r/slides
aria-label: GitHub repo
left:
- text: 한국 R 사용자회
href: https://r2bit.com
site-url: https://r2bit.com/bitSlide
description: '한국 R 사용자회 발표자료 모음'
format:
html:
theme:
- cosmo
- assets/quarto.scss
mainfont: "NanumGothic"
fontcolor: "#002642"
linkcolor: "#A23E02"
monofont: "Consolas"
monobackgroundcolor: "#FFFFFF"
backgroundcolor: "#fffbf2"
filters:
- collapse-callout
- lightbox
lightbox: auto
collapse-callout:
all: true
bibliography: bibliography.bib
link-citations: false
execute:
freeze: auto
knitr:
opts_chunk:
eval: true
message: false
warning: false
collapse: true
comment: "#>"
R.options:
knitr.graphics.auto_pdf: true
editor_options:
chunk_output_type: console