-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathbook.toml
More file actions
35 lines (32 loc) · 1.01 KB
/
book.toml
File metadata and controls
35 lines (32 loc) · 1.01 KB
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
[book]
title = "Heatblur F-4E Phantom II"
description = "Manual of the F-4E Phantom by Heatblur Simulations."
authors = ["Heatblur Simulations", "Contributions from the Community"]
language = "en"
multilingual = false
[output.html]
git-repository-url = "https://github.com/Heatblur-Simulations/f-4e-manual"
edit-url-template = "https://github.com/Heatblur-Simulations/f-4e-manual/edit/master/{path}"
default-theme = "hb_light"
preferred-dark-theme = "hb_dark"
additional-css = [
'theme/visual.css',
'theme/hb_light.css',
'theme/hb_dark.css',
'theme/pdf.css'
]
additional-js = [
'js/jquery-3.7.1.min.js',
'js/extra.js'
]
mathjax-support = false
[output.html.fold]
enable = true
level = 0
[output.pdf]
optional = true
theme = "pdf"
print-background = true
display-header-footer = true
header-template = "<h3 style='font-size:12px; margin-left: 42%' class='title'></h3>"
footer-template = "<p style='font-size:12px; margin-left: 48%'><span class='pageNumber'></span> / <span class='totalPages'></span></p>"