Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/supermomonga/epub-clojurebiyori


https://github.com/supermomonga/epub-clojurebiyori

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# ClojureBiyori epub conveter

## What is this?

It helps you to convert [ClojureBiyori](https://github.com/esehara/ClojureBiyori) to ePub.

## How to use it

1. Fetch original markdown source with `fetch` command.
2. Convert markdowns into ePub with `convert` command. It'll create ePub file into `build` folder.
3. Thats all!

## Environment

It only tested it with Ruby version 2.1.0.

## TODO

- Replace remote images to local images. It means we should get and save remote files.
- Create TOC
- Set page header
- Syntax highlighting by using `pygments`.

----

Thanks [@esehara](https://github.com/esehara) for writing such a nice book!