https://github.com/npryce/asciidoc-book-skeleton
A skeleton project for writing a book in Asciidoc format
https://github.com/npryce/asciidoc-book-skeleton
Last synced: 3 months ago
JSON representation
A skeleton project for writing a book in Asciidoc format
- Host: GitHub
- URL: https://github.com/npryce/asciidoc-book-skeleton
- Owner: npryce
- Created: 2020-01-08T07:51:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T07:52:02.000Z (over 6 years ago)
- Last Synced: 2025-06-07T20:04:49.601Z (12 months ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Asciidoc book toolchain
=======================
Run `./build-docker-images` first, to build docker image(s) containing the tools
Thereafter, run `./build` to build the book with the Makefile. The Asciidoc source is in the `book` directory. Generated output is written within the `out/` directory.
Any arguments to the `./build` command are passed to `make` in the Docker container. E.g. `./build html` will build only the HTML output, and `./build pdf` will build only the PDF output.
To build automatically in the background as you save files, run `./build-continuously`. This script also passes arguments through to `make`. E.g. `./build-continually html` will rebuild the HTML whenever you save changes to the source.