/antora-documentation

Primary LanguageHandlebarsMIT LicenseMIT

My Antora Demo Site and Playbook Project

Generate the Demo Site

To build run

docker build --build-arg node="node:latest" --build-arg nginx="nginx:stable" -t ant -f devops/docker/Dockerfile .; docker run -p 80:8080 ant

To check xrefs before build:

$ npm install -g gitlab:antora/xref-validator $ NODE_PATH="$(npm -g root)" antora --generator @antora/xref-validator antora-playbook.yml

To make gif from mov

ffmpeg -ss 0 -t 5 -i test.mov -vf "fps=10,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 output.gif

Inspired by

TODO

Copyright © 2021 Ingeniator

Use of this software is granted under the terms of the Mozilla Public License Version 2.0 (MPL-2.0). See LICENSE to find the full license text.