mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-25 20:33:59 -06:00
* Ebook improvements Removes fixed height and width from the resulting HTML and adds an additional css for the ebook formats. * Update gitignore * Strip tags
10 lines
274 B
INI
10 lines
274 B
INI
\Preamble{xhtml}
|
|
\begin{document}
|
|
\Configure{DocumentLanguage}{en}
|
|
\Configure{OpfScheme}{URI}
|
|
\Configure{UniqueIdentifier}{https://the-bread-code.io}
|
|
\Configure{AddCss}{book-ebook.css}
|
|
\Configure{CoverMimeType}{image/jpeg}
|
|
\CoverMetadata{images/cover-page.jpg}
|
|
\EndPreamble
|