-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
58 lines (55 loc) · 1.5 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
project:
type: book
output-dir: docs
resources:
- google4a285867c35ac84f.html
- BingSiteAuth.xml
book:
repo-url: https://github.com/paithiov909/textvis-recipes
site-url: https://paithiov909.github.io/textvis-recipes
title: "Cookbook to Draw KHCoder-like Visualizations Using R"
author: "Akiru Kato"
date: today
description: "RによるKH Coder風の可視化のレシピ集"
cover-image: cooking.png
cover-image-alt: "Cookbook to Draw KHCoder-like Visualizations Using R"
image: cooking.png
favicon: favicon.ico
open-graph:
locale: ja
twitter-card:
card-style: summary
sharing: [twitter, facebook]
chapters:
- index.qmd
- preproc-menu.qmd
- words-menu-1.qmd
- words-menu-2.qmd
- words-menu-3.qmd
- docs-menu-1.qmd
- codes-menu-1.qmd
- references.qmd
comments:
giscus:
repo: paithiov909/textvis-recipes
repo-id: R_kgDOLWfubw
category: Announcements
category-id: DIC_kwDOLWfub84Cdg5_
mapping: pathname
reactions-enabled: true
input-position: top
loading: lazy
language: ja
format:
html:
# lang: ja
theme:
- cosmo
mainfont: |
-apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
code-fold: true
knitr:
opts_chunk:
tidy: "styler"
collapse: true
comment: "#>"