1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-30 03:36:20 +02:00
crowbook/guide.book

85 lines
1.9 KiB
Plaintext
Raw 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
2017-07-14 19:40:13 +02:00
version: 0.13.0
date: 2017-07-14
2017-06-03 04:53:50 +02:00
license: >-
This guide is published under the Creative Commons Attribution-ShareAlike 4.0-International license.
2016-09-22 06:59:22 +02:00
# Options for generating files
2017-07-14 19:40:13 +02:00
output:
- epub
- pdf
- html
- odt
output.epub: book.epub
output.html: book.html
2016-12-31 00:00:31 +01:00
output.html.dir: html
output.pdf: book.pdf
output.odt: book.odt
2016-09-27 03:35:11 +02:00
2016-09-23 03:34:31 +02:00
output.base_path: docs/book/
2016-09-27 03:35:11 +02:00
output.proofread.html: book.proof.html
2016-12-31 00:00:31 +01:00
output.proofread.html.dir: html_proof
output.proofread.pdf: book.proof.pdf
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
2017-06-05 17:53:34 +02:00
crowbook.markdown.superscript: true
2017-03-05 03:39:03 +01:00
proofread.repetitions: true
proofread.languagetool: true
2016-09-27 03:35:11 +02:00
# Rendering options
2016-09-22 20:45:32 +02:00
rendering.num_depth: 2
2016-09-27 03:35:11 +02:00
rendering.initials: false
2016-09-22 20:45:32 +02:00
rendering.inline_toc: false
2017-03-26 20:29:56 +02:00
rendering.chapter.template: "{{{number}}}. {{{chapter_title}}}"
rendering.chapter.roman_numerals: false
2016-12-31 00:00:31 +01:00
rendering.part.reset_counter: true
2017-03-05 03:39:03 +01:00
rendering.highlight: syntect
html.highlight.theme: "Solarized (dark)"
# Html options
2016-12-16 02:37:56 +01:00
html.icon: crowbook.svg
2016-10-06 23:10:11 +02:00
html.header: "{{{title}}} {{{version}}}"
html.footer: "Generated by [Crowbook](https://github.com/lise-henry/crowbook) {{{crowbook_version}}}"
2016-12-31 00:00:31 +01:00
html.side_notes: false
html.standalone.one_chapter: false
2016-09-14 01:28:29 +02:00
# Custom colours
2016-10-06 23:05:19 +02:00
html.css.colours: guide/colours.css
2016-10-07 00:24:24 +02:00
html.highlight.css: guide/tomorrow-night.css
# Latex options
2016-09-22 20:45:32 +02:00
tex.class: book
tex.links_as_footnotes: false
2017-07-14 19:40:13 +02:00
tex.paper.size: a4paper
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
2016-10-06 23:05:19 +02:00
+ guide/arguments.md
+ guide/config.md
+ guide/markdown.md
2016-10-06 23:05:19 +02:00
+ guide/templates.md
+ guide/proofreading.md
+ guide/if.md
2016-10-06 23:05:19 +02:00
+ guide/misc.md
+ guide/contribute.md
2016-02-26 23:37:55 +01:00
- ChangeLog.md
- LICENSE.md