-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbook.toml
More file actions
28 lines (23 loc) · 709 Bytes
/
book.toml
File metadata and controls
28 lines (23 loc) · 709 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
[book]
authors = ["saltukalakus"]
language = "en"
multilingual = false
src = "src"
title = "Idiomatic Rust Snippets"
[output.html.playpen]
editable = true
editor = "ace"
line-numbers = false
[output.html.fold]
enable = true
[output.html]
git-repository-url = "https://github.com/saltukalakus/idiomatic-rust-snippets"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/saltukalakus/idiomatic-rust-snippets/edit/main/{path}"
additional-css = ["custom.css"]
[output.html.print]
enable = false # include support for printable output
[preprocessor.metadata]
valid-tags = ["title", "author", "keywords", "released"]
default-author = "Jane Doe"
continue-on-error = true # default: true