Poeschl / Poeschl-Hovercraft-Template

This is a template repository for my hovercraft starting point. Hovercraft is a presentation tools which generates slides out of Markdown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poeschl Hovercraft Template

This is a template repository. For use copy the whole content and remove this block comment and the screenshots. After that it can be adjusted to your hearts content.

This presentation is made with hovercraft.

And is meant to be hold on a Full HD aspect ratio (otherwise all slides are looking kind of messed up)

Screenshots

Title slide Text slide Code slide

Install

For a easy installation use pip: pip install hovercraft

Usage

To host the html-presentation just run

hovercraft presentation.rst

and go to http://localhost:8000

Create PDF

To create a pdf of the presentation decktape can be used. Results are mostly flanky -> Needs more love on the css.

decktape -s 1720x1080 impress http://localhost:8000 presentation.pdf

or docker execution

docker run --rm -t --network host -v $(pwd):/slides astefanutti/decktape -s 1720x1080 impress http://localhost:8000 presentation.pdf

About

This is a template repository for my hovercraft starting point. Hovercraft is a presentation tools which generates slides out of Markdown.


Languages

Language:CSS 100.0%