Skip to content

Framework to easily build beautiful slides from asciidoc files.

License

Notifications You must be signed in to change notification settings

bravegnu/zdeck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZDeck

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.

Install in Home Directory

  1. Clone the git repo:
$ git clone https://github.com/zilogic-systems/zdeck.git
$ cd zdeck
  1. Install in home directory
$ make home-install
  1. Add the following line to your .bashrc
$ PATH=~/.local/bin:$PATH

Install in Debian with Root Access

  1. Clone the git repo:
$ git clone https://github.com/zilogic-systems/zdeck.git
$ cd zdeck
  1. Create the debian package.
$ make deb
  1. Install the package.
$ dpkg -i zdeck*.deb

About

Framework to easily build beautiful slides from asciidoc files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.2%
  • CSS 15.9%
  • Python 1.5%
  • Makefile 1.2%
  • Shell 0.2%