-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbook.toml
More file actions
34 lines (26 loc) · 924 Bytes
/
book.toml
File metadata and controls
34 lines (26 loc) · 924 Bytes
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
[book]
title = "Commentary of Dotfiles"
authors = ["CoralPink"]
description = "WezTerm と Neovim の設定例 (dotfiles) を紹介するサイトです🤗 - This site introduces WezTerm and Neovim dotfiles."
src = "src"
language = "ja"
text-direction = "ltr"
[build]
create-missing = false
use-default-preprocessors = false
[output.html]
git-repository-url = "https://github.com/CoralPink/commentary"
site-url = "/commentary/"
hash-files = false # Defaults to `false` (in a future release, this may change to `true`).
[output.html.playground]
copy-js = false
runnable = false
[output.html.print]
enable = false
[output.html.search]
copy-js = true # (apparently, searchindex.json will not be created unless this is enabled.)
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.1.0" # do not edit: managed by `mdbook-admonish install`
[preprocessor.footnote]
[preprocessor.tailor]