Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supermomonga/epub-clojurebiyori
https://github.com/supermomonga/epub-clojurebiyori
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/supermomonga/epub-clojurebiyori
- Owner: supermomonga
- Created: 2014-05-10T09:12:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-10T13:59:10.000Z (over 10 years ago)
- Last Synced: 2025-01-02T23:55:51.155Z (13 days ago)
- Language: Ruby
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.mkd
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!