An open API service indexing awesome lists of open source software.

https://github.com/vshn/antora-bootstrap

This project provides a Cookiecutter template to generate full Antora websites including e-book generation, GitLab CI/CD integration, content examples and Docker + Kubernetes configuration files.
https://github.com/vshn/antora-bootstrap

antora asciidoc documentation

Last synced: 2 months ago
JSON representation

This project provides a Cookiecutter template to generate full Antora websites including e-book generation, GitLab CI/CD integration, content examples and Docker + Kubernetes configuration files.

Awesome Lists containing this project

README

        

= Cookiecutter Template for Antora Documentation Sites

This project provides a https://cookiecutter.readthedocs.io/[Cookiecutter] template for creating https://antora.org/[Antora] documentation websites.

== Usage

. `cookiecutter https://github.com/vshn/antora-bootstrap.git`
. Follow the prompts asking for information
. `cd` into the newly created folder
. `make html` to create the Antora website in the `_public` subfolder
. `make pdf epub manpage kindle` to create the corresponding e-books

== Requirements

The requirements for this project are:

* Python 3.x
* https://cookiecutter.readthedocs.io/[Cookiecutter] 1.7 or higher.