今日の勉強会で紹介された Mastering the Lightning Network のオンライン版はこんな感じで HTML/PDF/EPUB が作れました。

git clone https://github.com/lnbook/lnbook.git

cd lnbook

docker pull asciidoctor/docker-asciidoctor:latest

docker run -it --rm -v $(PWD):/documents/ asciidoctor/docker-asciidoctor

apk add jq perl

cat atlas.json | jq -r .files[] | perl -nle 'print "= Mastering the Lightning Network\n" if $. eq 1; print "include::$_\[\]\n"' > book.asciidoc

asciidoctor book.asciidoc

asciidoctor-pdf book.asciidoc

asciidoctor-epub3 book.asciidoc

exit

open book.pdf

Reply to this note

Please Login to reply.

Discussion

No replies yet.