https://github.com/vshn/asciidoctor-slides-cookiecutter
Cookiecutter template for presentation slides using Reveal.js and Asciidoctor.
https://github.com/vshn/asciidoctor-slides-cookiecutter
Last synced: 1 day ago
JSON representation
Cookiecutter template for presentation slides using Reveal.js and Asciidoctor.
- Host: GitHub
- URL: https://github.com/vshn/asciidoctor-slides-cookiecutter
- Owner: vshn
- License: bsd-3-clause
- Created: 2023-03-28T13:48:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T10:45:29.000Z (over 1 year ago)
- Last Synced: 2025-01-29T01:46:20.250Z (5 months ago)
- Language: Dockerfile
- Size: 2.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Asciidoctor Slides Cookiecutter
Bootstrap your next presentation with Asciidoctor, Reveal.js and Git.
== Asciidoctor Slides Infrastructure
The following projects are part of the Asciidoctor Slides infrastructure:
* https://github.com/vshn/asciidoctor-slides[Generator] encapsulating a Node.js application driving the creation of the `slides.html` HTML file
* https://github.com/vshn/asciidoctor-slides-cookiecutter[Cookiecutter] offering a simple mechanism to generate new presentation slide projects (this project)
* https://github.com/vshn/asciidoctor-slides-preview[Preview] allowing the live preview of slides on `localhost:2020`
* https://github.com/vshn/asciidoctor-slides-notes-exporter[Speaker Notes Exporter] to export speaker notes== Usage with Cookiecutter
[source,bash]
----
$ cookiecutter [email protected]:vshn/asciidoctor-slides-cookiecutter.git
----Follow the instructions and generate a new project ready to be built. Follow the instructions in the generated README file of the project for more information.
== Requirements
The requirements for this project are:
* Python 3.x
* https://cookiecutter.readthedocs.io/[Cookiecutter] 1.7 or higher.