-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
130 lines (109 loc) · 2.95 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
project:
type: book
output-dir: docs
# output-dir: pdfs
preview:
port: 7771
browser: false
resources:
- "data/*.mp3"
render:
- "*.qmd"
- "!*.Rmd"
- "!to_do.qmd"
lang: ko-KR
book:
title: "챗GPT 쿼토"
reader-mode: true
subtitle: "인공지능 시대 과학기술 저작 도구"
page-footer:
left: |
챗GPT 쿼토 책은 소프트웨어 카펜트리 Introduction to Reproducible Publications with Quarto 번역한 것이 포함되어 있습니다.
right: |
순수하게 <a href="https://quarto.org/">쿼토(Quarto)</a>로 제작되었습니다.
cover-image: images/book_cover.jpg
favicon: images/logo.png
site-url: https://r2bit.com/gpt-quarto/
repo-url: https://github.com/bit2r/gpt-quarto/
repo-branch: main
repo-actions: [edit, issue]
google-analytics: "UA-229551680-1"
author:
- name: "이광춘"
affiliations: "공익법인 한국 R 사용자회"
date: last-modified
date-format: "YYYY년 MM월 DD일"
chapters:
# - acknowledgments.qmd
- index.qmd
- part: "시작을 위한 준비"
chapters:
- setup_reproducible.qmd # OK
- setup_markdown_mess.qmd # OK
- setup_quarto.qmd # OK
- setup.qmd # OK
- part: "저작 레고 부품"
chapters:
- part_components.qmd # OK
- part_markdown.qmd # OK
- part_code.qmd # OK
- part: "템플릿과 테마"
chapters:
- theme_fonts.qmd # OK
- theme_colors.qmd # XXXXXXX
- theme_ggplot.qmd # OK
- theme_gt.qmd # OK
- part: "저작물"
chapters:
- dw_website.qmd # OK
- dw_slideshow.qmd # OK
- dw_dashboard.qmd # OK
- dw_book.qmd # OK
- dw_params.qmd # OK
- part: "챗GPT 활용"
chapters:
- gpt_writing.qmd # OK
- gpt_resume.qmd # OK
- gpt_case_study.qmd # OK
- references.qmd # O
format:
html:
mermaid:
theme: neutral # https://quarto.org/docs/authoring/diagrams.html#mermaid-theming
theme:
- cosmo
- r2bit.scss
number-depth: 3
number-sections: true
colorlinks: true
# cite-method: biblatex
code-overflow: wrap
code-link: true
author-meta: "이광춘"
include-in-header: "plausible.html"
callout-appearance: simple
# 마크다운 표 캡션 위치
tbl-cap-location: bottom
filters:
- lightbox
- parse-latex
- include-code-files
lightbox: auto
code-annotations: hover
bibliography: references.bib
link-citations: false
engine: knitr
knitr:
opts_chunk:
message: false
warning: false
collapse: true
code-overflow: code-overflow
comment: "#>"
R.options:
knitr.graphics.auto_pdf: true
editor_options:
chunk_output_type: console
editor:
markdown:
wrap: 72