-
Notifications
You must be signed in to change notification settings - Fork 2
/
book.toml
60 lines (45 loc) · 1.79 KB
/
book.toml
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
[book]
title = "Commentary of Dotfiles"
author = "CoralPink"
description = "WezTerm と Neovim の設定例 (dotfiles) を紹介するサイトです🤗 - This site introduces WezTerm and Neovim dotfiles."
src = "src"
language = "ja"
text-direction = "ltr"
[build]
create-missing = false
[output.html]
git-repository-url = "https://github.com/CoralPink/commentary"
site-url = "/commentary/"
[output.html.playground]
copy-js = false
runnable = false
[output.html.print]
enable = false
[output.html.search]
limit-results = 100 # maximum number of search results
teaser-word-count = 20 # number of words used for a search result teaser
copy-js = true # (apparently, searchindex.json will not be created unless this is enabled.)
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.3" # do not edit: managed by `mdbook-admonish install`
after = ["links"]
[preprocessor.footnote]
[preprocessor.tailor]
# Does not work on this site.
#[output.html.fold]
#enable = false
#level = 0
# The following is not used because the same functionality has been moved to `theme-selector.js`.
#[output.html]
#default-theme = "latte"
#preferred-dark-theme = "macchiato"
# The following parameter settings are not available for this site.
# It is not known if it will be possible to enable these settings in the future.
#[output.html.search]
#enable = true # enables the search feature
#use-boolean-and = true # multiple search terms must all match
#boost-title = 2 # ranking boost factor for matches in headers
#boost-hierarchy = 1 # ranking boost factor for matches in page names
#boost-paragraph = 1 # ranking boost factor for matches in text
#expand = true # partial words will match longer terms
#heading-split-level = 6 # link results to heading levels