: Convert your blog's HTML into EPUB 3 XHTML documents. This usually involves stripping out scripts or non-standard tags that e-readers can't handle.
Since blog posts are already written in HTML, the conversion process is surprisingly straightforward. You don't need heavy conversion software when you can leverage the same web technologies your blog already uses. Using JS allows you to: RSCE JS epub
If you're not looking to write a custom script today, there are excellent existing tools to bridge the gap: Generating an EPUB File in the Browser - Jim Nielsen's Blog : Convert your blog's HTML into EPUB 3 XHTML documents
: Apply unique CSS to ensure your "book" version looks better on e-readers than a standard print-to-PDF. Top Libraries for the Job You don't need heavy conversion software when you
If you're building your own script, here is the general logic used by most open-source tools: