-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
50 lines (46 loc) · 992 Bytes
/
_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
project:
type: book
output-dir: docs
preview:
browser: true
lang: "ja"
book:
title: "Rによるデータ解析のための前処理"
author: "Shinya Uryu"
date: "2022/5/2"
page-footer:
background: light
left: "Copyright 2022, Uryu Shinya"
right:
- icon: github
href: https://github.com/uribo
- icon: twitter
href: https://twitter.com/u_ribo
chapters:
- index.qmd
- ch1.qmd
- ch2.qmd
- ch3.qmd
- ch4.qmd
- ch5.qmd
- ch6.qmd
- ch7.qmd
- references.qmd
appendices:
- magrittr.qmd
- character-encoding.qmd
- regular-expression.qmd
- datetime-format.qmd
- locale.qmd
site-url: https://uribo.github.io/dmr/
repo-url: https://github.com/uribo/dmr
repo-branch: main
repo-actions: [edit]
sharing: [twitter, facebook, linkedin]
bibliography: references.bib
format:
html:
theme: cosmo
code-link: true
use_issues_button: true
use_repository_button: true