-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
52 lines (46 loc) · 977 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
51
project:
type: book
output-dir: docs
preview:
browser: true
book:
title: "統計グラフ作成の手引き"
author: "瓜生真也"
date: "2022/6/9"
cover-image: cover.png
search: true
site-url: https://uribo.github.io/statvis/
repo-url: https://github.com/uribo/statvis
repo-branch: main
repo-actions: [edit]
sharing: [twitter, facebook]
number-depth: 2
chapters:
- index.qmd
- intro.qmd
- history.qmd
- statistical_data.qmd
- gallery.qmd
- colors.qmd
- references.qmd
appendices:
- datasets.qmd
- tidy.qmd
page-footer:
left: "Copyright 2022, URYU Shinya"
right:
- icon: github
href: https://github.com/uribo
- icon: twitter
href: https://twitter.com/u_ribo
bibliography: references.bib
format:
html:
theme:
light: cosmo
dark: darkly
code-link: true
use_issues_button: true
use_repository_button: true
lang: ja
editor: visual