mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 03:11:22 +00:00
701 B
701 B
The source of the main text is here, written with asciidoctor.
If you want to build the document from the source, follow these steps.
Install
Prerequisites:
rubybundler
Install ruby libraries:
bundle install --path vendor/bundle
Build the document
./generate.sh main.adoc
This will generate HTML and PDF documents in the directory named dist/.
Source structure
main.adoc: Main documentdist/: Output document (both HTML and PDF) will be generated hereimgs/: Put image files herefonts/,pdf-style/: Fonts and styles for PDF generation. Do not touch!XXX.adoc: One section per file