-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbook.toml
37 lines (32 loc) · 1.35 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
[book]
authors = ["SeniorMars"]
language = "en"
multilingual = false
src = "src"
title = "The Art Of Lazy Programming"
description = "COLL 128 - The Art Of Lazy Programming is a class that teaches students how to master their Programming environment"
[rust]
edition = "2021"
[output.html]
git-repository-url = "https://github.com/SeniorMars/taolp"
edit-url-template = "https://github.com/SeniorMars/taolp/edit/main/{path}"
default-theme = "ayu"
preferred-dark-theme = "ayu"
smart-punctuation = true
mathjax-support = true
additional-css = ["./mdbook-admonish.css"]
[output.html.search]
enable = true # enables the search feature
limit-results = 30 # maximum number of search results
teaser-word-count = 30 # number of words used for a search result teaser
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 = 3 # link results to heading levels
copy-js = true # include Javascript code for search
[preprocessor]
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`