1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-20 11:21:34 +02:00
crowbook/config.book
2016-09-22 14:04:32 +02:00

45 lines
1022 B
Plaintext

# 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: img/cover.png
version: 0.9.0
license: LGPL-2.1
date: "20th of **september**"
tex.class: book
# Generic options (though not used with LaTeX)
## Number chapters and sections, but not below that
numbering: 2
html.display_chapter: true
html.header: "{{{title}}} {{{crowbook_version}}}"
use_initials: true
# Latex options
tex.links_as_footnotes: false
# Epub option
epub.version: 3
# Options for generating files
output.epub: docs/book/book.epub
output.html: docs/book/book.html
output.html_dir: docs/book/html
output.pdf: docs/book/book.pdf
output.odt: docs/book/book.odt
# Finally, our files.
# Paths are relative to the directory where this file is
+ README.md
+ book_example/arguments.md
+ book_example/config.md
+ book_example/templates.md
- ChangeLog.md
- LICENSE.md