This is an example template for making Asciidoc books.
An example output can be seen online at https://ninjascl.github.io/asciidoc-book-template/.
You can learn with Asciidoc Cheatsheet.
-
Python3 (Webserver)
-
https://pandoc.org/ (Conversion to multiple formats)
Using the base Dockerfile for https://docs.asciidoctor.org/diagram-extension/latest/
The following technologies were selected for diagrams:
These need extra configurations inside the Dockerfile to Work (Puppeteer).
-
make install
: Builds the Dockerfile. -
make html
: Builds the html version of the book. -
make pdf
: Builds a PDF version of the book. -
make server
: Starts a new server for the html version. (requires python3). -
make word
: Creates a new Microsoft Word document from the book. (requires pandoc).
Created with ❤️ by Camilo Castro and contributors[1]. for Ninjas.cl[2].
This document is licensed with Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International[3]
Made with ♥ by Ninjas.cl .