1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-23 17:26:14 +02:00
crowbook/guide.book
Elisabeth Henry 49623c63c6 Update guide
2016-12-31 00:00:31 +01:00

70 lines
1.6 KiB
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: cover.png
version: 0.11.0
date: "30th of december, 2016"
# Options for generating files
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
proofread.repetitions: false
proofread.languagetool: true
# Rendering options
rendering.num_depth: 2
rendering.initials: false
rendering.inline_toc: false
rendering.chapter.template: "{{{number}}}\\. {{{chapter_title}}}"
rendering.chapter.roman_numerals: false
rendering.part.reset_counter: true
# 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 colours
html.css.colours: guide/colours.css
html.highlight.css: guide/tomorrow-night.css
# Latex options
tex.class: book
tex.links_as_footnotes: false
# Epub options
epub.version: 3
# Finally, our files.
# Paths are relative to the directory where this file is
+ README.md
+ guide/arguments.md
+ guide/config.md
+ guide/templates.md
+ guide/proofreading.md
+ guide/misc.md
+ guide/contribute.md
- ChangeLog.md
- LICENSE.md