Framework to easily build beautiful slides from asciidoc files. These files were originally part of the workshop-sessions repository. They were separated out, so that they can be generally used for creating any kind of slides.
- Clone the git repo:
$ git clone https://github.com/zilogic-systems/zdeck.git
$ cd zdeck
- Install in home directory
$ make home-install
- Add the following line to your .bashrc
$ PATH=~/.local/bin:$PATH
- Clone the git repo:
$ git clone https://github.com/zilogic-systems/zdeck.git
$ cd zdeck
- Create the debian package.
$ make deb
- Install the package.
$ dpkg -i zdeck*.deb
ZDeck supports two type of presentation formats:
- Lightning Talks
- Lectures
To create a presentation, create a folder for the presentation and within the folder invoke the following command.
$ zdeck-init <lecture|lightning>
This populates the current directory with template files, to get you
started. Run make
to convert the slides.asciidoc
file to
slides.html
$ make
Check the contents of the slides.asciidoc
and the rendered output in
slides.html
to know the various constructs to create a presentation.