1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-25 07:50:40 +02:00
crowbook/guide.book

71 lines
1.6 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
2016-12-20 22:58:33 +01:00
version: 0.11.0
date: "20th of december, 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
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
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
proofread.repetitions: false
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
rendering.chapter.template: "{{{number}}}\\. {{{chapter_title}}}"
rendering.chapter.roman_numerals: false
# Html options
2016-12-16 02:37:56 +01:00
html.icon: crowbook.svg
html_single.one_chapter: true
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-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
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
@ User guide
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/templates.md
+ guide/proofreading.md
@ More info
2016-10-06 23:05:19 +02:00
+ guide/misc.md
+ guide/contribute.md
@ Appendix
2016-02-26 23:37:55 +01:00
- ChangeLog.md
- LICENSE.md