This project let's you export the blog posts Category Theory for Programmers by Bartosz Milewski to epub/mobi format.
A similar project that exports to pdf can be found here https://github.com/hmemcpy/milewski-ctfp-pdf/
The book is available in paper format here https://www.blurb.com/b/9008339-category-theory-for-programmers
Related content on Bartosz Milewski's youtube channel
- Download and install kindlegen
- Execute kindlegen to generate the mobi:
kindlegen -verbose -o ctpf.mobi book.opf
I don't own an epub reader, so I haven't attempted to generate an epub file. Because the sources are in opf format, it's possible to generate an epub file that can be used in other e-readers. If you attempt to do this, please make a pull request with the instructions on how others can generate it themselves.