/gitwit

A slideshow for how to use git

Primary LanguageMakefile

gitwit

A little slideshow built with landslide to explain git in a jocular parlance.

View it online!

Building the presentation

  1. I probably abuse virtualenv but anyway, I first set one of those up:

    $> virtualenv ve $> . ve/bin/activate

    ve is already in .gitignore! How wonderful!

  2. Ensure landslide is installed:

    $> pip install -r requirements.txt

  3. To rebuild the presentation while editing, use make build. When you're ready to publish it somewhere, use make publish.

    The distinction is: publish generates a file with relative URLs as well as a new theme directory to which the file refers; build does not.

  4. Copy index.html, img, and theme somewhere and condescend to potentially tens of people simultaneously about something that has a very complete man page.