mudream4869 / gomdbook2epub

epub generator backend for mdBook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gomdbook2epub

An EPUB generator backend for mdBook.

Getting Started

  1. Install binary from release page

  2. Add config to book.toml

[output.goepub]
description = "[Description]"
cover_image = "[path to book cover image]"
command = "[path to gomdbook2epub binary]"

TODO

  • Add default css files for cover and book.
  • Allow user to config custom css files.

Known Issue

Currently, go-epub only allow us to add content in the highest level.

About

epub generator backend for mdBook


Languages

Language:Go 97.7%Language:Makefile 2.3%