Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliaaano/showroom-content


https://github.com/juliaaano/showroom-content

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

=== Getting Started

This template is designed to be used as a base for your showroom lab guides.

In order to test and develop on your local machine, you can use a specially built container with Podman or Docker as follows.

[source,sh]
----
podman run --rm --name antora -v $PWD:/antora -p 8080:8080 -i -t ghcr.io/juliaaano/antora-viewer
----

If you make changes to the content, all you need is to kill the container and run it again.

Live-reload is not supported.

The content is built using Antora, a static site generator for creating documentation sites from AsciiDoc documents.