See also:
-
https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/
-
https://github.com/asciidoctor/asciidoctor-pdf/blob/master/docs/theming-guide.adoc
-
https://github.com/asciidoctor/asciidoctor-pdf/blob/master/data/themes/default-theme.yml
-
https://github.com/asciidoctor/asciidoctor-extensions-lab
Clean all
./gradlew clean
Build artefacts
./gradlew build ./gradlew html ./gradlew pdf
See also:
Set environment
git config --global user.name 'robertbruckbauer' git config --global user.email 'brombertje@gmail.com'
Set upstream
git remote add upstream https://github.com/cardsplus/asciidocbook.git git fetch upstream git merge upstream/master
See also:
-
https://docs.github.com/en/github/getting-started-with-github
-
https://docs.github.com/en/github/getting-started-with-github/fork-a-repo
-
https://docs.github.com/en/github/building-a-strong-community/adding-a-license-to-a-repository
-
https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/syncing-a-fork