Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliaaano/showroom-content
https://github.com/juliaaano/showroom-content
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliaaano/showroom-content
- Owner: juliaaano
- Created: 2024-02-16T12:40:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T16:06:37.000Z (4 months ago)
- Last Synced: 2024-10-11T00:38:11.109Z (28 days ago)
- Homepage: https://juliaaano.github.io/showroom-content/
- Size: 1.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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.