このリポジトリは、Amazonで好評発売中の『Fuzoku実践入門』の原稿執筆に実際使われた環境ファイルです。
『はじめに』と『第1章』のサンプルも兼ているため、ダウンロードして環境を整えることで、誰でもビルドすることが可能です。
なお、/src以下のMarkdownファイルは、ゲラ段階のものになっているため、プロジェクトルートにあるReviewファイルと一部内容が異なります。
$ git clone https://github.com/akinomurasame/learning-fuzoku-sample.git
$ bundle install --path vendor/bundle --binstubs vendor/bundle/bin
$ rake -T
rake all # create all books (.epub, .pdf, .mobi)
rake clean # clean working files
rake epub # create .epub
rake md2review # convert ./src/*.md to ./*.re
rake mobi # create .mobi
rake pdf # create .pdf
rake send_to_kindle # send to kindle
If you want to build EPUB, Execute this command
$ rake epub
$ brew tap homebrew/binary
$ brew install kindlegen
$ brew install caskroom/cask/brew-cask
$ brew cask install mactex
Even if you have been completed to the installation of mactex, you need to add the /usr/texbin
to the PATH environment variable.
- Get OAuth Token
- Setup kindlemail
Follow the instructions from https://github.com/djhworld/kindlemail