-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
33 lines (29 loc) · 788 Bytes
/
book.toml
File metadata and controls
33 lines (29 loc) · 788 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
[book]
language = "es"
multilingual = false
src = "src"
title = "EditoresLand"
author = "EditoresLand contributors"
description = "Conjunto de guías y documentación en español sobre tus editores de texto favoritos"
[output.html]
theme = "./theme"
default-theme = "ayu"
preferred-dark-theme = "ayu"
additional-css = ["./theme/css/general.css"]
copy-fonts = false
mathjax-support = true
site-url = "/"
git-repository-url = "https://github.com/EditoresLand/book"
edit-url-template = "https://github.com/EditoresLand/book/edit/main/{path}"
input-404 = "not-found.md"
[output.html.playground]
editable = true
line-numbers = true
[output.html.search]
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 2