-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
guide.book
80 lines (68 loc) · 1.89 KB
/
guide.book
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Metadata
author: "Élisabeth Henry"
title: Crowbook User Guide
description: >-
Crowbook allows to render a book written in Markdown in various
formats. This is some kind of manual for it, and a way to
demonstrate and test it.
lang: en
cover: cover.png
version: 0.15.0
date: 2019-12-15
license: >-
This guide is published under the Creative Commons Attribution-ShareAlike 4.0-International license.
# Options for generating files
output:
- epub
- pdf
- html
- odt
output.epub: book.epub
output.html: book.html
output.html.dir: html
output.pdf: book.pdf
output.odt: book.odt
output.base_path: docs/book/
output.proofread.html: book.proof.html
output.proofread.html.dir: html_proof
output.proofread.pdf: book.proof.pdf
# Resources options
resources.base_path.images: img/ # where to find the cover
crowbook.markdown.superscript: true
proofread.repetitions: true
proofread.languagetool: true
# Rendering options
rendering.num_depth: 4
rendering.initials: false
rendering.inline_toc: true
rendering.chapter.template: "{{number}}. {{chapter_title}}"
rendering.chapter.roman_numerals: false
rendering.part.reset_counter: true
rendering.highlight: syntect
html.highlight.theme: "Solarized (dark)"
# Html options
html.icon: crowbook.svg
html.header: "{{title}} {{version}}"
html.footer: "Generated by [Crowbook](https://github.com/lise-henry/crowbook) {{crowbook_version}}"
html.side_notes: false
html.standalone.one_chapter: false
# Custom colors
html.css.colors: guide/colors.css
html.highlight.css: guide/tomorrow-night.css
# Latex options
tex.class: book
tex.links_as_footnotes: false
tex.paper.size: a4paper
# Epub options
epub.version: 3
# Finally, our files.
# Paths are relative to the directory where this file is
+ README.md
+ guide/01_arguments.md
+ guide/02_config.md
+ guide/03_markdown.md
+ guide/04_templates.md
+ guide/07_miscellaneous.md
+ guide/08_contributing.md
- ChangeLog.md
- LICENSE.md