In this tutorial we will run asciidoc in container which will generate PDF that explains how it all works. To get started, do the folowing steps
- clone repository
git clone https://github.com/peterducai/asciidoc-template.git
- build container
cd asciidoc-template
chmod +x scripts/journal.sh
./scripts/journal.sh
- run container
podman run -v .:/workdir:Z localhost/${USER}/asciidoctor-journal asciidoctor-pdf /workdir/journal.adoc
and this will generate PDF with tutorial. Now you can read and learn how all this works :)