1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-21 08:11:35 +02:00
crowbook/config.book

52 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2016-02-23 22:50:37 +01:00
# Metadata
2016-09-22 06:59:22 +02:00
author: "Élisabeth Henry"
2016-09-16 21:36:48 +02:00
title: Crowbook User Guide
2016-03-01 21:41:23 +01:00
description: >-
2016-02-27 04:41:38 +01:00
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.
2016-09-22 20:45:32 +02:00
lang: en
cover: cover.png
2016-09-22 06:59:22 +02:00
version: 0.9.0
date: "23th of september, 2016"
2016-09-22 06:59:22 +02:00
# 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: output
2016-02-19 21:35:49 +01:00
# Resources options
resources.base_path.images: img/ # where to find the cover
2016-09-18 01:39:50 +02:00
# Rendering options
2016-09-22 20:45:32 +02:00
rendering.num_depth: 2
rendering.initials: true
2016-09-22 20:45:32 +02:00
rendering.inline_toc: false
rendering.chapter_template: | # Actually not a great idea to add a line break in titles but YOLO
{{{loc_chapter}}} {{{number}}}{{#has_chapter_title}}\
{{{chapter_title}}}{{/has_chapter_title}}
# Html options
html_single.one_chapter: true
html.header: "{{{title}}} {{{version}}}"
html.footer: "Generated by [Crowbook](https://github.com/lise-henry/crowbook) {{{crowbook_version}}}"
2016-09-14 01:28:29 +02:00
# Latex options
2016-09-22 20:45:32 +02:00
tex.class: book
tex.links_as_footnotes: false
2016-02-19 21:35:49 +01:00
# Epub options
epub.version: 3
2016-02-20 03:41:29 +01:00
2016-02-23 22:50:37 +01:00
# Finally, our files.
# Paths are relative to the directory where this file is
2016-02-26 23:16:32 +01:00
+ README.md
+ book_example/arguments.md
+ book_example/config.md
2016-09-22 06:59:22 +02:00
+ book_example/templates.md
2016-02-26 23:37:55 +01:00
- ChangeLog.md
- LICENSE.md