-
Notifications
You must be signed in to change notification settings - Fork 48
/
config.yml
58 lines (52 loc) · 2.03 KB
/
config.yml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
book:
title: "atoum Documentation"
author: "Gerald Croes / Julien Bianchi / Mikael Randy"
edition: "First edition"
language: en
publication_date: ~
generator: { name: easybook, version: 4.2 }
contents:
# available content types: acknowledgement, afterword, appendix, author,
# chapter, conclusion, cover, dedication, edition, epilogue, foreword,
# glossary, introduction, license, lof (list of figures), lot (list of
# tables), part, preface, prologue, title, toc (table of contents)
- { element: cover }
- { element: toc }
- { element: chapter, number: 1, content: chapter1.md }
- { element: chapter, number: 2, content: chapter2.md }
editions:
ebook:
format: epub
highlight_code: false
include_styles: true
labels: ['appendix', 'chapter'] # labels also available for: "figure", "table"
toc:
deep: 1
elements: ["appendix", "chapter", "part"]
print:
format: pdf
highlight_code: true
include_styles: true
isbn: ~
labels: ["appendix", "chapter"] # labels also available for: "figure", "table"
margin:
top: 25mm
bottom: 25mm
inner: 30mm
outter: 20mm
page_size: A4
toc:
deep: 2
elements: ["appendix", "chapter", "part"]
two_sided: true
web:
format: html
highlight_code: true
include_styles: true
labels: ["appendix", "chapter"] # labels also available for: "figure", "table"
toc:
deep: 2
elements: ["appendix", "chapter"]
website:
extends: web
format: html_chunked