25 lines
409 B
YAML
25 lines
409 B
YAML
from: markdown
|
|
to: epub
|
|
output-file: build/basic-book-builder.epub
|
|
|
|
metadata:
|
|
title: "Basic Book Builder"
|
|
author: "John Haverlack"
|
|
date: "2026-02-04"
|
|
rights: "© 2026 Alaska Center for Energy and Power"
|
|
|
|
epub-cover-image: lib/img/UAF-ACEP.png
|
|
|
|
include-before-body:
|
|
- conf/frontmatter_epub.xhtml
|
|
|
|
resource-path:
|
|
- .
|
|
- lib/img
|
|
|
|
css:
|
|
- conf/style_epub.css
|
|
|
|
filters:
|
|
- filters/callouts-html.lua
|