-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
111 lines (92 loc) · 2.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
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
project:
type: book
output-dir: docs
# output-dir: pdfs
preview:
port: 7772
browser: false
render:
- "!to_do.qmd"
lang: ko-KR
book:
title: "챗GPT SQL"
reader-mode: true
subtitle: "SQL을 넘어 챗GPT와 떠나는 데이터 과학 여정"
page-footer:
left: |
챗GPT SQL 책은 소프트웨어 카펜트리 Database and SQL 번역한 것이 포함되어 있습니다.
right: |
순수하게 <a href="https://quarto.org/">쿼토(Quarto)</a>로 제작되었습니다.
cover-image: images/book_cover.jpg
favicon: images/logo.png
site-url: https://r2bit.com/gpt-sql/
repo-url: https://github.com/bit2r/gpt-sql/
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:
- intro.qmd
- theory.qmd
- setup.qmd
- part: "SQL 쿼리"
chapters:
- select.qmd # O
- sort-filter.qmd # O
- null-hygene.qmd # O
- calc-agg.qmd # O
- join.qmd # O
- create.qmd # O
- prog.qmd # O
- part: "현장활용법"
chapters:
- spreadsheet.qmd # O
- etl.qmd # O
- duck_postgreSQL.qmd # O
- case_dvd.qmd # O
- part: "챗GPT SQL"
chapters:
- text2sql.qmd # O
- llm.qmd # O
- references.qmd # O
format:
html:
theme:
- cosmo
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
bibliography: references.bib
link-citations: false
engine: knitr
filters:
- lightbox
lightbox: auto
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