Skip to content

toyboot4e/presentation_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presentation template

An Asciidoctor reveal.js project template with very basic supports.

Setting up

Installing the gems into the project:

$ bundle config --local github.https true
$ bundle --path=.bundle/gems --binstubs=.bundle/.bin

Usage

If you have watchexec and fd in your PATH, you can run _watch to automate converting your .adoc files in the src/ directory:

$ ./_watch

Then you’ll see html files in slides/ directory.

Customization

_render sets some default document attributes. You can override them in your .adoc file or you can modify the script.

Notes

_watch is stupid and it may matter in some cases.

We have to generate PDF via browser because reveal.js does not support it. To get PDF, add ?print-pdf post fix to the URI of your html in your browser.

About

Asciidoctor reveal.js project template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published