You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kindlegen requires title and author metadata. To generate a mobi file from
a pandoc ebook, the pandoc ebook has to have that metadata via either code like
this at the top:
```
% Title
% Author
```
or via an external metadata file. In order to keep the markdown clean, I added
as a separate file. Ebooks w/ metadata can then be created via the command
```
pandoc -f markdown -t epub --epub-metadata=metadata.xml -o backbone-fundamnetals.epub README.md
```
0 commit comments