blob: 2dfabe2ff3595c9c069627019262b2d07e868666 (
plain)
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
38
39
|
[book]
authors = ["Garrett D'Amore"]
language = "en"
multilingual = false
src = "ref"
title = "NNG Reference Manual (DRAFT)"
[output.html]
smart-punctuation = true
fold.enable = true
fold.level = 2
additional-css = ["theme/pagetoc.css"]
additional-js = ["theme/pagetoc.js"]
site-url = "/ref/"
# [output.markdown]
# [output.compress]
# page.new_pages = true
# page.spacing.line = 1.3
# page.size = { x = 203.2, y = 254 }
# font.regular = "IBMPlexSerif-Regular.ttf"
# font.monospace = "IBMPlexMono"
# font.bold = "IBMPlexSans-SemiBold.ttf"
# [output.epub]
# epub-version = 3
[preprocessor.alerts]
[preprocessor.indexing]
# [preprocessor.inline-highlighting]
# default-language = "c"
[preprocessor.footnote]
[preprocessor.pagetoc]
|