pappasam / cookiecutter-hovercraft

Some boilerplate for generating my initial Hovercraft presentations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookie-Cutter template for Hovercraft

This is a cookiecutter template for use with Hovercraft!. It is fairly minimal and results in typical slideshow presentation with left to right movement. I think this is an extremely easy way to create a pretty, engaging presentation quickly.

Dependencies

This was developed on Ubuntu 20.04. The following programs are required to make it run in its development environment.

  • cookiecutter
  • poetry to manage python dependencies
  • make to orchestrate the build
  • plantuml to help with diagrams
  • pandoc to create a PDF
  • libsvgbin to convert svg images to png (for PDF output)
  • wget to download web assets for offline viewing
  • pdfjam to put more than 1 slide per page
  • gs reduce size of final PDF output

Usage

cookiecutter gh:pappasam/cookiecutter-hovercraft

There will be an echoed message instructing you to perform additional steps.

Written by

Samuel Roeca samuel.roeca@gmail.com

About

Some boilerplate for generating my initial Hovercraft presentations


Languages

Language:Makefile 62.5%Language:CSS 27.7%Language:Shell 9.8%