25 lines
398 B
YAML
25 lines
398 B
YAML
from: markdown
|
|
to: epub
|
|
output-file: build/b3.epub
|
|
|
|
metadata:
|
|
title: "Big Beautiful Book"
|
|
author: "John Haverlack"
|
|
date: "2025-11-05"
|
|
rights: "© 2025 — CC BY-ND 4.0"
|
|
|
|
epub-cover-image: lib/img/Revolving_circles.480x480_white.png
|
|
|
|
include-before-body:
|
|
- conf/frontmatter_epub.xhtml
|
|
|
|
resource-path:
|
|
- .
|
|
- lib/img
|
|
|
|
css:
|
|
- conf/style_epub.css
|
|
|
|
filters:
|
|
- filters/callouts-html.lua
|