aboutsummaryrefslogtreecommitdiff
path: root/documentation/tools/asciidoctor.sh
Commit message (Collapse)AuthorAgeFilesLines
* documentation: Fix styles of the HTML offline assetsAlex Bylund2023-03-311-0/+3
| | | | | PR: 268829 Co-authored-by: Danilo G. Baio <dbaio@FreeBSD.org>
* documentation/pdf: Remove scripts=cjk from asciidoctor-pdf buildDanilo G. Baio2023-01-211-1/+1
| | | | | There is a bug when building some documents, like the porters-handbook/security chapter (callouts).
* documentation/pdf: Improve zh-cn|zh-tw font issuesYan Hao Wang2023-01-211-1/+24
| | | | | | | | | The build script now uses fonts installed by the port/pkg docproj-fonts-cjk. Differential Revision: https://reviews.freebsd.org/D36623 Differential Revision: https://reviews.freebsd.org/D37447 Co-authored-by: Danilo G. Baio <dbaio@FreeBSD.org>
* Update build instructions for macOSMinsoo Choo2022-11-021-3/+10
| | | | | | Approved by: carlavilla@ Reviewed by: Jose Luis Duran <jlduran_gmail.com> Differential Revision: https://reviews.freebsd.org/D37143
* documentation: Add experimental support for EPUB outputDanilo G. Baio2021-11-061-2/+57
|
* documentation: Add an option to archive/compress HTML offline filesDanilo G. Baio2021-11-061-17/+65
| | | | | Reviewed by: carlavilla Differential Revision: https://reviews.freebsd.org/D32867
* Build offline documentation using Hugo and other improvementsSergio Carlavilla Delgado2021-11-031-0/+118
* Allow to build the documentation offline using Hugo * Fix link problems * Remove SVN entities * Fix lang problems to help weblate * Move all the AsciiDoctor translations to the shared folder to help weblate * Allow the possibility to build each document. For example each document can be edited in and watched the result in real time in VS Code or Vim/NeoVim. Breaking changes: Eliminate the possibility of building books or articles. They must be builded at the same time. This functionality will be restored when version 0.89.0 is in the repositories in a couple of weeks. Reviewed by: dbaio@ Differential Revision: https://reviews.freebsd.org/D31926